Searched refs:nomatch (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gold/testsuite/
H A Dsplit_s390.sh33 nomatch() function
48 nomatch 'jg .*__morestack>?$' split_s390_z2.stdout
50 nomatch 'ear.*$' split_s390_z2_ns.stdout
51 nomatch 'jgl.*__morestack>?$' split_s390_z2_ns.stdout
57 nomatch 'jg .*__morestack>?$' split_s390_z3.stdout
59 nomatch 'ear.*$' split_s390_z3_ns.stdout
60 nomatch 'jgl.*__morestack>?$' split_s390_z3_ns.stdout
78 nomatch 'jg .*__morestack>?$' split_s390x_z2.stdout
80 nomatch 'ear.*$' split_s390x_z2_ns.stdout
81 nomatch 'jg
[all...]
H A Dsplit_i386.sh33 nomatch() function
47 nomatch 'call.*__morestack>?$' split_i386_2.stdout
H A Dsplit_x32.sh34 nomatch() function
48 nomatch 'call.*__morestack>?$' split_x32_2.stdout
H A Dsplit_x86_64.sh33 nomatch() function
47 nomatch 'call.*__morestack>?$' split_x86_64_2.stdout
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Drpmatch.c38 const int nomatch, const char **lastp, regex_t *re)
56 return regexec (re, response, 0, NULL, 0) == 0 ? match : nomatch;
37 try(const char *response, const char *pattern, const int match, const int nomatch, const char **lastp, regex_t *re) argument
/netbsd-current/lib/libc/arch/mips/string/
H A Dbcmp.S65 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
/netbsd-current/external/mpl/bind/dist/bin/tests/system/rrsetorder/
H A Dclean.sh15 rm -f dig.out.cyclic dig.out.fixed dig.out.random dig.out.nomatch dig.out.none
H A Dtests.sh511 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
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_pathmatch.c59 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);
H A Darchive_write_add_filter_compress.c361 goto nomatch;
377 nomatch:
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddcast.d168 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...]
H A Ddtemplate.d354 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...]
H A Dopover.d733 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...]
H A Dmtype.d119 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...]
H A Ddclass.d773 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;
H A Dglobals.h400 nomatch, // no match member in class:FeatureState::MATCH
/netbsd-current/external/bsd/nvi/dist/vi/
H A Dv_match.c73 goto nomatch;
78 nomatch: msgq(sp, M_BERR, "184|No match character on this line");
/netbsd-current/usr.bin/checknr/
H A Dchecknr.c209 static void nomatch(const char *);
470 nomatch(mac);
478 nomatch(const char *mac) function
/netbsd-current/external/mpl/bind/dist/bin/tests/system/keymgr2kasp/ns3/
H A Dsetup.sh67 setup migrate-nomatch-algnum.kasp
85 setup migrate-nomatch-alglen.kasp
101 setup migrate-nomatch-kzc.kasp
/netbsd-current/sys/dev/pcmcia/
H A Dpcmcia_cis_quirks.c287 goto nomatch;
327 nomatch:;
/netbsd-current/sys/net/
H A Dbsd-comp.c570 goto nomatch;
584 goto nomatch;
589 nomatch:
716 goto nomatch;
730 goto nomatch;
735 nomatch: /* output (count) the prefix */
/netbsd-current/usr.bin/sed/
H A Dprocess.c673 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, argument
693 nomatch ? 0 : maxnsub + 1, match, eflags);
699 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
/netbsd-current/external/bsd/ppp/dist/pppdump/
H A Dbsd-comp.c468 goto nomatch;
482 goto nomatch;
487 nomatch: /* output (count) the prefix */
/netbsd-current/sys/arch/hpcmips/dev/
H A Dit8368.c186 goto nomatch;
192 goto nomatch;
195 nomatch:
/netbsd-current/usr.bin/compress/
H A Dzopen.c294 goto nomatch;
307 nomatch: if (output(zs, (code_int) ent) == -1)

Completed in 239 milliseconds

12