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

1 2 3 4 5

  /src/external/bsd/mdocml/dist/
test-rewb-bsd.c 20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH)
22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH)
24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH)
test-rewb-sysv.c 20 if (regexec(&re, "wordy", 0, NULL, 0) != REG_NOMATCH)
22 if (regexec(&re, "sword", 0, NULL, 0) != REG_NOMATCH)
24 if (regexec(&re, "reworded", 0, NULL, 0) != REG_NOMATCH)
  /src/external/bsd/tre/dist/tests/
retest.c 577 test_exec("aaa-b", 0, REG_NOMATCH);
579 test_exec("xxxxxx", 0, REG_NOMATCH);
599 0, REG_NOMATCH);
605 0, REG_NOMATCH);
626 test_exec("xirefoabzlfd", 0, REG_NOMATCH);
652 test_exec("xfoobarx", 0, REG_NOMATCH);
653 test_exec("foobarxx", 0, REG_NOMATCH);
654 test_exec("xxfoobar", 0, REG_NOMATCH);
655 test_exec("xfoxbar", 0, REG_NOMATCH);
656 test_exec("foxbarx", 0, REG_NOMATCH);
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regex_impl.h 66 #define REG_NOMATCH 1
regerror.c 59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
  /src/external/bsd/nvi/dist/regex/
regex.h 76 #define REG_NOMATCH 1
regerror.c 73 = #define REG_NOMATCH 1
97 { REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match" },
  /src/include/
regex.h 108 #define REG_NOMATCH 1
  /src/lib/libc/regex/
regerror.c 78 = #define REG_NOMATCH 1
104 {REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match"},
  /src/external/bsd/nvi/dist/common/
search.c 248 if (eval == REG_NOMATCH)
385 if (eval == REG_NOMATCH)
421 if (eval == REG_NOMATCH)
  /src/external/gpl3/gdb.old/dist/gdb/
ui-style.c 236 if (match == REG_NOMATCH)
403 if (match == REG_NOMATCH || buf[subexps[FINAL_SUBEXP].rm_so] != 'm')
  /src/usr.bin/grep/
util.c 310 r = (r == 0) ? 0 : REG_NOMATCH;
315 r = (r == 0) ? 0 : REG_NOMATCH;
318 if (r == REG_NOMATCH)
  /src/external/bsd/atf/dist/atf-c++/detail/
text.cpp 74 if (res != 0 && res != REG_NOMATCH)
  /src/external/bsd/atf/dist/tools/
text.cpp 69 if (res != 0 && res != REG_NOMATCH)
  /src/external/bsd/ntp/dist/sntp/libopts/
stack.c 106 case REG_NOMATCH:
  /src/external/bsd/tre/dist/include/tre/
tre.h 82 REG_NOMATCH, /* No match. */
  /src/external/bsd/tre/dist/lib/
tre-match-utils.h 56 ret = REG_NOMATCH; \
  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
regex.h 303 REG_NOMATCH, /* Didn't find a match (for regexec). */
  /src/external/gpl3/binutils/dist/include/
xregex2.h 299 REG_NOMATCH, /* Didn't find a match (for regexec). */
  /src/external/gpl3/binutils.old/dist/include/
xregex2.h 299 REG_NOMATCH, /* Didn't find a match (for regexec). */
  /src/external/gpl3/gcc/dist/include/
xregex2.h 299 REG_NOMATCH, /* Didn't find a match (for regexec). */
  /src/external/gpl3/gcc.old/dist/include/
xregex2.h 299 REG_NOMATCH, /* Didn't find a match (for regexec). */
  /src/external/gpl3/gdb.old/dist/include/
xregex2.h 299 REG_NOMATCH, /* Didn't find a match (for regexec). */
  /src/external/gpl3/gdb/dist/include/
xregex2.h 299 REG_NOMATCH, /* Didn't find a match (for regexec). */
  /src/usr.bin/m4/
gnum4.c 359 if (error != REG_NOMATCH)
375 case REG_NOMATCH:
391 case REG_NOMATCH:

Completed in 32 milliseconds

1 2 3 4 5