Searched refs:FNM_PATHNAME (Results 1 – 3 of 3) sorted by relevance
49 #undef FNM_PATHNAME54 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro59 # define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
265 # undef FNM_PATHNAME
216 if (fnmatch (state->pattern, mem, FNM_PATHNAME|FNM_PERIOD) == 0) in ar_glob_match()