Searched refs:FNM_LEADING_DIR (Results 1 – 12 of 12) sorted by relevance
47 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */ macro
54 #define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ macro
213 if ((flags & FNM_LEADING_DIR) && *n == '/') in fnmatch()
37 @item FNM_LEADING_DIR
308 @item FNM_LEADING_DIR
300 FNM_NOESCAPE | FNM_LEADING_DIR) == FNM_NOMATCH) in kstat_filter_entry()309 FNM_NOESCAPE | FNM_LEADING_DIR) == FNM_NOMATCH) in kstat_filter_entry()
289 const int leading_dir = !!(flags & FNM_LEADING_DIR); in fnmatch()
183 # 'test' 'test/'; match if FNM_LEADING_DIR
38 (FNM_LEADING_DIR): Ditto.