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

/freebsd-10.1-release/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-10.1-release/contrib/sendmail/src/
H A Ddomain.c785 bool amatch; local
984 amatch = false;
1032 amatch = true;
1041 amatch = true;
1088 if (amatch)
/freebsd-10.1-release/sys/contrib/ipfilter/netinet/
H A Dip_state.c1333 int amatch; local
1341 amatch = ipf_state_matchaddresses(is1, is2);
1342 rv = (amatch != 0) && (amatch == pomatch);

Completed in 169 milliseconds