Home
last modified time | relevance | path

Searched refs:amatch (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dfiles.cc69 static Boolean amatch(wchar_t *string, wchar_t *pattern);
359 if ((pattern != NULL) && amatch(tmp_wcs_buffer, pattern)) { in read_dir()
400 amatch(tmp_wcs_buffer, pattern)) { in read_dir()
535 amatch(tmp_wcs_buffer, pattern)) { in read_dir()
627 if (amatch(string++, pattern)) { in star_match()
636 amatch(string, pattern)) { in star_match()
660 amatch(wchar_t *string, wchar_t *pattern) in amatch() function
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c99 static int amatch(char *s, char *p);
369 } else if (amatch(s, restbuf)) in execbrc()
404 c = amatch(s, p); in match()
411 amatch(char *s, char *p) in amatch() function
481 if (amatch(s, p)) in amatch()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c804 bool amatch; local
1003 amatch = false;
1051 amatch = true;
1060 amatch = true;
1107 if (amatch)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c413 } else if (amatch(s, restbuf))
441 c = amatch(s, p);
448 amatch(s, p) in amatch() function
495 if (amatch(s, p))
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c349 } else if (amatch(s, restbuf, &slproc)) in execbrc()
379 c = amatch(s, p, slproc); in match()
386 amatch(tchar *s, tchar *p, int *slproc) in amatch() function
451 if (amatch(s, p, slproc)) in amatch()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c1077 int amatch; local
1085 amatch = fr_match_addresses(is1, is2);
1092 rv = (amatch != 0) && (amatch == pmatch);