/src/lib/libc/arch/mips/string/ |
bcmp.S | 65 bne v0, v1, nomatch 75 bne v0, v1, nomatch 89 bne v0, v1, nomatch 102 bne v0, v1, nomatch 113 bne v0, v1, nomatch 120 nomatch: label
|
/src/usr.bin/checknr/ |
checknr.c | 209 static void nomatch(const char *); 470 nomatch(mac); 478 nomatch(const char *mac) function in typeref:typename:void
|
/src/sys/dev/pcmcia/ |
pcmcia_cis_quirks.c | 287 goto nomatch; 327 nomatch:;
|
/src/sys/net/ |
bsd-comp.c | 570 goto nomatch; 584 goto nomatch; 589 nomatch: 714 goto nomatch; 728 goto nomatch; 733 nomatch: /* output (count) the prefix */
|
/src/sys/arch/hpcmips/dev/ |
it8368.c | 186 goto nomatch; 192 goto nomatch; 195 nomatch:
|
/src/usr.bin/sed/ |
process.c | 677 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, 697 nomatch ? 0 : maxnsub + 1, match, eflags); 703 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
|
/src/usr.bin/compress/ |
zopen.c | 294 goto nomatch; 307 nomatch: if (output(zs, (code_int) ent) == -1)
|