Home
last modified time | relevance | path

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

/bionic/libc/include/
Dfnmatch.h39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ macro
45 #define FNM_FILE_NAME FNM_PATHNAME
/bionic/libc/upstream-openbsd/lib/libc/gen/
Dfnmatch.c151 const int slash = !!(flags & FNM_PATHNAME); in fnmatch_ch()
284 const int slash = !!(flags & FNM_PATHNAME); in fnmatch()