Home
last modified time | relevance | path

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

/bionic/libc/include/
Dfnmatch.h49 #define FNM_PATHNAME 0x02 macro
60 #define FNM_FILE_NAME FNM_PATHNAME
/bionic/tests/headers/posix/
Dfnmatch_h.c35 MACRO(FNM_PATHNAME); in fnmatch_h()
/bionic/libc/upstream-openbsd/lib/libc/gen/
Dfnmatch.c149 const int slash = !!(flags & FNM_PATHNAME); in fnmatch_ch()
288 const int slash = !!(flags & FNM_PATHNAME); in fnmatch()