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

/freebsd-11.0-release/lib/libc/rpc/
H A Dauth_unix.c94 authunix_create(char *machname, u_int uid, u_int gid, int len, u_int *aup_gids) argument
132 aup.aup_machname = machname;
185 char machname[MAXHOSTNAMELEN + 1]; local
195 if (gethostname(machname, sizeof machname) == -1)
197 machname[sizeof(machname) - 1] = 0;
205 auth = authunix_create(machname, uid, gid, ngids, gids);

Completed in 18 milliseconds