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

/osnet-11/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
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch.c22 /* Enable GNU extensions in fnmatch.h. */
31 #include <fnmatch.h>
64 # define fnmatch __fnmatch macro
65 extern int fnmatch (const char *pattern, const char *string, int flags);
275 fnmatch (const char *pattern, const char *string, int flags) function
345 # undef fnmatch macro
346 versioned_symbol (libc, __fnmatch, fnmatch, GLIBC_2_2_3);
349 compat_symbol (libc, __fnmatch_old, fnmatch, GLIBC_2_0);
351 libc_hidden_ver (__fnmatch, fnmatch)
/osnet-11/usr/src/lib/mpss/common/
H A Dmpss.c221 fnmatch(const char *execname, char *cfgname, char *cwd) function
434 if (!fnmatch(execname, tok, cwd)) {
/osnet-11/usr/src/lib/madv/common/
H A Dmadv.c216 fnmatch(const char *execname, char *cfgname, char *cwd) function
556 if (!fnmatch(execname, tok, cwd)) {
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h110 #undef fnmatch macro
111 #define fnmatch _ast_fnmatch macro
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h89 #undef fnmatch macro
90 #define fnmatch _ast_fnmatch macro
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h110 #undef fnmatch macro
111 #define fnmatch _ast_fnmatch macro
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h89 #undef fnmatch macro
90 #define fnmatch _ast_fnmatch macro
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h110 #undef fnmatch macro
111 #define fnmatch _ast_fnmatch macro
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h89 #undef fnmatch macro
90 #define fnmatch _ast_fnmatch macro
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h110 #undef fnmatch macro
111 #define fnmatch _ast_fnmatch macro
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h89 #undef fnmatch macro
90 #define fnmatch _ast_fnmatch macro

Completed in 99 milliseconds