Home
last modified time | relevance | path

Searched refs:fnmatch (Results 1 – 25 of 69) sorted by relevance

123

/titanic_50/usr/src/tools/onbld/Scm/
H A DIgnore.py31 import fnmatch
61 ignore_list.append(re.compile('.*' + fnmatch.translate(l)))
/titanic_50/usr/src/tools/scripts/
H A Dmapfilechk.py32 import sys, os, io, getopt, fnmatch
77 if fnmatch.fnmatch(filename, pat):
H A Dcddlchk.py32 import sys, os, io, getopt, fnmatch
77 if fnmatch.fnmatch(filename, pat):
/titanic_50/usr/src/head/
H A Dfnmatch.h45 extern int fnmatch(const char *, const char *, int);
/titanic_50/usr/src/lib/libast/common/comp/
H A Dfnmatch.h56 extern int fnmatch(const char*, const char*, int);
H A Dfnmatch.c53 fnmatch(const char* pattern, const char* subject, register int flags) in fnmatch() function
/titanic_50/usr/src/cmd/bart/
H A Drules.c149 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 Dfnmatch.h66 extern __MANGLE__ int fnmatch __PROTO__((const char*, const char*, int));
H A Dast_map.h110 #undef fnmatch
111 #define fnmatch _ast_fnmatch macro
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dfnmatch.h66 extern __MANGLE__ int fnmatch __PROTO__((const char*, const char*, int));
H A Dast_map.h110 #undef fnmatch
111 #define fnmatch _ast_fnmatch macro
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dfnmatch.h66 extern __MANGLE__ int fnmatch __PROTO__((const char*, const char*, int));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dfnmatch.h66 extern __MANGLE__ int fnmatch __PROTO__((const char*, const char*, int));
/titanic_50/usr/src/man/man3head/
H A DMakefile37 fnmatch.h.3head \
127 fnmatch.3head \
216 fnmatch.3head := LINKSRC = fnmatch.h.3head
/titanic_50/usr/src/lib/abi/apptrace/common/
H A Dabienv.c221 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 Dosunixdir.c146 if (!fnmatch (ExternalInfo->WildcardSpec, dir_entry->d_name, 0)) in AcpiOsGetNextFilename()
/titanic_50/usr/src/lib/mpss/common/
H A Dmpss.c221 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 Dspecial.c102 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 Dm_wchar.h400 #define fnwwmatch fnmatch
401 #define fnwnmatch fnmatch
/titanic_50/usr/src/lib/libast/
H A DMakefile89 fnmatch.h \
/titanic_50/usr/src/man/man5/
H A DMakefile52 fnmatch.5 \
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h89 #undef fnmatch
90 #define fnmatch _ast_fnmatch macro
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h89 #undef fnmatch
90 #define fnmatch _ast_fnmatch macro
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h89 #undef fnmatch
90 #define fnmatch _ast_fnmatch macro
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h89 #undef fnmatch
90 #define fnmatch _ast_fnmatch macro

123