Searched refs:FNM_PATHNAME (Results 1 - 4 of 4) sorted by relevance

/bionic/tests/headers/posix/
H A Dfnmatch_h.c35 MACRO(FNM_PATHNAME);
/bionic/libc/include/
H A Dfnmatch.h40 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ macro
46 #define FNM_FILE_NAME FNM_PATHNAME
/bionic/tools/versioner/current/
H A Dfnmatch.h40 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ macro
46 #define FNM_FILE_NAME FNM_PATHNAME
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dfnmatch.c139 * EOS '\0' and the FNM_PATHNAME '/' delimiters are not advanced over,
150 const int slash = !!(flags & FNM_PATHNAME);
209 * or ranges containing a slash in FNM_PATHNAME mode pattern
285 const int slash = !!(flags & FNM_PATHNAME);

Completed in 106 milliseconds