/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | glob.sh | 82 *) 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 D | glob.sh | 217 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 D | p12misc.c | 135 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 D | checknr.c | 159 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 D | bsd-comp.c | 742 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 D | bsd-comp.c | 470 goto nomatch; 484 goto nomatch; 489 nomatch: /* output (count) the prefix */
|
/titanic_51/usr/src/lib/libpp/common/ |
H A D | ppcall.c | 133 if (!tp->nomatch) in ppcall() 143 else if (!(tp = tp->nomatch)) in ppcall()
|
H A D | ppcontrol.c | 1340 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 D | pplib.h | 216 struct pptuple* nomatch; /* nomatch tuple */ member
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppcall.c | 133 if (!tp->nomatch) in ppcall() 143 else if (!(tp = tp->nomatch)) in ppcall()
|
H A D | ppcontrol.c | 1340 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 D | pplib.h | 216 struct pptuple* nomatch; /* nomatch tuple */ member
|
/titanic_51/usr/src/cmd/fgrep/ |
H A D | fgrep.c | 426 goto nomatch; in execute() 454 nomatch: in execute()
|
/titanic_51/usr/src/lib/libpkg/common/ |
H A D | p12lib.c | 533 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 D | drvsubr.c | 350 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 D | process.c | 644 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 D | simulator.c | 851 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 D | reglib.h | 566 regmatch_t nomatch; member
|
H A D | regnexec.c | 270 *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 D | reglib.h | 560 regmatch_t nomatch; member
|
H A D | regnexec.c | 271 *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 D | compress.c | 1037 goto nomatch; in compress() 1065 nomatch: in compress()
|
/titanic_51/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 1569 goto nomatch; in re_cwexec() 1573 goto nomatch; in re_cwexec() 1591 nomatch: in re_cwexec()
|
/titanic_51/usr/src/cmd/vgrind/ |
H A D | vgrindefs.src | 79 nomatch path prompt shell status verbose :
|
/titanic_51/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 2342 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()
|