HomeSort by relevance Sort by last modified time
    Searched defs:FNM_PATHNAME (Results 1 - 3 of 3) sorted by null

  /bionic/libc/include/
fnmatch.h 40 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
46 #define FNM_FILE_NAME FNM_PATHNAME
  /toolchain/binutils/binutils-2.27/include/
fnmatch.h 43 #undef FNM_PATHNAME
48 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */
53 #define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fnmatch.h 36 #undef FNM_PATHNAME
41 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */
46 # define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */

Completed in 75 milliseconds