Searched defs:amatch (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/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)) {
398 amatch(tmp_wcs_buffer, pattern)) {
533 amatch(tmp_wcs_buffer, pattern)) {
625 if (amatch(string++, pattern)) {
634 amatch(string, pattern)) {
644 * amatch(string, pattern)
658 amatch(register wchar_t *string, register wchar_t *pattern) function
/illumos-gate/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) function
496 if (amatch(s, p))
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c806 bool amatch; local
1005 amatch = false;
1053 amatch = true;
1062 amatch = true;
1109 if (amatch)
/illumos-gate/usr/src/cmd/csh/
H A Dsh.glob.c346 } else if (amatch(s, restbuf, &slproc))
376 c = amatch(s, p, slproc);
383 amatch(tchar *s, tchar *p, int *slproc) function
392 tprintf("TRACE- amatch()\n");
448 if (amatch(s, p, slproc))
/illumos-gate/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))
406 c = amatch(s, p);
413 amatch(char *s, char *p) function
483 if (amatch(s, p))
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c1077 int amatch; local
1085 amatch = fr_match_addresses(is1, is2);
1087 * If addresses match (amatch != 0), then 'match levels'
1088 * must be same for matching entries. If amatch and pmatch
1092 rv = (amatch != 0) && (amatch == pmatch);

Completed in 100 milliseconds