Symbol: amatch
usr/src/cmd/cmd-inet/usr.bin/ftp/glob.c
369
} else if (amatch(s, restbuf))
usr/src/cmd/cmd-inet/usr.bin/ftp/glob.c
404
c = amatch(s, p);
usr/src/cmd/cmd-inet/usr.bin/ftp/glob.c
481
if (amatch(s, p))
usr/src/cmd/cmd-inet/usr.bin/ftp/glob.c
99
static int amatch(char *s, char *p);
usr/src/cmd/cmd-inet/usr.bin/rdist/expand.c
408
} else if (amatch(s, restbuf))
usr/src/cmd/cmd-inet/usr.bin/rdist/expand.c
435
c = amatch(s, p);
usr/src/cmd/cmd-inet/usr.bin/rdist/expand.c
488
if (amatch(s, p))
usr/src/cmd/csh/sh.glob.c
349
} else if (amatch(s, restbuf, &slproc))
usr/src/cmd/csh/sh.glob.c
379
c = amatch(s, p, slproc);
usr/src/cmd/csh/sh.glob.c
451
if (amatch(s, p, slproc))
usr/src/cmd/make/bin/files.cc
359
if ((pattern != NULL) && amatch(tmp_wcs_buffer, pattern)) {
usr/src/cmd/make/bin/files.cc
400
amatch(tmp_wcs_buffer, pattern)) {
usr/src/cmd/make/bin/files.cc
535
amatch(tmp_wcs_buffer, pattern)) {
usr/src/cmd/make/bin/files.cc
627
if (amatch(string++, pattern)) {
usr/src/cmd/make/bin/files.cc
636
amatch(string, pattern)) {
usr/src/cmd/make/bin/files.cc
69
static Boolean amatch(wchar_t *string, wchar_t *pattern);
usr/src/cmd/sendmail/src/domain.c
1003
amatch = false;
usr/src/cmd/sendmail/src/domain.c
1051
amatch = true;
usr/src/cmd/sendmail/src/domain.c
1060
amatch = true;
usr/src/cmd/sendmail/src/domain.c
1107
if (amatch)
usr/src/cmd/sendmail/src/domain.c
804
bool amatch;
usr/src/uts/common/inet/ipf/ip_state.c
1077
int amatch;
usr/src/uts/common/inet/ipf/ip_state.c
1085
amatch = fr_match_addresses(is1, is2);
usr/src/uts/common/inet/ipf/ip_state.c
1092
rv = (amatch != 0) && (amatch == pmatch);