OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FNM_LEADING_DIR
(Results
51 - 52
of
52
) sorted by null
1
2
3
/bionic/libc/unistd/
fnmatch.c
71
* Supports BSD extensions
FNM_LEADING_DIR
to match pattern to the end of one
278
const int leading_dir = !!(flags &
FNM_LEADING_DIR
);
/ndk/sources/host-tools/make-3.81/glob/
fnmatch.c
469
if ((flags &
FNM_LEADING_DIR
) && *n == '/')
470
/* The
FNM_LEADING_DIR
flag says that "foo*" matches "foobar/frobozz". */
Completed in 92 milliseconds
1
2
3