HomeSort by relevance Sort by last modified time
    Searched refs:REG_NEWLINE (Results 1 - 25 of 38) sorted by null

1 2

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex27.c 1 /* Test REG_NEWLINE.
33 { "a.b", "a\nb", REG_EXTENDED | REG_NEWLINE, REG_NOMATCH },
35 { "a[^x]b", "a\nb", REG_EXTENDED | REG_NEWLINE, REG_NOMATCH },
  /bionic/libc/include/
regex.h 65 #define REG_NEWLINE 0010
  /development/ndk/platforms/android-8/include/
regex.h 65 #define REG_NEWLINE 0010
  /external/llvm/lib/Support/
regex_impl.h 60 #define REG_NEWLINE 0010
  /ndk/sources/host-tools/ndk-stack/regex/
regex.h 69 #define REG_NEWLINE 0010
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
regex.h 65 #define REG_NEWLINE 0010
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h 168 __error = regcomp (__expr_ptr, __input_buffer, REG_NEWLINE);
regex.h 279 #define REG_NEWLINE (REG_ICASE << 1)
283 #define REG_NOSUB (REG_NEWLINE << 1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 168 __error = regcomp (__expr_ptr, __input_buffer, REG_NEWLINE);
regex.h 279 #define REG_NEWLINE (REG_ICASE << 1)
283 #define REG_NOSUB (REG_NEWLINE << 1)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h 168 __error = regcomp (__expr_ptr, __input_buffer, REG_NEWLINE);
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 143 if (regcomp(&parser->re_pid_header, _pid_header, REG_EXTENDED | REG_NEWLINE) ||
144 regcomp(&parser->re_sig_header, _sig_header, REG_EXTENDED | REG_NEWLINE) ||
145 regcomp(&parser->re_frame_header, _frame_header, REG_EXTENDED | REG_NEWLINE))
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 96 /* If REG_NEWLINE is set, newlines are treated differently. */
97 if (new_regex->flags & REG_NEWLINE)
99 /* REG_NEWLINE implies neither . nor [^...] match newline. */
107 new_regex->pattern.newline_anchor = (new_regex->flags & REG_NEWLINE) != 0;

Completed in 873 milliseconds

1 2