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

  /bionic/tests/headers/posix/
fnmatch_h.c 37 MACRO(FNM_NOESCAPE);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fnmatch.h 37 #undef FNM_NOESCAPE
42 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */
  /toolchain/binutils/binutils-2.27/include/
fnmatch.h 44 #undef FNM_NOESCAPE
49 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */
  /bionic/libc/include/
fnmatch.h 39 #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */
  /toolchain/binutils/binutils-2.27/libiberty/
fnmatch.c 92 if (!(flags & FNM_NOESCAPE))
115 unsigned char c1 = (!(flags & FNM_NOESCAPE) && c == '\\') ? *p : c;
145 if (!(flags & FNM_NOESCAPE) && c == '\\')
164 if (!(flags & FNM_NOESCAPE) && cend == '\\')
193 if (!(flags & FNM_NOESCAPE) && c == '\\')
  /bionic/libc/upstream-openbsd/lib/libc/gen/
fnmatch.c 149 const int escape = !(flags & FNM_NOESCAPE);
284 const int escape = !(flags & FNM_NOESCAPE);
  /external/libchrome/base/files/
file_enumerator_posix.cc 101 fnmatch(pattern_.c_str(), full_path.value().c_str(), FNM_NOESCAPE))
  /toolchain/binutils/binutils-2.27/gold/
script.cc     [all...]
layout.cc     [all...]

Completed in 400 milliseconds