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

  /bionic/libc/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
45 #define FNM_FILE_NAME FNM_PATHNAME
  /development/ndk/platforms/android-3/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
45 #define FNM_FILE_NAME FNM_PATHNAME
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
45 #define FNM_FILE_NAME FNM_PATHNAME
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
45 #define FNM_FILE_NAME FNM_PATHNAME
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
45 #define FNM_FILE_NAME FNM_PATHNAME
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
45 #define FNM_FILE_NAME FNM_PATHNAME
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
45 #define FNM_FILE_NAME FNM_PATHNAME
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
45 #define FNM_FILE_NAME FNM_PATHNAME
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
45 #define FNM_FILE_NAME FNM_PATHNAME
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
45 #define FNM_FILE_NAME FNM_PATHNAME
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
fnmatch.h 39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */
45 #define FNM_FILE_NAME FNM_PATHNAME
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.h 49 #undef FNM_PATHNAME
54 #define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */
59 # define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */
glob.c 265 # undef FNM_PATHNAME
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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 320 milliseconds