Home
last modified time | relevance | path

Searched refs:nomatch (Results 1 – 20 of 20) sorted by relevance

/onnv-gate/usr/src/lib/libshell/common/tests/
H A Dglob.sh217 test_case '<nomatch>' "'[abc'" '[*'
219 test_case '<nomatch>' '[abc' '[*'
227 test_case '<nomatch>' 'abc' '??**********?****?'
228 test_case '<nomatch>' 'abc' '??**********?****c'
229 test_case '<nomatch>' 'abc' '?************c****?****'
230 test_case '<nomatch>' 'abc' '*c*?**'
231 test_case '<nomatch>' 'abc' 'a*****c*?**'
232 test_case '<nomatch>' 'abc' 'a********???*******'
233 test_case '<nomatch>' "'a'" '[]'
234 test_case '<nomatch>' 'a' '[]'
[all …]
/onnv-gate/usr/src/lib/libparted/common/lib/
H A Drpmatch.c35 const int nomatch, const char **lastp, regex_t *re) in try() argument
53 return regexec (re, response, 0, NULL, 0) == 0 ? match : nomatch; in try()
/onnv-gate/usr/src/common/net/wanboot/
H A Dp12misc.c131 STACK_OF(EVP_PKEY) *nomatch; in sunw_split_certs()
143 nomatch = NULL; in sunw_split_certs()
189 nomatch = sk_EVP_PKEY_new_null(); in sunw_split_certs()
190 if (nomatch == NULL) { in sunw_split_certs()
195 *nocerts = nomatch; in sunw_split_certs()
198 if (sk_EVP_PKEY_push(nomatch, tmpkey) == 0) { in sunw_split_certs()
/onnv-gate/usr/src/cmd/checknr/
H A Dchecknr.c159 static void nomatch(char *mac);
435 nomatch(mac); in chkcmd()
443 nomatch(char *mac) in nomatch() function
/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c742 goto nomatch; in bsd_compress()
778 goto nomatch; in bsd_compress()
789 nomatch: in bsd_compress()
977 goto nomatch; in bsd_incomp()
1006 goto nomatch; in bsd_incomp()
1013 nomatch: /* output (count) the prefix */ in bsd_incomp()
/onnv-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 */
/onnv-gate/usr/src/lib/libpp/common/
H A Dppcall.c133 if (!tp->nomatch) in ppcall()
143 else if (!(tp = tp->nomatch)) in ppcall()
H A Dppcontrol.c1340 for (; tp; tp = tp->nomatch) in ppcontrol()
1350 tp->nomatch = rp; in ppcontrol()
1351 rp->nomatch = tp; in ppcontrol()
1355 tp->nomatch = mac->tuple; in ppcontrol()
H A Dpplib.h216 struct pptuple* nomatch; /* nomatch tuple */ member
/onnv-gate/usr/src/cmd/fgrep/
H A Dfgrep.c417 goto nomatch; in execute()
443 nomatch: in execute()
/onnv-gate/usr/src/lib/libpkg/common/
H A Dp12lib.c529 STACK_OF(EVP_PKEY) *nomatch; in sunw_split_certs()
541 nomatch = NULL; in sunw_split_certs()
587 nomatch = sk_EVP_PKEY_new_null(); in sunw_split_certs()
588 if (nomatch == NULL) { in sunw_split_certs()
593 *nocerts = nomatch; in sunw_split_certs()
596 if (sk_EVP_PKEY_push(nomatch, tmpkey) == 0) { in sunw_split_certs()
/onnv-gate/usr/src/cmd/modload/
H A Ddrvsubr.c347 boolean_t nomatch = B_TRUE; in delete_entry() local
479 nomatch = B_FALSE; in delete_entry()
488 if (nomatch != B_FALSE) in delete_entry()
489 nomatch = B_TRUE; in delete_entry()
514 (nomatch == B_TRUE)) { in delete_entry()
/onnv-gate/usr/src/uts/sparc/v9/os/
H A Dsimulator.c851 int nomatch = 0; in simulate_unimp() local
881 nomatch = 1; in simulate_unimp()
930 if (nomatch) { in simulate_unimp()
/onnv-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h560 regmatch_t nomatch; member
H A Dregnexec.c271 *m++ = state.nomatch; in _matchpush()
1890 env->match[i] = state.nomatch; in regnexec()
1998 match[j] = state.nomatch; in regnexec()
/onnv-gate/usr/src/cmd/compress/
H A Dcompress.c1037 goto nomatch; in compress()
1065 nomatch: in compress()
/onnv-gate/usr/src/cmd/ssh/sftp/
H A Dsftp.c1278 CPL_MATCH_FN(nomatch) in CPL_MATCH_FN() argument
1321 if (gl_customize_completion(gl, NULL, nomatch) != 0) { in interactive_loop()
/onnv-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c1569 goto nomatch; in re_cwexec()
1573 goto nomatch; in re_cwexec()
1591 nomatch: in re_cwexec()
/onnv-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.src79 nomatch path prompt shell status verbose :
/onnv-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c2334 const char *nomatch = "no matching subnet found in netmasks(4)"; in configure_one_interface() local
2354 nomatch); in configure_one_interface()
2358 lifr.lifr_name, nomatch, addrstr4, buffer); in configure_one_interface()