OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG_EMPTY
(Results
26 - 38
of
38
) sorted by null
1
2
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
regex.h
84
#define
REG_EMPTY
14
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
regex.h
84
#define
REG_EMPTY
14
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
regex.h
84
#define
REG_EMPTY
14
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h
84
#define
REG_EMPTY
14
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h
84
#define
REG_EMPTY
14
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h
84
#define
REG_EMPTY
14
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h
84
#define
REG_EMPTY
14
/external/llvm/lib/Support/
regerror.c
72
{
REG_EMPTY
, "
REG_EMPTY
", "empty (sub)expression" },
regcomp.c
270
REQUIRE(HERE() != conc,
REG_EMPTY
); /* require nonempty */
355
SETERROR(
REG_EMPTY
);
477
REQUIRE(MORE(),
REG_EMPTY
);
517
REQUIRE(HERE() != start,
REG_EMPTY
); /* require nonempty */
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regerror.c
67
{
REG_EMPTY
, "
REG_EMPTY
", "empty (sub)expression" },
regcomp.c
262
REQUIRE(HERE() != conc,
REG_EMPTY
); /* require nonempty */
346
SETERROR(
REG_EMPTY
);
441
REQUIRE(MORE(),
REG_EMPTY
);
481
REQUIRE(HERE() != start,
REG_EMPTY
); /* require nonempty */
[
all
...]
/bionic/libc/upstream-netbsd/libc/regex/
regerror.c
126
= #define
REG_EMPTY
14
150
{
REG_EMPTY
, "
REG_EMPTY
", "empty (sub)expression" },
regcomp.c
364
REQUIRE(HERE() != conc,
REG_EMPTY
); /* require nonempty */
453
SETERROR(
REG_EMPTY
);
553
REQUIRE(MORE(),
REG_EMPTY
);
606
REQUIRE(HERE() != start,
REG_EMPTY
); /* require nonempty */
[
all
...]
Completed in 601 milliseconds
1
2