Searched refs:machinep (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | getnetgrent_r.c | 66 getnetgrent_r(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, in getnetgrent_r() argument 75 return (copy_protoent(machinep, userp, domainp, in getnetgrent_r() 152 copy_protoent(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, in copy_protoent() argument 194 *machinep = cp; in copy_protoent() 197 *machinep = NULL; in copy_protoent()
|
/netbsd-src/usr.sbin/tcpdchk/ |
H A D | tcpdchk.c | 442 const char *machinep; in check_host() 447 if (getnetgrent(&machinep, &userp, &domainp) == 0) in check_host()
|
/netbsd-src/external/bsd/libbind/dist/ |
H A D | port_after.h.in | 420 int getnetgrent(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, 424 int getnetgrent_r(NGR_R_CONST char **machinep, NGR_R_CONST char **userp,
|