Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/rdist/
H A Dexpand.c73 static int amatch(char *, char *);
404 } else if (amatch(s, restbuf)) in execbrc()
431 c = amatch(s, p); in match()
438 amatch(char *s, char *p) in amatch() function
484 if (amatch(s, p)) in amatch()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dgcc_compat.c299 amatch(char *s, struct atax *at, int mx) in amatch() function
352 if ((attr = amatch(name, atax, GCC_ATYP_MAX)) == 0) { in gcc_attribs()
416 if ((i = amatch(ap->aa[0].sarg, mods, ATSZ)) == 0) in gcc_attribs()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dgcc_compat.c412 amatch(char *s, struct atax *at, int mx) in amatch() function
465 if ((attr = amatch(name, atax, GCC_ATYP_MAX)) == 0) { in gcc_attribs()
680 if ((i = amatch(ap->aa[0].sarg, mods, ATSZ)) == 0) { in gcc_modefix()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_state.c1311 int amatch; in ipf_state_match() local
1319 amatch = ipf_state_matchaddresses(is1, is2); in ipf_state_match()
1320 rv = (amatch != 0) && (amatch == pomatch); in ipf_state_match()