Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dfnmatch_h.c37 MACRO(FNM_NOESCAPE); in fnmatch_h()
/bionic/libc/include/
Dfnmatch.h47 #define FNM_NOESCAPE 0x01 macro
/bionic/libc/upstream-openbsd/lib/libc/gen/
Dfnmatch.c148 const int escape = !(flags & FNM_NOESCAPE); in fnmatch_ch()
287 const int escape = !(flags & FNM_NOESCAPE); in fnmatch()