Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dglob.sh216 test_case '<nomatch>' "'[abc'" '[*'
218 test_case '<nomatch>' '[abc' '[*'
226 test_case '<nomatch>' 'abc' '??**********?****?'
227 test_case '<nomatch>' 'abc' '??**********?****c'
229 test_case '<nomatch>' 'abc' '*c*?**'
230 test_case '<nomatch>' 'abc' 'a*****c*?**'
231 test_case '<nomatch>' 'abc' 'a********???*******'
232 test_case '<nomatch>' "'a'" '[]'
233 test_case '<nomatch>' 'a' '[]'
234 test_case '<nomatch>' "'['" '[abc'
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dcategorize.dat28 |B a\(b\)*\1 a (0,1) BUG=nomatch-match
30 ; BUG=nomatch-match-UNKNOWN
37 |B a\(b\)*\1 abab (0,1) # BUG=nomatch-match
56 |B \(a\(b\)*\)*\2 abab (0,4)(2,3)(1,2) BUG=repeat-artifact-nomatch
57 ; BUG=repeat-artifact-nomatch-UNKNOWN
H A Dcategorize.out6 NOTE BUG=nomatch-match-UNKNOWN
12 NOTE BUG=repeat-artifact-nomatch-UNKNOWN
/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c161 static void nomatch(char *mac);
437 nomatch(mac); in chkcmd()
445 nomatch(char *mac) in nomatch() function
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c740 goto nomatch; in bsd_compress()
776 goto nomatch; in bsd_compress()
787 nomatch: in bsd_compress()
975 goto nomatch; in bsd_incomp()
1004 goto nomatch; in bsd_incomp()
1011 nomatch: /* output (count) the prefix */ in bsd_incomp()
/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/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
/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c362 boolean_t nomatch = B_TRUE; in delete_entry() local
503 nomatch = B_FALSE; in delete_entry()
512 if (nomatch != B_FALSE) in delete_entry()
513 nomatch = B_TRUE; in delete_entry()
537 (nomatch == B_TRUE)) { in delete_entry()
/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c658 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, in regexec_e() argument
674 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND); in regexec_e()
/illumos-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()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c1039 goto nomatch; in compress()
1067 nomatch: in compress()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c1564 goto nomatch; in re_cwexec()
1568 goto nomatch; in re_cwexec()
1586 nomatch: in re_cwexec()
/illumos-gate/usr/src/cmd/vgrind/
H A Dvgrindefs.src79 nomatch path prompt shell status verbose :
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c2361 const char *nomatch = "no matching subnet found in netmasks(5)"; in configure_one_interface() local
2381 nomatch); in configure_one_interface()
2385 lifr.lifr_name, nomatch, addrstr4, buffer); in configure_one_interface()
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c297 struct pptuple* nomatch; member