Home
last modified time | relevance | path

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

12

/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dglob.sh82 *) got='<nomatch>' ;;
172 test_case '<nomatch>' 'abc' '"a?c"'
173 test_case '<nomatch>' 'abc' 'a\*c'
174 test_case '<nomatch>' 'abc' 'a\[b]c'
216 test_case '<nomatch>' "'[abc'" '[*'
218 test_case '<nomatch>' '[abc' '[*'
226 test_case '<nomatch>' 'abc' '??**********?****?'
227 test_case '<nomatch>' 'abc' '??**********?****c'
228 test_case '<nomatch>' 'abc' '?************c****?****'
229 test_case '<nomatch>' 'ab
[all...]
/titanic_51/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 …]
/titanic_51/usr/src/common/net/wanboot/
H A Dp12misc.c135 STACK_OF(EVP_PKEY) *nomatch; in sunw_split_certs()
147 nomatch = NULL; in sunw_split_certs()
193 nomatch = sk_EVP_PKEY_new_null(); in sunw_split_certs()
194 if (nomatch == NULL) { in sunw_split_certs()
199 *nocerts = nomatch; in sunw_split_certs()
202 if (sk_EVP_PKEY_push(nomatch, tmpkey) == 0) { in sunw_split_certs()
/titanic_51/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
/titanic_51/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()
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c470 goto nomatch;
484 goto nomatch;
489 nomatch: /* output (count) the prefix */
/titanic_51/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
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
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
/titanic_51/usr/src/cmd/fgrep/
H A Dfgrep.c426 goto nomatch; in execute()
454 nomatch: in execute()
/titanic_51/usr/src/lib/libpkg/common/
H A Dp12lib.c533 STACK_OF(EVP_PKEY) *nomatch; in sunw_split_certs()
545 nomatch = NULL; in sunw_split_certs()
591 nomatch = sk_EVP_PKEY_new_null(); in sunw_split_certs()
592 if (nomatch == NULL) { in sunw_split_certs()
597 *nocerts = nomatch; in sunw_split_certs()
600 if (sk_EVP_PKEY_push(nomatch, tmpkey) == 0) { in sunw_split_certs()
/titanic_51/usr/src/cmd/modload/
H A Ddrvsubr.c350 boolean_t nomatch = B_TRUE; in delete_entry() local
491 nomatch = B_FALSE; in delete_entry()
500 if (nomatch != B_FALSE) in delete_entry()
501 nomatch = B_TRUE; in delete_entry()
525 (nomatch == B_TRUE)) { in delete_entry()
/titanic_51/usr/src/cmd/sed/
H A Dprocess.c644 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, in regexec_e() argument
660 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()
/titanic_51/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()
/titanic_51/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h566 regmatch_t nomatch; member
H A Dregnexec.c270 *m++ = state.nomatch; in _matchpush()
1890 env->match[i] = state.nomatch; in regnexec()
1998 match[j] = state.nomatch; in regnexec()
/titanic_51/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()
/titanic_51/usr/src/cmd/compress/
H A Dcompress.c1037 goto nomatch; in compress()
1065 nomatch: in compress()
/titanic_51/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()
/titanic_51/usr/src/cmd/vgrind/
H A Dvgrindefs.src79 nomatch path prompt shell status verbose :
/titanic_51/usr/src/cmd/zoneadmd/
H A Dvplat.c2342 const char *nomatch = "no matching subnet found in netmasks(4)"; in configure_one_interface() local
2362 nomatch); in configure_one_interface()
2366 lifr.lifr_name, nomatch, addrstr4, buffer); in configure_one_interface()

12