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

/netbsd-6-1-5-RELEASE/usr.sbin/sup/source/
H A Dexpand.c97 static int amatch(char *, char *);
254 } else if (amatch(s, restbuf))
279 c = amatch(s, p);
285 amatch(char *s, char *p) function
324 if (amatch(s, p))
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Dexpand.c73 static int amatch(char *, char *);
400 } else if (amatch(s, restbuf))
427 c = amatch(s, p);
434 amatch(char *s, char *p) function
480 if (amatch(s, p))
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dgcc_compat.c299 amatch(char *s, struct atax *at, int mx) function
352 if ((attr = amatch(name, atax, GCC_ATYP_MAX)) == 0) {
416 if ((i = amatch(ap->aa[0].sarg, mods, ATSZ)) == 0)
/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dgcc_compat.c298 amatch(char *s, struct atax *at, int mx) function
351 if ((attr = amatch(name, atax, GCC_ATYP_MAX)) == 0) {
415 if ((i = amatch(ap->aa[0].sarg, mods, ATSZ)) == 0)

Completed in 106 milliseconds