Iliberty For Mac

For

Matches string against pattern, returning zero if itmatches, FNM_NOMATCH if not. pattern may contain thewildcards ? to match any one character, * to match anyzero or more characters, or a set of alternate characters in squarebrackets, like ‘[a-gt8]’, which match one character (athrough g, or t, or 8, in this example) if that onecharacter is in the set. A set may be inverted (i.e., match anythingexcept what’s in the set) by giving ^ or ! as the firstcharacter in the set. To include those characters in the set, list themas anything other than the first character of the set. To include adash in the set, list it last in the set. A backslash character makesthe following character not special, so for example you could matchagainst a literal asterisk with ‘*’. To match a literalbackslash, use ‘’.

flags controls various aspects of the matching process, and is aboolean OR of zero or more of the following values (defined in<fnmatch.h>):

Mac

Free iliberty software download software at UpdateStar - 1,746,000 recognized programs - 5,228,000 known. It was originally introduced to Mac users in Mac OS 9. Service Center Login Use your username and password provided by Liberty Software to login. If you have not received a username and password, or need assistance accessing our Service Center, please contact us at 800.480.9603.

FNM_PATHNAME
FNM_FILE_NAME

string is assumed to be a path name. No wildcard will ever match/.

Liberty Go For Mac

MacMac
FNM_NOESCAPE

Do not interpret backslashes as quoting the following special character.

FNM_PERIOD

A leading period (at the beginning of string, or ifFNM_PATHNAME after a slash) is not matched by * or? but must be matched explicitly.

FNM_LEADING_DIR

Means that string also matches pattern if some initial partof string matches, and is followed by / and zero or morecharacters. For example, ‘foo*’ would match either ‘foobar’or ‘foobar/grill’.

Liberty Server For Mac

FNM_CASEFOLD
Iliberty For Mac

Websphere Liberty For Mac

Ignores case when performing the comparison.