This case was approved during today's PSARC review meeting.
I added a bit more detail info at FNM_IGNORECASE like the following on
how case-insensitive matching will be done since it was requested by Don
during the meeting:
+ FNM_IGNORECASEIf set, during matching, case is ignored
On 08/11/10 08:57 PM, Ienup Sung wrote:
This case extends fnmatch(3C) to have the support for FNM_CASEFOLD,
FNM_FILE_NAME, FNM_IGNORECASE, and FNM_LEADING_DIR flags as specified in [2].
This is to be more compatible with other platforms such as Linux distros
and BSD variants including MacOS X an
Template Version: @(#)sac_nextcase 1.70 03/30/10 SMI
This information is Copyright (c) 2010, Oracle and/or its affiliates. All
rights reserved.
1. Introduction
1.1. Project/Component Working Name:
fnmatch(3C) enhancement
1.2. Name of Document Author/Supplier:
Author: Ie