OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FNM_NOESCAPE
(Results
1 - 4
of
4
) sorted by null
/bionic/tests/headers/posix/
fnmatch_h.c
37
MACRO(
FNM_NOESCAPE
);
/bionic/libc/include/
fnmatch.h
47
#define
FNM_NOESCAPE
0x01
/bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c
149
const int escape = !(flags &
FNM_NOESCAPE
);
284
const int escape = !(flags &
FNM_NOESCAPE
);
/external/libchrome/base/files/
file_enumerator_posix.cc
185
!fnmatch(pattern_.c_str(), path.value().c_str(),
FNM_NOESCAPE
);
Completed in 334 milliseconds