Searched refs:fnmatch (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libast/comp/
H A Dfnmatch.h24 * posix fnmatch interface definitions
32 /* fnmatch flags */
39 /* nonstandard fnmatch() flags */
49 /* fnmatch error codes -- other non-zero values from <regex.h> */
57 extern int fnmatch(const char*, const char*, int);
H A Dfnmatch.c24 * fnmatch implementation
31 #include <fnmatch.h>
35 int fnm; /* fnmatch flag */
53 fnmatch(const char* pattern, const char* subject, register int flags) function
/ast/src/cmd/re/
H A DMakefile31 fnmatch :TEST: testfnmatch.c testfnmatch.dat testregex.dat \
50 test.re : test.glob - test.fnmatch - test.match - test.regex
H A Dtestfnmatch.c22 * fnmatch(3) test harness
30 #include <fnmatch.h>
42 #include <fnmatch.h>
64 H(" testfnmatch - fnmatch(3) test harness\n");
70 H(" testfnmatch reads fnmatch(3) test specifications, one per line, from\n");
116 H(" Field 2: the fnmatch pattern; SAME uses the pattern from the\n");
129 H(" glibc contributors (fnmatch tests)\n");
885 eret = fnmatch(re, s, eflags);
890 eret = fnmatch(re, s, eflags);
/ast/src/lib/libvcodex/
H A Dvcalias.c22 #include <fnmatch.h>
263 if(fnmatch(al->name, name, FNM_PATHNAME) == 0 )
/ast/src/cmd/3d/
H A Dstrmatch.c63 * do not have strcoll() in common so we resort to fnmatch(), calling
183 extern int fnmatch(const char*, const char*, int);
593 if (fnmatch(pat, olds, 0))
601 if (!fnmatch(pat, str, 0))
/ast/src/lib/libast/
H A DMakefile39 bytesex.h endian.h fnmatch.h magicid.h fnv.h aso.h \
136 basename.c closelog.c dirname.c fmtmsglib.c fnmatch.c ftw.c \

Completed in 16 milliseconds