Searched defs:FNM_PATHNAME (Results 1 - 2 of 2) 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 */
/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;

Completed in 11 milliseconds