Searched refs:amatch (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/usr.bin/rdist/ |
| H A D | expand.c | 73 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 D | gcc_compat.c | 299 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 D | gcc_compat.c | 412 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 D | ip_state.c | 1311 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()
|