| /src/external/gpl2/xcvs/dist/lib/ |
| rpmatch.c | 38 const int nomatch, const char **lastp, regex_t *re) 56 return regexec (re, response, 0, NULL, 0) == 0 ? match : nomatch;
|
| /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/external/bsd/libarchive/dist/libarchive/ |
| archive_pathmatch.c | 59 int match = 1, nomatch = 0; local 64 /* If this is a negated class, return success for nomatch. */ 67 nomatch = 1; 98 return (nomatch); 106 int match = 1, nomatch = 0; local 111 /* If this is a negated class, return success for nomatch. */ 114 nomatch = 1; 145 return (nomatch);
|
| archive_write_add_filter_compress.c | 361 goto nomatch; 377 nomatch:
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| dcast.d | 168 if (e.matchType(t, sc, &fe) > MATCH.nomatch) 238 return MATCH.nomatch; 257 if (match != MATCH.nomatch) 273 return MATCH.nomatch; 309 return MATCH.nomatch; 327 return MATCH.nomatch; 337 if (result == MATCH.nomatch) 349 if (result == MATCH.nomatch) 370 if (m == MATCH.nomatch && t.ty == Tenum) 371 return MATCH.nomatch; [all...] |
| dtemplate.d | 354 printf("\t. nomatch\n"); 1066 MATCH nomatch() 1072 return MATCH.nomatch; 1080 return MATCH.nomatch; 1092 return MATCH.nomatch; 1124 if (m2 == MATCH.nomatch) 1130 return nomatch(); 1142 return nomatch(); 1161 if (m > MATCH.nomatch && constraint && !flag) 1191 return nomatch(); [all...] |
| opover.d | 733 else if (m.last == MATCH.nomatch) 747 else if (lastf && m.lastf == lastf || !s_r && m.last == MATCH.nomatch) 815 else if (m.last == MATCH.nomatch) 820 if (lastf && m.lastf == lastf || !s && m.last == MATCH.nomatch) 1263 else if (m.last == MATCH.nomatch) 1377 else if (m.last == MATCH.nomatch) 1382 if (lastf && m.lastf == lastf || !s_r && m.last == MATCH.nomatch) 1711 MATCH match = MATCH.nomatch; 1725 m = MATCH.nomatch; 1730 m = MATCH.nomatch; [all...] |
| mtype.d | 119 return MATCH.nomatch; 2197 * MATCH.nomatch, MATCH.convert, MATCH.constant, MATCH.exact 2206 return MATCH.nomatch; 2215 * MATCH.nomatch conversion to mutable or invariant 2224 return MATCH.nomatch; 3029 return MATCH.nomatch; 3033 return MATCH.nomatch; 3046 m = next.equals(tn) ? MATCH.constant : MATCH.nomatch; 3377 return MATCH.nomatch; 3379 return MATCH.nomatch; [all...] |
| dclass.d | 773 MATCH m1 = tf.equals(fd.type) ? MATCH.exact : MATCH.nomatch; 774 MATCH m2 = tf.equals(fdmatch.type) ? MATCH.exact : MATCH.nomatch; 784 MATCH m1 = (tf.mod == fd.type.mod) ? MATCH.exact : MATCH.nomatch; 785 MATCH m2 = (tf.mod == fdmatch.type.mod) ? MATCH.exact : MATCH.nomatch; 796 MATCH m1 = fd.parent.isClassDeclaration() ? MATCH.exact : MATCH.nomatch; 797 MATCH m2 = fdmatch.parent.isClassDeclaration() ? MATCH.exact : MATCH.nomatch;
|
| globals.h | 400 nomatch, // no match member in class:FeatureState::MATCH
|
| func.d | 899 if (match == MATCH.nomatch) 1024 return MATCH.nomatch; 1029 return MATCH.nomatch; 1050 if (m > MATCH.nomatch) 1069 return MATCH.nomatch; 3151 if (m.last > MATCH.nomatch && m.lastf) 3168 if (m.last == MATCH.nomatch) 3465 source.constConv(target) != MATCH.nomatch ||
|
| astenums.d | 421 nomatch, /// no match
|
| /src/external/bsd/nvi/dist/vi/ |
| v_match.c | 73 goto nomatch; 78 nomatch: msgq(sp, M_BERR, "184|No match character on this line");
|
| /src/usr.bin/checknr/ |
| checknr.c | 209 static void nomatch(const char *); 470 nomatch(mac); 478 nomatch(const char *mac) function
|
| /src/external/mpl/bind/dist/bin/tests/system/migrate2kasp/ns3/ |
| setup.sh | 67 setup migrate-nomatch-algnum.kasp 85 setup migrate-nomatch-alglen.kasp 101 setup migrate-nomatch-kzc.kasp
|
| /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/external/mpl/bind/dist/bin/tests/system/rrsetorder/ |
| tests.sh | 511 dig_cmd @10.53.0.4 nomatch.example >dig.out.nomatch || ret=1 513 grep -F -q 1.2.3.$i dig.out.nomatch || ret=1 517 dig_cmd @10.53.0.4 nomatch.example >dig.out.test$i || ret=1 518 diff dig.out.nomatch dig.out.test$i >/dev/null || ret=1
|
| /src/sys/arch/hpcmips/dev/ |
| it8368.c | 186 goto nomatch; 192 goto nomatch; 195 nomatch:
|
| /src/usr.bin/sed/ |
| process.c | 678 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, 698 nomatch ? 0 : maxnsub + 1, match, eflags); 704 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)
|
| /src/external/mpl/bind/dist/bin/tests/system/rpz/ |
| tests.sh | 644 nochange_ns10 a3-1.stub-nomatch # 15 645 nochange_ns10 a3-1.static-stub-nomatch # 16 660 nochange_ns10 a4-1.stub-nomatch # 7 661 nochange_ns10 a4-1.static-stub-nomatch # 8
|
| /src/external/bsd/ntp/dist/ntpq/ |
| ntpq-subs.c | 2786 goto nomatch; 2835 goto nomatch; 2853 goto nomatch; 2866 goto nomatch; 2875 goto nomatch; 2883 goto nomatch; 2893 goto nomatch; 2898 nomatch:
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-lang.cc | 1728 if (tx->implicitConvTo (ty) != MATCH::nomatch 1729 || ty->implicitConvTo (tx) != MATCH::nomatch)
|
| /src/external/bsd/libarchive/dist/test_utils/ |
| test_main.c | 2222 const char *pathb, int nomatch) 2233 if (!nomatch && sa.st_flags != sb.st_flags) { 2240 if (nomatch && sa.st_flags == sb.st_flags) { 2292 if (!nomatch && flagsa != flagsb) { 2298 if (nomatch && flagsa == flagsb) { 2307 (void)nomatch; /* UNUSED */
|