HomeSort by relevance Sort by last modified time
    Searched refs:FNM_NOMATCH (Results 51 - 53 of 53) sorted by null

1 23

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fnmatch.h 53 #define FNM_NOMATCH 1
64 returning zero if it matches, FNM_NOMATCH if not. */
  /external/oprofile/libutil++/
glob_filter.cpp 23 return fnmatch(s.c_str(), str_.c_str(), 0) != FNM_NOMATCH;
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.h 65 #define FNM_NOMATCH 1
76 returning zero if it matches, FNM_NOMATCH if not. */

Completed in 186 milliseconds

1 23