/titanic_50/usr/src/tools/onbld/Scm/ |
H A D | Ignore.py | 31 import fnmatch 61 ignore_list.append(re.compile('.*' + fnmatch.translate(l)))
|
/titanic_50/usr/src/tools/scripts/ |
H A D | mapfilechk.py | 32 import sys, os, io, getopt, fnmatch 77 if fnmatch.fnmatch(filename, pat):
|
H A D | cddlchk.py | 32 import sys, os, io, getopt, fnmatch 77 if fnmatch.fnmatch(filename, pat):
|
/titanic_50/usr/src/head/ |
H A D | fnmatch.h | 45 extern int fnmatch(const char *, const char *, int);
|
/titanic_50/usr/src/lib/libast/common/comp/ |
H A D | fnmatch.h | 56 extern int fnmatch(const char*, const char*, int);
|
H A D | fnmatch.c | 53 fnmatch(const char* pattern, const char* subject, register int flags) in fnmatch() function
|
/titanic_50/usr/src/cmd/bart/ |
H A D | rules.c | 149 if (fnmatch(pattern, ptr, FNM_PATHNAME) == 0) { in exclude_fname() 273 if (fnmatch(pattern_cp, fname_cp, in exclude_fname() 323 if (fnmatch(pattern_cp, fname_cp, in exclude_fname() 698 if (fnmatch(pattern, dir_entry->d_name, in add_subtree_rule() 1076 match = fnmatch(rule, fname_cp, FNM_PATHNAME); in match_subtree()
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | fnmatch.h | 66 extern __MANGLE__ int fnmatch __PROTO__((const char*, const char*, int));
|
H A D | ast_map.h | 110 #undef fnmatch 111 #define fnmatch _ast_fnmatch macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | fnmatch.h | 66 extern __MANGLE__ int fnmatch __PROTO__((const char*, const char*, int));
|
H A D | ast_map.h | 110 #undef fnmatch 111 #define fnmatch _ast_fnmatch macro
|
/titanic_50/usr/src/lib/libast/sparc/include/ast/ |
H A D | fnmatch.h | 66 extern __MANGLE__ int fnmatch __PROTO__((const char*, const char*, int));
|
/titanic_50/usr/src/lib/libast/i386/include/ast/ |
H A D | fnmatch.h | 66 extern __MANGLE__ int fnmatch __PROTO__((const char*, const char*, int));
|
/titanic_50/usr/src/man/man3head/ |
H A D | Makefile | 37 fnmatch.h.3head \ 127 fnmatch.3head \ 216 fnmatch.3head := LINKSRC = fnmatch.h.3head
|
/titanic_50/usr/src/lib/abi/apptrace/common/ |
H A D | abienv.c | 221 if (fnmatch(basename1, basename2, 0) == 0) { in check_list() 240 if (fnmatch(list->i_name, iface, 0) == 0) in check_intlist()
|
/titanic_50/usr/src/cmd/acpi/acpidump/ |
H A D | osunixdir.c | 146 if (!fnmatch (ExternalInfo->WildcardSpec, dir_entry->d_name, 0)) in AcpiOsGetNextFilename()
|
/titanic_50/usr/src/lib/mpss/common/ |
H A D | mpss.c | 221 fnmatch(const char *execname, char *cfgname, char *cwd) in fnmatch() function 434 if (!fnmatch(execname, tok, cwd)) { in __mpssmain()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | special.c | 102 if (fnmatch(pc, pcrule, FNM_PATHNAME) == 0 || in match() 103 fnmatch(pc, pcrule, 0) == 0) in match()
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 400 #define fnwwmatch fnmatch 401 #define fnwnmatch fnmatch
|
/titanic_50/usr/src/lib/libast/ |
H A D | Makefile | 89 fnmatch.h \
|
/titanic_50/usr/src/man/man5/ |
H A D | Makefile | 52 fnmatch.5 \
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 89 #undef fnmatch 90 #define fnmatch _ast_fnmatch macro
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 89 #undef fnmatch 90 #define fnmatch _ast_fnmatch macro
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 89 #undef fnmatch 90 #define fnmatch _ast_fnmatch macro
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 89 #undef fnmatch 90 #define fnmatch _ast_fnmatch macro
|