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

/illumos-gate/usr/src/common/net/wanboot/
H A Dp12misc.c135 STACK_OF(EVP_PKEY) *nomatch;
147 nomatch = NULL;
193 nomatch = sk_EVP_PKEY_new_null();
194 if (nomatch == NULL) {
199 *nocerts = nomatch;
202 if (sk_EVP_PKEY_push(nomatch, tmpkey) == 0) {
/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c159 static void nomatch(char *mac);
435 nomatch(mac);
443 nomatch(char *mac) function
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c742 goto nomatch;
778 goto nomatch;
789 nomatch:
977 goto nomatch;
1006 goto nomatch;
1013 nomatch: /* output (count) the prefix */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c470 goto nomatch;
484 goto nomatch;
489 nomatch: /* output (count) the prefix */
/illumos-gate/usr/src/lib/libpp/common/
H A Dppcall.c133 if (!tp->nomatch)
143 else if (!(tp = tp->nomatch))
H A Dpplib.h216 struct pptuple* nomatch; /* nomatch tuple */ member in struct:pptuple
/illumos-gate/usr/src/cmd/fgrep/
H A Dfgrep.c426 goto nomatch;
454 nomatch:
/illumos-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c533 STACK_OF(EVP_PKEY) *nomatch;
545 nomatch = NULL;
591 nomatch = sk_EVP_PKEY_new_null();
592 if (nomatch == NULL) {
597 *nocerts = nomatch;
600 if (sk_EVP_PKEY_push(nomatch, tmpkey) == 0) {
/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c644 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, argument
660 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
/illumos-gate/usr/src/uts/sparc/v9/os/
H A Dsimulator.c851 int nomatch = 0; local
881 nomatch = 1;
930 if (nomatch) {
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h560 regmatch_t nomatch; member in struct:State_s
H A Dregnexec.c271 *m++ = state.nomatch;
1890 env->match[i] = state.nomatch;
1998 match[j] = state.nomatch;
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c1037 goto nomatch;
1065 nomatch:
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c1569 goto nomatch;
1573 goto nomatch;
1591 nomatch:
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c2343 const char *nomatch = "no matching subnet found in netmasks(4)"; local
2363 nomatch);
2367 lifr.lifr_name, nomatch, addrstr4, buffer);

Completed in 116 milliseconds