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

12

/openbsd-current/include/
H A Dregex.h70 #define REG_NOMATCH 1 macro
/openbsd-current/gnu/llvm/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.cpp108 if (rc == REG_NOMATCH)
H A Dregengine.inc133 static int /* 0 success, REG_NOMATCH failure */
168 return(REG_NOMATCH);
193 return(REG_NOMATCH);
/openbsd-current/lib/libc/regex/
H A Dregerror.c54 { REG_NOMATCH, "REG_NOMATCH", "regexec() failed to match" },
/openbsd-current/usr.bin/vi/common/
H A Dsearch.c234 if (eval == REG_NOMATCH)
359 if (eval == REG_NOMATCH)
391 if (eval == REG_NOMATCH)
/openbsd-current/usr.bin/m4/
H A Dgnum4.c354 if (error != REG_NOMATCH)
370 case REG_NOMATCH:
387 case REG_NOMATCH:
/openbsd-current/gnu/lib/libiberty/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:__anon597
/openbsd-current/gnu/gcc/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:__anon379
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.h263 REG_NOMATCH, /* Didn't find a match (for regexec). */
261 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator in enum:__anon5831
/openbsd-current/gnu/usr.bin/binutils-2.17/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:__anon5735
/openbsd-current/gnu/usr.bin/binutils/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:__anon5028
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.h292 REG_NOMATCH, /* Didn't find a match (for regexec). */
290 REG_NOMATCH, /* Didn't find a match (for regexec). */ enumerator in enum:__anon6189
/openbsd-current/usr.bin/vi/ex/
H A Dex_global.c218 case REG_NOMATCH:
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dmkregtable.c240 if (r == REG_NOMATCH) {
/openbsd-current/regress/sys/kern/pledge/generic/
H A Dmanager.c123 if (error == REG_NOMATCH) {
/openbsd-current/usr.bin/grep/
H A Dutil.c240 r = REG_NOMATCH;
509 int rtrnVal = REG_NOMATCH;
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dopenrisc-asm.c587 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
H A Dfr30-asm.c656 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
H A Dip2k-asm.c857 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dfr30-asm.c671 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
H A Dm32r-asm.c686 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
H A Dopenrisc-asm.c609 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)
H A Dxstormy16-asm.c632 regexec ((regex_t *) CGEN_INSN_RX (insn), str, 0, NULL, 0) == REG_NOMATCH)

Completed in 334 milliseconds

12