OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG_BADBR
(Results
26 - 36
of
36
) sorted by null
1
2
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regexp.h
191
case
REG_BADBR
:
regex.h
324
REG_BADBR
, /* Invalid contents of \{\}. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h
191
case
REG_BADBR
:
regex.h
324
REG_BADBR
, /* Invalid contents of \{\}. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regexp.h
191
case
REG_BADBR
:
regex.h
324
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
...]
/external/llvm/lib/Support/
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
...]
/ndk/sources/host-tools/ndk-stack/regex/
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/libc/regex/
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
...]
Completed in 32 milliseconds
1
2