Searched refs:amatch (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/opie/
H A Dglob.c116 static int amatch __P((char *p, char *s));
131 c = amatch(s, p);
510 if (amatch(s, restbuf))
551 static int amatch FUNCTION((s, p), register char *s AND register char *p) function
599 if (amatch(s, p))
/freebsd-13-stable/contrib/sendmail/src/
H A Ddomain.c1265 bool amatch, gotmx, ad; local
1499 amatch = false;
1547 amatch = true;
1556 amatch = true;
1603 if (amatch)
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c1336 int amatch; local
1344 amatch = ipf_state_matchaddresses(is1, is2);
1345 rv = (amatch != 0) && (amatch == pomatch);

Completed in 76 milliseconds