Home
last modified time | relevance | path

Searched refs:FNM_PATHNAME (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.h49 #undef FNM_PATHNAME
54 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ macro
59 # define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
Dglob.c265 # undef FNM_PATHNAME
/ndk/sources/host-tools/make-3.81/
Dar.c216 if (fnmatch (state->pattern, mem, FNM_PATHNAME|FNM_PERIOD) == 0) in ar_glob_match()