Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/make/bin/
H A Dfiles.cc67 static Boolean amatch(register wchar_t *string, register wchar_t *pattern);
357 if ((pattern != NULL) && amatch(tmp_wcs_buffer, pattern)) { in read_dir()
398 amatch(tmp_wcs_buffer, pattern)) { in read_dir()
533 amatch(tmp_wcs_buffer, pattern)) { in read_dir()
625 if (amatch(string++, pattern)) { in star_match()
634 amatch(string, pattern)) { in star_match()
658 amatch(register wchar_t *string, register wchar_t *pattern) in amatch() function
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c101 static int amatch(char *s, char *p);
371 } else if (amatch(s, restbuf)) in execbrc()
406 c = amatch(s, p); in match()
413 amatch(char *s, char *p) in amatch() function
483 if (amatch(s, p)) in amatch()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c414 } else if (amatch(s, restbuf))
442 c = amatch(s, p);
449 amatch(s, p) in amatch() function
496 if (amatch(s, p))
/titanic_50/usr/src/cmd/sendmail/src/
H A Ddomain.c806 bool amatch; local
1005 amatch = false;
1053 amatch = true;
1062 amatch = true;
1109 if (amatch)
/titanic_50/usr/src/cmd/csh/
H A Dsh.glob.c346 } else if (amatch(s, restbuf, &slproc)) in execbrc()
376 c = amatch(s, p, slproc); in match()
383 amatch(tchar *s, tchar *p, int *slproc) in amatch() function
448 if (amatch(s, p, slproc)) in amatch()
/titanic_50/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);