Searched refs:machinep (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getnetgrent.c | 176 getnetgrent_r(machinep, namep, domainp, buffer, buflen) in getnetgrent_r() argument 177 char **machinep; in getnetgrent_r() 197 *machinep = args.retp[NSS_NETGR_MACHINE]; 209 getnetgrent(machinep, namep, domainp) in getnetgrent() argument 210 char **machinep; in getnetgrent() 215 return (getnetgrent_r(machinep, namep, domainp,
|
/titanic_41/usr/src/lib/libresolv2/common/irs/ |
H A D | getnetgrent_r.c | 64 getnetgrent_r(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, in getnetgrent_r() argument 73 return (copy_protoent(machinep, userp, domainp, in getnetgrent_r() 150 copy_protoent(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, in copy_protoent() argument 192 *machinep = cp; in copy_protoent() 195 *machinep = NULL; in copy_protoent()
|
/titanic_41/usr/src/cmd/tcpd/ |
H A D | tcpdchk.c | 413 char *machinep; 418 if (getnetgrent(&machinep, &userp, &domainp) == 0)
|
/titanic_41/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 423 int getnetgrent(NGR_R_CONST char **machinep, NGR_R_CONST char **userp, 427 int getnetgrent_r(NGR_R_CONST char **machinep, NGR_R_CONST char **userp,
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | llib-lc | 503 int getnetgrent(char **machinep, char **namep, char **domainp);
|