OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:REG_EPAREN
(Results
1 - 15
of
15
) sorted by null
/external/pcre/
pcreposix.h
85
REG_EPAREN
, /* unbalanced () */
/bionic/libc/include/
regex.h
78
#define
REG_EPAREN
8
/development/ndk/platforms/android-8/include/
regex.h
78
#define
REG_EPAREN
8
/external/llvm/lib/Support/
regex_impl.h
73
#define
REG_EPAREN
8
regcomp.c
315
REQUIRE(MORE(),
REG_EPAREN
);
328
MUSTEAT(')',
REG_EPAREN
);
339
SETERROR(
REG_EPAREN
);
542
REQUIRE(EATTWO('\\', ')'),
REG_EPAREN
);
546
SETERROR(
REG_EPAREN
);
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regex.h
82
#define
REG_EPAREN
8
regcomp.c
307
REQUIRE(MORE(),
REG_EPAREN
);
320
MUSTEAT(')',
REG_EPAREN
);
331
SETERROR(
REG_EPAREN
);
534
REQUIRE(EATTWO('\\', ')'),
REG_EPAREN
);
538
SETERROR(
REG_EPAREN
);
[
all
...]
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
regex.h
78
#define
REG_EPAREN
8
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
regex.h
78
#define
REG_EPAREN
8
/prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
regex.h
78
#define
REG_EPAREN
8
/prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
regex.h
78
#define
REG_EPAREN
8
/prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
regex.h
78
#define
REG_EPAREN
8
/ndk/sources/host-tools/sed-4.2.1/lib/
regex.h
414
#define
REG_EPAREN
_REG_EPAREN
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h
322
REG_EPAREN
, /* Parenthesis imbalance. */
/bionic/libc/regex/
regcomp.c
307
REQUIRE(MORE(),
REG_EPAREN
);
320
MUSTEAT(')',
REG_EPAREN
);
331
SETERROR(
REG_EPAREN
);
534
REQUIRE(EATTWO('\\', ')'),
REG_EPAREN
);
538
SETERROR(
REG_EPAREN
);
[
all
...]
Completed in 4061 milliseconds