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_ERROR
(Results
1 - 25
of
25
) sorted by relevancy
/src/external/gpl3/gcc/dist/contrib/reghunt/bin/
gcc-test-ice-on-invalid-code
32
exit $
REG_ERROR
38
exit $
REG_ERROR
50
exit $
REG_ERROR
gcc-test-accepts-invalid
38
exit $
REG_ERROR
44
exit $
REG_ERROR
gcc-test-ice-on-valid-code
38
exit $
REG_ERROR
44
exit $
REG_ERROR
gcc-test-rejects-valid
38
exit $
REG_ERROR
44
exit $
REG_ERROR
gcc-test-segfault-on-valid-code
39
exit $
REG_ERROR
45
exit $
REG_ERROR
gcc-test-compiler-hangs
53
exit $
REG_ERROR
59
exit $
REG_ERROR
63
exit $
REG_ERROR
gcc-test-bogus-warning
32
exit $
REG_ERROR
gcc-test-missing-warning
32
exit $
REG_ERROR
gcc-test-wrong-code
32
exit $
REG_ERROR
/src/external/gpl3/gcc.old/dist/contrib/reghunt/bin/
gcc-test-ice-on-invalid-code
32
exit $
REG_ERROR
38
exit $
REG_ERROR
50
exit $
REG_ERROR
gcc-test-accepts-invalid
38
exit $
REG_ERROR
44
exit $
REG_ERROR
gcc-test-ice-on-valid-code
38
exit $
REG_ERROR
44
exit $
REG_ERROR
gcc-test-rejects-valid
38
exit $
REG_ERROR
44
exit $
REG_ERROR
gcc-test-segfault-on-valid-code
39
exit $
REG_ERROR
45
exit $
REG_ERROR
gcc-test-compiler-hangs
53
exit $
REG_ERROR
59
exit $
REG_ERROR
63
exit $
REG_ERROR
gcc-test-bogus-warning
32
exit $
REG_ERROR
gcc-test-missing-warning
32
exit $
REG_ERROR
gcc-test-wrong-code
32
exit $
REG_ERROR
/src/external/gpl3/gcc/dist/contrib/reghunt/examples/
29106.test
13
exit $
REG_ERROR
19
exit $
REG_ERROR
30643.test
14
exit
REG_ERROR
/src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/
29106.test
13
exit $
REG_ERROR
19
exit $
REG_ERROR
30643.test
14
exit
REG_ERROR
/src/external/gpl2/xcvs/dist/lib/
regex_internal.h
130
#define
REG_ERROR
((Idx) -2)
134
# define REG_VALID_INDEX(n) ((Idx) (n) <
REG_ERROR
)
141
# define REG_VALID_NONZERO_INDEX(n) ((Idx) ((n) - 1) < (Idx) (
REG_ERROR
- 1))
regcomp.c
2459
if (BE (start !=
REG_ERROR
, 1))
2464
? fetch_number (regexp, token, syntax) :
REG_ERROR
));
2466
if (BE (start ==
REG_ERROR
|| end ==
REG_ERROR
, 0))
3623
Return
REG_ERROR
if an error occurred. */
3635
return
REG_ERROR
;
3639
|| num ==
REG_ERROR
)
3640
?
REG_ERROR
3642
num = (num > REG_DUP_MAX) ?
REG_ERROR
: num;
regexec.c
829
if (BE (match_last ==
REG_ERROR
, 0))
1060
there is no match, and return
REG_ERROR
in case of an error.
1087
return
REG_ERROR
;
1141
return
REG_ERROR
;
1155
return
REG_ERROR
;
1256
return
REG_ERROR
;
1278
return
REG_ERROR
;
1318
return
REG_ERROR
;
1475
if (BE (cur_node ==
REG_ERROR
, 0))
Completed in 26 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026