OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FNM_NOMATCH
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/include/
fnmatch.h
35
#define
FNM_NOMATCH
1 /* Match failed. */
/development/ndk/platforms/android-3/include/
fnmatch.h
35
#define
FNM_NOMATCH
1 /* Match failed. */
/development/ndk/platforms/android-L/include/
fnmatch.h
35
#define
FNM_NOMATCH
1 /* Match failed. */
/bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c
152
int result =
FNM_NOMATCH
;
246
result =
FNM_NOMATCH
;
251
return
FNM_NOMATCH
;
299
return (
FNM_NOMATCH
);
326
return
FNM_NOMATCH
;
369
return
FNM_NOMATCH
;
393
return
FNM_NOMATCH
;
407
return
FNM_NOMATCH
;
458
return
FNM_NOMATCH
;
464
return
FNM_NOMATCH
;
[
all
...]
/external/oprofile/libutil++/
glob_filter.cpp
23
return fnmatch(s.c_str(), str_.c_str(), 0) !=
FNM_NOMATCH
;
Completed in 845 milliseconds