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

12

/freebsd-10-stable/contrib/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" },
H A DRegex.cpp68 if (rc == REG_NOMATCH)
H A Dregengine.inc130 static int /* 0 success, REG_NOMATCH failure */
165 return(REG_NOMATCH);
190 return(REG_NOMATCH);
/freebsd-10-stable/contrib/nvi/regex/
H A Dregex.h76 #define REG_NOMATCH 1 macro
H A Dregerror.c69 = #define REG_NOMATCH 1
93 { REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match" },
/freebsd-10-stable/include/
H A Dregex.h75 #define REG_NOMATCH 1 macro
/freebsd-10-stable/usr.bin/grep/regex/
H A Dglue.h51 return REG_NOMATCH; \
/freebsd-10-stable/usr.bin/grep/
H A Dutil.c292 r = (r == 0) ? 0 : REG_NOMATCH;
296 if (r == REG_NOMATCH)
302 r = REG_NOMATCH;
311 r = REG_NOMATCH;
316 r = REG_NOMATCH;
319 r = REG_NOMATCH;
/freebsd-10-stable/lib/libc/regex/
H A Dregerror.c64 = #define REG_NOMATCH 1
89 {REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match"},
H A Dengine.c149 static int /* 0 success, REG_NOMATCH failure */
218 return(REG_NOMATCH);
226 return(REG_NOMATCH);
261 return(REG_NOMATCH);
/freebsd-10-stable/contrib/nvi/common/
H A Dsearch.c248 if (eval == REG_NOMATCH)
387 if (eval == REG_NOMATCH)
423 if (eval == REG_NOMATCH)
/freebsd-10-stable/usr.bin/m4/
H A Dgnum4.c343 if (error != REG_NOMATCH)
358 case REG_NOMATCH:
374 case REG_NOMATCH:
/freebsd-10-stable/contrib/atf/atf-c++/detail/
H A Dtext.cpp70 if (res != 0 && res != REG_NOMATCH)
/freebsd-10-stable/contrib/binutils/include/
H A Dxregex2.h300 REG_NOMATCH, /* Didn't find a match (for regexec). */
298 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator in enum:__anon606
/freebsd-10-stable/contrib/gcclibs/include/
H A Dxregex2.h300 REG_NOMATCH, /* Didn't find a match (for regexec). */
298 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator in enum:__anon1247
/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dstack.c104 case REG_NOMATCH:
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dcgen-asm.in376 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
/freebsd-10-stable/contrib/gdb/include/
H A Dxregex2.h297 REG_NOMATCH, /* Didn't find a match (for regexec). */
295 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator in enum:__anon1488
/freebsd-10-stable/contrib/libgnuregex/
H A Dregex.h318 REG_NOMATCH, /* Didn't find a match (for regexec). */
316 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator in enum:__anon1729
H A Dregexec.c218 We return 0 if we find a match and REG_NOMATCH if not. */
624 Return REG_NOERROR if we find a match, and REG_NOMATCH if not,
666 return REG_NOMATCH;
682 return REG_NOMATCH;
742 err = REG_NOMATCH;
822 err = REG_NOMATCH;
869 if (BE (err != REG_NOMATCH, 0))
1008 ret = REG_NOMATCH;
1033 ret = REG_NOMATCH;
1513 return REG_NOMATCH;
[all...]
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_global.c220 case REG_NOMATCH:
/freebsd-10-stable/usr.bin/csup/
H A Dglobtree.c236 assert(rv == REG_NOMATCH);
/freebsd-10-stable/contrib/atf/atf-c/
H A Dutils.c89 ATF_REQUIRE(res == 0 || res == REG_NOMATCH);
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dmain.c284 if (err != 0 && (f3 != NULL || err != REG_NOMATCH)) {

Completed in 169 milliseconds

12