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

  /bionic/libc/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /ndk/build/platforms/android-3/arch-arm/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /ndk/build/platforms/android-4/arch-arm/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /ndk/build/platforms/android-5/arch-arm/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /ndk/build/platforms/android-5/arch-x86/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
fnmatch.h 40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /bionic/libc/unistd/
fnmatch.c 71 if (*string == '.' && (flags & FNM_PERIOD) &&
83 if (*string == '.' && (flags & FNM_PERIOD) &&
104 if (!fnmatch(pattern, string, flags & ~FNM_PERIOD))
116 if (*string == '.' && (flags & FNM_PERIOD) &&
  /build/tools/atree/
files.cpp 368 if (0 == fnmatch(it->c_str(), file, FNM_PERIOD)) {

Completed in 81 milliseconds