HomeSort by relevance Sort by last modified time
    Searched refs:FNM_LEADING_DIR (Results 1 - 9 of 9) sorted by null

  /bionic/libc/include/
fnmatch.h 41 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
  /development/ndk/platforms/android-3/include/
fnmatch.h 41 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
fnmatch.h 41 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
fnmatch.h 41 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
fnmatch.h 41 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
fnmatch.h 41 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
fnmatch.h 41 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
fnmatch.h 41 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */
  /bionic/libc/unistd/
fnmatch.c 63 if ((flags & FNM_LEADING_DIR) && *string == '/')
91 return ((flags & FNM_LEADING_DIR) ||

Completed in 422 milliseconds