Searched defs:fnmatch (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/tools/onbld/Scm/
H A DIgnore.py31 import fnmatch namespace
61 ignore_list.append(re.compile('.*' + fnmatch.translate(l)))
/illumos-gate/usr/src/lib/libast/common/comp/
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
/illumos-gate/usr/src/tools/scripts/
H A Dcddlchk.py31 import sys, os, getopt, fnmatch namespace
76 if fnmatch.fnmatch(filename, pat):
H A Dmapfilechk.py31 import sys, os, getopt, fnmatch namespace
76 if fnmatch.fnmatch(filename, pat):
H A Dwsdiff.py72 import datetime, fnmatch, getopt, os, profile, commands namespace
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dfnmatch.c40 * Function fnmatch() as specified in POSIX 1003.2-1992, section B.6.
56 #include <fnmatch.h>
77 fnmatch(pattern, string, flags) function
/illumos-gate/usr/src/lib/mpss/common/
H A Dmpss.c221 fnmatch(const char *execname, char *cfgname, char *cwd) function
434 if (!fnmatch(execname, tok, cwd)) {
/illumos-gate/usr/src/lib/madv/common/
H A Dmadv.c217 fnmatch(const char *execname, char *cfgname, char *cwd) function
557 if (!fnmatch(execname, tok, cwd)) {
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h110 #undef fnmatch macro
111 #define fnmatch _ast_fnmatch macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h89 #undef fnmatch macro
90 #define fnmatch _ast_fnmatch macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h110 #undef fnmatch macro
111 #define fnmatch _ast_fnmatch macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h89 #undef fnmatch macro
90 #define fnmatch _ast_fnmatch macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h110 #undef fnmatch macro
111 #define fnmatch _ast_fnmatch macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h89 #undef fnmatch macro
90 #define fnmatch _ast_fnmatch macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h110 #undef fnmatch macro
111 #define fnmatch _ast_fnmatch macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h89 #undef fnmatch macro
90 #define fnmatch _ast_fnmatch macro
/illumos-gate/usr/src/man/man3head/
H A DMakefile37 fnmatch.h.3head \
126 fnmatch.3head \
215 fnmatch.3head := LINKSRC = fnmatch.h.3head

Completed in 97 milliseconds