Searched refs:FNM_LEADING_DIR (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libast/comp/
H A Dfnmatch.h43 #define FNM_LEADING_DIR 0x0040 /* match up to implicit / */ macro
H A Dfnmatch.c63 if (flags & FNM_LEADING_DIR)
/ast/src/cmd/re/
H A Dtestfnmatch.c98 H(" g FNM_LEADING_DIR testfnmatch only -- match until /\n");
163 #ifndef FNM_LEADING_DIR
164 #define FNM_LEADING_DIR NOTEST macro
725 eflags |= FNM_LEADING_DIR;

Completed in 21 milliseconds