OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REG_EPAREN
(Results
1 - 25
of
27
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/Support/
regex_impl.h
73
#define
REG_EPAREN
8
regerror.c
66
{
REG_EPAREN
, "
REG_EPAREN
", "parentheses not balanced" },
regcomp.c
452
REQUIRE(MORE(),
REG_EPAREN
);
465
MUSTEAT(')',
REG_EPAREN
);
476
SETERROR(
REG_EPAREN
);
706
REQUIRE(EATTWO('\\', ')'),
REG_EPAREN
);
710
SETERROR(
REG_EPAREN
);
/src/external/bsd/nvi/dist/regex/
regex.h
83
#define
REG_EPAREN
8
regerror.c
80
= #define
REG_EPAREN
8
104
{
REG_EPAREN
, "
REG_EPAREN
", "parentheses not balanced" },
regcomp.c
372
(void)REQUIRE(MORE(),
REG_EPAREN
);
385
(void)MUSTEAT(')',
REG_EPAREN
);
396
SETERROR(
REG_EPAREN
);
603
(void)REQUIRE(EATTWO('\\', ')'),
REG_EPAREN
);
607
SETERROR(
REG_EPAREN
);
/src/include/
regex.h
115
#define
REG_EPAREN
8
/src/lib/libc/regex/
regerror.c
85
= #define
REG_EPAREN
8
111
{
REG_EPAREN
, "
REG_EPAREN
", "parentheses not balanced"},
regcomp.c
467
(void)REQUIRE(MORE(),
REG_EPAREN
);
480
(void)MUSTEAT(')',
REG_EPAREN
);
491
SETERROR(
REG_EPAREN
);
989
(void)REQUIRE(EATTWO('\\', ')'),
REG_EPAREN
);
992
SETERROR(
REG_EPAREN
);
/src/external/bsd/tre/dist/include/tre/
tre.h
89
REG_EPAREN
, /* "\(\)" or "()" imbalance */
/src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h
313
REG_EPAREN
, /* Parenthesis imbalance. */
regex.c
1332
gettext_noop ("Unmatched ( or \\(") /*
REG_EPAREN
*/
4164
FREE_STACK_RETURN (
REG_EPAREN
);
8080
unmatched close-group: both are
REG_EPAREN
. */
8081
if (ret == REG_ERPAREN) ret =
REG_EPAREN
;
/src/external/gpl3/binutils/dist/include/
xregex2.h
309
REG_EPAREN
, /* Parenthesis imbalance. */
/src/external/gpl3/binutils.old/dist/include/
xregex2.h
309
REG_EPAREN
, /* Parenthesis imbalance. */
/src/external/gpl3/gcc.old/dist/include/
xregex2.h
309
REG_EPAREN
, /* Parenthesis imbalance. */
/src/external/bsd/tre/dist/lib/
tre.h
96
REG_EPAREN
, /* "\(\)" or "()" imbalance */
tre-parse.c
1026
status =
REG_EPAREN
;
1745
return
REG_EPAREN
;
/src/external/gpl2/diffutils/dist/lib/posix/
regex.h
306
REG_EPAREN
, /* Parenthesis imbalance. */
/src/external/gpl2/grep/dist/lib/posix/
regex.h
310
REG_EPAREN
, /* Parenthesis imbalance. */
/src/external/gpl2/xcvs/dist/lib/
regex.h
389
#define
REG_EPAREN
_REG_EPAREN
regcomp.c
159
gettext_noop ("Unmatched ( or \\(") /*
REG_EPAREN
*/
478
unmatched close-group: both are
REG_EPAREN
. */
480
ret =
REG_EPAREN
;
2417
*err =
REG_EPAREN
;
/src/external/bsd/tre/dist/tests/
retest.c
1603
test_comp("(", REG_EXTENDED,
REG_EPAREN
);
1604
test_comp("(aaa", REG_EXTENDED,
REG_EPAREN
);
1616
test_comp("\\(", 0,
REG_EPAREN
);
1617
test_comp("\\)", 0,
REG_EPAREN
);
/src/external/gpl2/diffutils/dist/lib/
regex.c
1401
gettext_noop ("Unmatched ( or \\(") /*
REG_EPAREN
*/
4236
FREE_STACK_RETURN (
REG_EPAREN
);
8208
unmatched close-group: both are
REG_EPAREN
. */
8209
if (ret == REG_ERPAREN) ret =
REG_EPAREN
;
/src/external/gpl2/grep/dist/lib/
regex.c
1331
gettext_noop ("Unmatched ( or \\(") /*
REG_EPAREN
*/
4156
FREE_STACK_RETURN (
REG_EPAREN
);
7739
unmatched close-group: both are
REG_EPAREN
. */
7740
if (ret == REG_ERPAREN) ret =
REG_EPAREN
;
/src/external/gpl3/binutils/dist/libiberty/
regex.c
1369
gettext_noop ("Unmatched ( or \\("), /*
REG_EPAREN
*/
4169
FREE_STACK_RETURN (
REG_EPAREN
);
7997
unmatched close-group: both are
REG_EPAREN
. */
7998
if (ret == REG_ERPAREN) ret =
REG_EPAREN
;
Completed in 69 milliseconds
1
2
Indexes created Tue Feb 24 01:34:59 UTC 2026