Searched refs:REG_NOMATCH (Results 1 - 25 of 122) sorted by relevance

12345

/netbsd-current/external/bsd/mdocml/dist/
H A Dtest-rewb-bsd.c20 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)
H A Dtest-rewb-sysv.c20 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)
/netbsd-current/external/bsd/tre/dist/tests/
H A Dretest.c577 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...]
/netbsd-current/external/bsd/nvi/dist/regex/
H A Dregex.h76 #define REG_NOMATCH 1 macro
H A Dregerror.c73 = #define REG_NOMATCH 1
97 { REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match" },
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregex_impl.h66 #define REG_NOMATCH 1 macro
H A Dregerror.c59 { REG_NOMATCH, "REG_NOMATCH", "llvm_regexec() failed to match" },
/netbsd-current/include/
H A Dregex.h107 #define REG_NOMATCH 1 macro
/netbsd-current/lib/libc/regex/
H A Dregerror.c78 = #define REG_NOMATCH 1
104 {REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match"},
/netbsd-current/external/bsd/nvi/dist/common/
H A Dsearch.c248 if (eval == REG_NOMATCH)
385 if (eval == REG_NOMATCH)
421 if (eval == REG_NOMATCH)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dui-style.c237 if (match == REG_NOMATCH)
400 if (match == REG_NOMATCH || buf[subexps[FINAL_SUBEXP].rm_so] != 'm')
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dui-style.c237 if (match == REG_NOMATCH)
400 if (match == REG_NOMATCH || buf[subexps[FINAL_SUBEXP].rm_so] != 'm')
/netbsd-current/usr.bin/grep/
H A Dutil.c310 r = (r == 0) ? 0 : REG_NOMATCH;
315 r = (r == 0) ? 0 : REG_NOMATCH;
318 if (r == REG_NOMATCH)
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dtext.cpp74 if (res != 0 && res != REG_NOMATCH)
/netbsd-current/external/bsd/atf/dist/tools/
H A Dtext.cpp69 if (res != 0 && res != REG_NOMATCH)
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.h303 REG_NOMATCH, /* Didn't find a match (for regexec). */
301 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator in enum:__anon613
/netbsd-current/external/bsd/tre/dist/include/tre/
H A Dtre.h82 REG_NOMATCH, /* No match. */ enumerator in enum:__anon492
/netbsd-current/external/bsd/tre/dist/lib/
H A Dtre-match-utils.h56 ret = REG_NOMATCH; \
/netbsd-current/external/bsd/ntp/dist/sntp/libopts/
H A Dstack.c106 case REG_NOMATCH:
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dxregex2.h299 REG_NOMATCH, /* Didn't find a match (for regexec). */
297 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator in enum:__anon1083
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dxregex2.h299 REG_NOMATCH, /* Didn't find a match (for regexec). */
297 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator in enum:__anon2148
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dxregex2.h299 REG_NOMATCH, /* Didn't find a match (for regexec). */
297 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator in enum:__anon1344
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dxregex2.h299 REG_NOMATCH, /* Didn't find a match (for regexec). */
297 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator in enum:__anon1572
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dxregex2.h299 REG_NOMATCH, /* Didn't find a match (for regexec). */
297 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator in enum:__anon1189
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dxregex2.h299 REG_NOMATCH, /* Didn't find a match (for regexec). */
297 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator in enum:__anon1180

Completed in 160 milliseconds

12345