Searched refs:FNM_LEADING_DIR (Results 1 – 2 of 2) sorted by relevance
47 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */ macro
66 if ((flags & FNM_LEADING_DIR) && *string == '/') in fnmatch()94 return ((flags & FNM_LEADING_DIR) || in fnmatch()
Completed in 4 milliseconds