OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SETERROR
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Support/
regcomp.c
126
#define
SETERROR
(e) seterr(p, (e))
127
#define REQUIRE(co, e) (void)((co) ||
SETERROR
(e))
244
SETERROR
(REG_ASSERT);
340
SETERROR
(REG_EPAREN);
355
SETERROR
(REG_EMPTY);
360
SETERROR
(REG_BADRPT);
382
SETERROR
(REG_ESUBREG);
457
SETERROR
(REG_BADBR);
468
SETERROR
(REG_BADRPT);
554
SETERROR
(REG_BADRPT)
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regcomp.c
125
#define
SETERROR
(e) seterr(p, (e))
126
#define REQUIRE(co, e) if (!(co)) {
SETERROR
(e); }
236
SETERROR
(REG_ASSERT);
331
SETERROR
(REG_EPAREN);
346
SETERROR
(REG_EMPTY);
351
SETERROR
(REG_BADRPT);
421
SETERROR
(REG_BADBR);
432
SETERROR
(REG_BADRPT);
518
SETERROR
(REG_BADRPT);
538
SETERROR
(REG_EPAREN)
[
all
...]
/bionic/libc/upstream-netbsd/libc/regex/
regcomp.c
194
#define
SETERROR
(e) seterr(p, (e))
195
#define REQUIRE(co, e) (void) ((co) ||
SETERROR
(e))
327
SETERROR
(REG_ASSERT);
438
SETERROR
(REG_EPAREN);
453
SETERROR
(REG_EMPTY);
458
SETERROR
(REG_BADRPT);
528
SETERROR
(REG_BADBR);
539
SETERROR
(REG_BADRPT);
647
SETERROR
(REG_BADRPT);
667
SETERROR
(REG_EPAREN)
[
all
...]
Completed in 37 milliseconds