HomeSort by: relevance | last modified time | path
    Searched refs:REG_NOERROR (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/gpl2/xcvs/dist/lib/
regexec.c 235 return err != REG_NOERROR;
466 if (result != REG_NOERROR)
606 Return REG_NOERROR if we find a match, and REG_NOMATCH if not,
678 if (BE (err != REG_NOERROR, 0))
685 if (BE (err != REG_NOERROR, 0))
788 if (BE (err != REG_NOERROR, 0))
812 if (BE (err != REG_NOERROR, 0))
847 if (err == REG_NOERROR)
863 assert (err == REG_NOERROR);
886 if (BE (err != REG_NOERROR, 0)
    [all...]
regex_internal.c 56 if (BE (ret != REG_NOERROR, 0))
64 return REG_NOERROR;
81 if (BE (ret != REG_NOERROR, 0))
94 if (BE (ret != REG_NOERROR, 0))
101 if (BE (ret != REG_NOERROR, 0))
127 return REG_NOERROR;
161 return REG_NOERROR;
352 return REG_NOERROR;
475 return REG_NOERROR;
718 if (BE (ret != REG_NOERROR, 0)
    [all...]
regcomp.c 129 POSIX doesn't require that we do anything for REG_NOERROR,
135 gettext_noop ("Success") /* REG_NOERROR */
483 if (BE (ret == REG_NOERROR, 1))
720 reg_errcode_t err = REG_NOERROR;
752 if (BE (err != REG_NOERROR, 0))
766 if (BE (err != REG_NOERROR, 0))
785 if (BE (err != REG_NOERROR, 0))
801 if (BE (err != REG_NOERROR, 0))
900 return REG_NOERROR;
951 if (BE (err != REG_NOERROR, 0)
    [all...]
regex.h 362 #define REG_NOERROR _REG_NOERROR
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h 302 REG_NOERROR = 0, /* Success. */
regex.c 1302 POSIX doesn't require that we do anything for REG_NOERROR,
1308 gettext_noop ("Success") /* REG_NOERROR */
2784 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
2799 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3191 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3203 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
4232 return REG_NOERROR;
4412 && (start_val > end_val))? REG_ERANGE : REG_NOERROR;
4429 && (range_start > range_end))? REG_ERANGE : REG_NOERROR;
4480 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
    [all...]
dfa.c 1037 if (regcomp (&re, expr, case_fold ? REG_ICASE : 0) == REG_NOERROR) {
1043 if (regexec (&re, buf, 1, &mat, 0) == REG_NOERROR
  /src/external/gpl3/binutils/dist/include/
xregex2.h 298 REG_NOERROR = 0, /* Success. */
  /src/external/gpl3/binutils.old/dist/include/
xregex2.h 298 REG_NOERROR = 0, /* Success. */
  /src/external/gpl3/gcc/dist/include/
xregex2.h 298 REG_NOERROR = 0, /* Success. */
  /src/external/gpl3/gcc.old/dist/include/
xregex2.h 298 REG_NOERROR = 0, /* Success. */
  /src/external/gpl3/gdb.old/dist/include/
xregex2.h 298 REG_NOERROR = 0, /* Success. */
  /src/external/gpl3/gdb/dist/include/
xregex2.h 298 REG_NOERROR = 0, /* Success. */
  /src/external/gpl2/diffutils/dist/lib/posix/
regex.h 295 REG_NOERROR = 0, /* Success. */
  /src/external/gpl2/grep/dist/lib/posix/
regex.h 299 REG_NOERROR = 0, /* Success. */
  /src/external/gpl2/diffutils/dist/lib/
regex.c 1371 POSIX doesn't require that we do anything for REG_NOERROR,
1377 gettext_noop ("Success") /* REG_NOERROR */
2856 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
2871 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3263 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3275 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
4306 return REG_NOERROR;
4508 && (start_val > end_val))? REG_ERANGE : REG_NOERROR;
4525 && (range_start > range_end))? REG_ERANGE : REG_NOERROR;
4578 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
    [all...]
  /src/external/gpl2/grep/dist/lib/
regex.c 1301 POSIX doesn't require that we do anything for REG_NOERROR,
1307 gettext_noop ("Success") /* REG_NOERROR */
2772 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
2787 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3179 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3191 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
4226 return REG_NOERROR;
4425 && (start_val > end_val))? REG_ERANGE : REG_NOERROR;
4442 && (range_start > range_end))? REG_ERANGE : REG_NOERROR;
4495 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
regex.c 1356 POSIX doesn't require that we do anything for REG_NOERROR,
1361 gettext_noop ("Success"), /* REG_NOERROR */
2784 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
2799 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3191 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3203 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
4239 return REG_NOERROR;
4417 && (start_val > end_val))? REG_ERANGE : REG_NOERROR;
4434 && (range_start > range_end))? REG_ERANGE : REG_NOERROR;
4484 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
regex.c 1356 POSIX doesn't require that we do anything for REG_NOERROR,
1361 gettext_noop ("Success"), /* REG_NOERROR */
2784 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
2799 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3191 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3203 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
4239 return REG_NOERROR;
4417 && (start_val > end_val))? REG_ERANGE : REG_NOERROR;
4434 && (range_start > range_end))? REG_ERANGE : REG_NOERROR;
4484 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
regex.c 1356 POSIX doesn't require that we do anything for REG_NOERROR,
1361 gettext_noop ("Success"), /* REG_NOERROR */
2784 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
2799 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3191 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3203 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
4239 return REG_NOERROR;
4417 && (start_val > end_val))? REG_ERANGE : REG_NOERROR;
4434 && (range_start > range_end))? REG_ERANGE : REG_NOERROR;
4484 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
regex.c 1356 POSIX doesn't require that we do anything for REG_NOERROR,
1361 gettext_noop ("Success"), /* REG_NOERROR */
2784 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
2799 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3191 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3203 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
4239 return REG_NOERROR;
4417 && (start_val > end_val))? REG_ERANGE : REG_NOERROR;
4434 && (range_start > range_end))? REG_ERANGE : REG_NOERROR;
4484 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
regex.c 1356 POSIX doesn't require that we do anything for REG_NOERROR,
1361 gettext_noop ("Success"), /* REG_NOERROR */
2784 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
2799 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3191 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3203 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
4239 return REG_NOERROR;
4417 && (start_val > end_val))? REG_ERANGE : REG_NOERROR;
4434 && (range_start > range_end))? REG_ERANGE : REG_NOERROR;
4484 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
regex.c 1356 POSIX doesn't require that we do anything for REG_NOERROR,
1361 gettext_noop ("Success"), /* REG_NOERROR */
2784 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
2799 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3191 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
3203 if (ret != REG_NOERROR) FREE_STACK_RETURN (ret);
4239 return REG_NOERROR;
4417 && (start_val > end_val))? REG_ERANGE : REG_NOERROR;
4434 && (range_start > range_end))? REG_ERANGE : REG_NOERROR;
4484 ret = syntax & RE_NO_EMPTY_RANGES ? REG_ERANGE : REG_NOERROR;
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-profile.cc 670 filename, 0, NULL, 0) == REG_NOERROR)
679 if (regexec (&profile_filter_files[i], filename, 0, NULL, 0) == REG_NOERROR)
  /src/external/gpl3/gcc/dist/gcc/
tree-profile.cc 1797 filename, 0, NULL, 0) == REG_NOERROR)
1806 if (regexec (&profile_filter_files[i], filename, 0, NULL, 0) == REG_NOERROR)

Completed in 305 milliseconds

1 2