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

123

/illumos-gate/usr/src/head/
H A Dfnmatch.h45 extern int fnmatch(const char *, const char *, int);
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dfnmatch.h24 * posix fnmatch interface definitions
32 /* fnmatch flags */
39 /* nonstandard fnmatch() flags */
48 /* fnmatch error codes -- other non-zero values from <regex.h> */
56 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
/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/cmd/bart/
H A Dlutbl.c29 #include <fnmatch.h>
H A Drules.c26 #include <fnmatch.h>
148 /* OK, now do the fnmatch() compare to the file */
149 if (fnmatch(pattern, ptr, FNM_PATHNAME) == 0) {
177 * necessary for fnmatch().
262 * fnmatch
273 if (fnmatch(pattern_cp, fname_cp,
322 /* fnmatch returns 0 for a match */
323 if (fnmatch(pattern_cp, fname_cp,
698 if (fnmatch(pattern, dir_entry->d_name,
1030 * components as "rule" and let fnmatch(
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dfnmatch.h26 * posix fnmatch interface definitions
41 /* fnmatch flags */
48 /* nonstandard fnmatch() flags */
57 /* fnmatch error codes -- other non-zero values from <regex.h> */
66 extern __MANGLE__ int fnmatch __PROTO__((const char*, const char*, int));
H A Dast_map.h110 #undef fnmatch macro
111 #define fnmatch _ast_fnmatch macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dfnmatch.h26 * posix fnmatch interface definitions
41 /* fnmatch flags */
48 /* nonstandard fnmatch() flags */
57 /* fnmatch error codes -- other non-zero values from <regex.h> */
66 extern __MANGLE__ int fnmatch __PROTO__((const char*, const char*, int));
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dfnmatch.h26 * posix fnmatch interface definitions
41 /* fnmatch flags */
48 /* nonstandard fnmatch() flags */
57 /* fnmatch error codes -- other non-zero values from <regex.h> */
66 extern __MANGLE__ int fnmatch __PROTO__((const char*, const char*, int));
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dfnmatch.h26 * posix fnmatch interface definitions
41 /* fnmatch flags */
48 /* nonstandard fnmatch() flags */
57 /* fnmatch error codes -- other non-zero values from <regex.h> */
66 extern __MANGLE__ int fnmatch __PROTO__((const char*, const char*, int));
/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dosunixdir.c50 #include <fnmatch.h>
146 if (!fnmatch (ExternalInfo->WildcardSpec, dir_entry->d_name, 0))
/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):
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dabienv.c36 #include <fnmatch.h>
221 if (fnmatch(basename1, basename2, 0) == 0) {
240 if (fnmatch(list->i_name, iface, 0) == 0)
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h397 #include <fnmatch.h>
400 #define fnwwmatch fnmatch
401 #define fnwnmatch fnmatch
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c44 #include <fnmatch.h>
102 if (fnmatch(pc, pcrule, FNM_PATHNAME) == 0 ||
103 fnmatch(pc, pcrule, 0) == 0)
/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/libast/
H A DMakefile89 fnmatch.h \
/illumos-gate/usr/src/man/man3head/
H A DMakefile37 fnmatch.h.3head \
126 fnmatch.3head \
215 fnmatch.3head := LINKSRC = fnmatch.h.3head
/illumos-gate/usr/src/man/man5/
H A DMakefile52 fnmatch.5 \
/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/libast/common/
H A Dllib-last73 #include <fnmatch.h>
/illumos-gate/usr/src/cmd/svc/lsvcrun/
H A Dlsvcrun.c65 #include <fnmatch.h>
108 if (fnmatch("/etc/rc[0-6S].d/S*", path, FNM_PATHNAME) != 0) {
136 if (fnmatch("/etc/rc[0-6S].d/[SK]*", path, FNM_PATHNAME) != 0) {
/illumos-gate/usr/src/tools/findunref/
H A Dfindunref.c32 #include <fnmatch.h>
530 if (fnmatch(pnsetp->paths[i], path, 0) == 0)

Completed in 2039 milliseconds

123