OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:machname
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/rpc/
auth_unix.c
107
authunix_create(char *
machname
, int uid, int gid, int len, int *aup_gids)
145
aup.aup_machname =
machname
;
210
char
machname
[MAXHOSTNAMELEN + 1];
local
215
if (gethostname(
machname
, sizeof
machname
) == -1)
217
machname
[sizeof(
machname
) - 1] = 0;
225
return (authunix_create(
machname
, (int)uid, (int)gid, len,
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026