HomeSort by relevance Sort by last modified time
    Searched refs:REG_NOSPEC (Results 51 - 60 of 60) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
regex.h 66 #define REG_NOSPEC 0020
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 66 #define REG_NOSPEC 0020
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 66 #define REG_NOSPEC 0020
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 66 #define REG_NOSPEC 0020
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 66 #define REG_NOSPEC 0020
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 66 #define REG_NOSPEC 0020
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 66 #define REG_NOSPEC 0020
  /external/llvm/lib/Support/
regcomp.c 171 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
225 else if (cflags&REG_NOSPEC)
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 163 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
217 else if (cflags&REG_NOSPEC)
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 229 = #define REG_NOSPEC 0020
254 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
308 else if (cflags&REG_NOSPEC)
    [all...]

Completed in 59 milliseconds

1 23