OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FNM_LEADING_DIR
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/include/
fnmatch.h
53
#define
FNM_LEADING_DIR
0x08
/external/selinux/libselinux/src/android/
android_platform.c
[
all
...]
/bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c
71
* Supports BSD extensions
FNM_LEADING_DIR
to match pattern to the end of one
286
const int leading_dir = !!(flags &
FNM_LEADING_DIR
);
Completed in 918 milliseconds