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

  /bionic/libc/include/
regex.h 85 #define REG_EMPTY 14
  /external/llvm/lib/Support/
regex_impl.h 79 #define REG_EMPTY 14
regcomp.c 278 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
363 SETERROR(REG_EMPTY);
485 REQUIRE(MORE(), REG_EMPTY);
525 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */
    [all...]
  /external/pcre/dist2/src/
pcre2posix.h 83 REG_EMPTY, /* empty expression */
  /external/swiftshader/third_party/LLVM/lib/Support/
regex_impl.h 79 #define REG_EMPTY 14
regcomp.c 270 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
354 SETERROR(REG_EMPTY);
449 REQUIRE(MORE(), REG_EMPTY);
489 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex_impl.h 79 #define REG_EMPTY 14
regcomp.c 278 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
363 SETERROR(REG_EMPTY);
485 REQUIRE(MORE(), REG_EMPTY);
525 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 363 REQUIRE(HERE() != conc, REG_EMPTY); /* require nonempty */
452 SETERROR(REG_EMPTY);
552 REQUIRE(MORE(), REG_EMPTY);
605 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */
    [all...]

Completed in 133 milliseconds