/illumos-gate/usr/src/tools/onbld/Scm/ |
H A D | Ignore.py | 31 import fnmatch namespace 61 ignore_list.append(re.compile('.*' + fnmatch.translate(l)))
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | fnmatch.c | 24 * 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 D | cddlchk.py | 31 import sys, os, getopt, fnmatch namespace 76 if fnmatch.fnmatch(filename, pat):
|
H A D | mapfilechk.py | 31 import sys, os, getopt, fnmatch namespace 76 if fnmatch.fnmatch(filename, pat):
|
H A D | wsdiff.py | 72 import datetime, fnmatch, getopt, os, profile, commands namespace
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | fnmatch.c | 40 * 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 D | mpss.c | 221 fnmatch(const char *execname, char *cfgname, char *cwd) function 434 if (!fnmatch(execname, tok, cwd)) {
|
/illumos-gate/usr/src/lib/madv/common/ |
H A D | madv.c | 217 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 D | ast_map.h | 110 #undef fnmatch macro 111 #define fnmatch _ast_fnmatch macro
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 89 #undef fnmatch macro 90 #define fnmatch _ast_fnmatch macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 110 #undef fnmatch macro 111 #define fnmatch _ast_fnmatch macro
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 89 #undef fnmatch macro 90 #define fnmatch _ast_fnmatch macro
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 110 #undef fnmatch macro 111 #define fnmatch _ast_fnmatch macro
|
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 89 #undef fnmatch macro 90 #define fnmatch _ast_fnmatch macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 110 #undef fnmatch macro 111 #define fnmatch _ast_fnmatch macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 89 #undef fnmatch macro 90 #define fnmatch _ast_fnmatch macro
|
/illumos-gate/usr/src/man/man3head/ |
H A D | Makefile | 37 fnmatch.h.3head \ 126 fnmatch.3head \ 215 fnmatch.3head := LINKSRC = fnmatch.h.3head
|