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