Searched refs:REG_NOERROR (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c254 return err != REG_NOERROR;
469 if (result != REG_NOERROR)
624 Return REG_NOERROR if we find a match, and REG_NOMATCH if not,
691 if (BE (err != REG_NOERROR, 0))
698 if (BE (err != REG_NOERROR, 0))
808 if (BE (err != REG_NOERROR, 0))
832 if (BE (err != REG_NOERROR, 0))
867 if (err == REG_NOERROR)
883 assert (err == REG_NOERROR);
903 if (BE (err != REG_NOERROR,
[all...]
H A Dregex_internal.c53 if (BE (ret != REG_NOERROR, 0))
61 return REG_NOERROR;
78 if (BE (ret != REG_NOERROR, 0))
91 if (BE (ret != REG_NOERROR, 0))
98 if (BE (ret != REG_NOERROR, 0))
124 return REG_NOERROR;
165 return REG_NOERROR;
359 return REG_NOERROR;
483 return REG_NOERROR;
812 if (BE (ret != REG_NOERROR,
[all...]
H A Dregcomp.c126 POSIX doesn't require that we do anything for REG_NOERROR,
132 gettext_noop ("Success") /* REG_NOERROR */
510 if (BE (ret == REG_NOERROR, 1))
737 reg_errcode_t err = REG_NOERROR;
767 if (BE (err != REG_NOERROR, 0))
784 if (BE (err != REG_NOERROR, 0))
803 if (BE (err != REG_NOERROR, 0))
819 if (BE (err != REG_NOERROR, 0))
922 return REG_NOERROR;
1006 if (BE (err != REG_NOERROR,
[all...]
H A Dregex.h317 REG_NOERROR = 0, /* Success. */
315 REG_NOERROR = 0, /* Success. */ enumerator in enum:__anon1709
/freebsd-10.1-release/contrib/binutils/include/
H A Dxregex2.h299 REG_NOERROR = 0, /* Success. */
297 REG_NOERROR = 0, /* Success. */ enumerator in enum:__anon605
/freebsd-10.1-release/contrib/gcclibs/include/
H A Dxregex2.h299 REG_NOERROR = 0, /* Success. */
297 REG_NOERROR = 0, /* Success. */ enumerator in enum:__anon1228
/freebsd-10.1-release/contrib/gdb/include/
H A Dxregex2.h296 REG_NOERROR = 0, /* Success. */
294 REG_NOERROR = 0, /* Success. */ enumerator in enum:__anon1469
/freebsd-10.1-release/contrib/binutils/libiberty/
H A Dregex.c1351 POSIX doesn't require that we do anything for REG_NOERROR,
1356 gettext_noop ("Success"), /* REG_NOERROR */
2778 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
2793 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3185 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3197 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
4233 return REG_NOERROR;
4411 && (start_val > end_val))? REG_ERANGE : REG_NOERROR;
4428 && (range_start > range_end))? REG_ERANGE : REG_NOERROR;
4478 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
[all...]
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dregex.c1351 POSIX doesn't require that we do anything for REG_NOERROR,
1356 gettext_noop ("Success"), /* REG_NOERROR */
2778 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
2793 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3185 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3197 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
4233 return REG_NOERROR;
4411 && (start_val > end_val))? REG_ERANGE : REG_NOERROR;
4428 && (range_start > range_end))? REG_ERANGE : REG_NOERROR;
4478 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
[all...]
/freebsd-10.1-release/gnu/usr.bin/grep/
H A Ddfa.c1060 if (regcomp (&re, expr, case_fold ? REG_ICASE : 0) == REG_NOERROR) {
1064 if (regexec (&re, buf, 1, &mat, 0) == REG_NOERROR

Completed in 228 milliseconds