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

1 23

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
regex.h 80 #define REG_BADBR 10
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 80 #define REG_BADBR 10
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 80 #define REG_BADBR 10
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 80 #define REG_BADBR 10
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 80 #define REG_BADBR 10
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 80 #define REG_BADBR 10
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 80 #define REG_BADBR 10
  /external/llvm/lib/Support/
regerror.c 68 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
regcomp.c 447 REQUIRE(count <= count2, REG_BADBR);
457 SETERROR(REG_BADBR);
618 REQUIRE(count <= count2, REG_BADBR);
628 SETERROR(REG_BADBR);
650 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
    [all...]
  /external/pcre/dist/
pcreposix.h 76 REG_BADBR, /* invalid repeat counts in {} */
pcreposix.c 77 REG_BADBR, /* numbers out of order in {} quantifier */
79 REG_BADBR, /* number too big in {} quantifier */
  /ndk/sources/host-tools/ndk-stack/regex/
regerror.c 63 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
regcomp.c 411 REQUIRE(count <= count2, REG_BADBR);
421 SETERROR(REG_BADBR);
582 REQUIRE(count <= count2, REG_BADBR);
592 SETERROR(REG_BADBR);
614 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regerror.c 122 = #define REG_BADBR 10
146 { REG_BADBR, "REG_BADBR", "invalid repetition count(s)" },
regcomp.c 518 REQUIRE(count <= count2, REG_BADBR);
528 SETERROR(REG_BADBR);
711 REQUIRE(count <= count2, REG_BADBR);
721 SETERROR(REG_BADBR);
747 REQUIRE(ndigits > 0 && count <= DUPMAX, REG_BADBR);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regexp.h 196 case REG_BADBR:
regex.h 339 REG_BADBR, /* Invalid contents of \{\}. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regexp.h 196 case REG_BADBR:
regex.h 339 REG_BADBR, /* Invalid contents of \{\}. */
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 416 #define REG_BADBR _REG_BADBR
regcomp.c 165 gettext_noop ("Invalid content of \\{\\}") /* REG_BADBR */
    [all...]

Completed in 579 milliseconds

1 23