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

/freebsd-10.0-release/lib/libc/rpc/
H A Dauth_unix.c95 authunix_create(machname, uid, gid, len, aup_gids)
96 char *machname;
138 aup.aup_machname = machname;
191 char machname[MAXHOSTNAMELEN + 1]; local
201 if (gethostname(machname, sizeof machname) == -1)
203 machname[sizeof(machname) - 1] = 0;
211 auth = authunix_create(machname, uid, gid, ngids, gids);

Completed in 69 milliseconds