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

  /bionic/libc/include/
fnmatch.h 41 #define FNM_PERIOD 0x04 /* Period must be matched by period. */
  /toolchain/binutils/binutils-2.27/include/
fnmatch.h 45 #undef FNM_PERIOD
50 #define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fnmatch.h 38 #undef FNM_PERIOD
43 #define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */

Completed in 268 milliseconds