Searched refs:FNM_PATHNAME (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/comp/
H A Dfnmatch.h35 #define FNM_PATHNAME 0x0002 /* explicit match for / */ macro
47 #define FNM_FILE_NAME FNM_PATHNAME /* gnu compatibility */
H A Dfnmatch.c44 FNM_PATHNAME, REG_SHELL_PATH,
/ast/src/cmd/re/
H A Dtestfnmatch.c100 H(" p FNM_PATHNAME explicit / match\n");
152 #ifndef FNM_PATHNAME
169 #ifndef FNM_PATHNAME
170 #define FNM_PATHNAME NOTEST macro
651 #if FNM_PATHNAME != NOTEST
652 eflags |= FNM_PATHNAME;
752 eflags |= FNM_PATHNAME;
/ast/src/lib/libvcodex/
H A Dvcalias.c263 if(fnmatch(al->name, name, FNM_PATHNAME) == 0 )

Completed in 18 milliseconds