OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG_EBRACK
(Results
1 - 7
of
7
) sorted by null
/bionic/libc/include/
regex.h
77
#define
REG_EBRACK
7
/ndk/build/platforms/android-8/arch-arm/usr/include/
regex.h
77
#define
REG_EBRACK
7
/ndk/build/platforms/android-8/arch-x86/usr/include/
regex.h
77
#define
REG_EBRACK
7
/bionic/libc/regex/
regerror.c
60
{
REG_EBRACK
, "
REG_EBRACK
", "brackets ([ ]) not balanced" },
regcomp.c
657
MUSTEAT(']',
REG_EBRACK
);
727
REQUIRE(MORE(),
REG_EBRACK
);
731
REQUIRE(MORE(),
REG_EBRACK
);
736
REQUIRE(MORE(),
REG_EBRACK
);
740
REQUIRE(MORE(),
REG_EBRACK
);
816
REQUIRE(MORE(),
REG_EBRACK
);
840
SETERROR(
REG_EBRACK
);
[
all
...]
/external/clearsilver/util/regex/
regex.h
264
REG_EBRACK
, /* Unmatched left bracket. */
regex.c
953
gettext_noop ("Unmatched [ or [^"), /*
REG_EBRACK
*/
[
all
...]
Completed in 1471 milliseconds