comparison libiberty/fnmatch.txh @ 67:f6334be47118

update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
author nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Mar 2011 17:18:12 +0900
parents a06113de4d67
children
comparison
equal deleted inserted replaced
65:65488c3d617d 67:f6334be47118
1 @deftypefn Replacement int fnmatch (const char *@var{pattern}, const char *@var{string}, int @var{flags}) 1 @deftypefn Replacement int fnmatch (const char *@var{pattern}, @
2 const char *@var{string}, int @var{flags})
2 3
3 Matches @var{string} against @var{pattern}, returning zero if it 4 Matches @var{string} against @var{pattern}, returning zero if it
4 matches, @code{FNM_NOMATCH} if not. @var{pattern} may contain the 5 matches, @code{FNM_NOMATCH} if not. @var{pattern} may contain the
5 wildcards @code{?} to match any one character, @code{*} to match any 6 wildcards @code{?} to match any one character, @code{*} to match any
6 zero or more characters, or a set of alternate characters in square 7 zero or more characters, or a set of alternate characters in square