Home
last modified time | relevance | path

Searched refs:MAX_MACHINE_NAME (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/sunrpc/
Dsvc_authux.c57 char area_machname[MAX_MACHINE_NAME + 1]; in _svcauth_unix()
76 if (str_len > MAX_MACHINE_NAME) in _svcauth_unix()
Dauth_unix.c163 char machname[MAX_MACHINE_NAME + 1]; in libc_hidden_nolink_sunrpc()
165 if (__gethostname (machname, MAX_MACHINE_NAME) == -1) in libc_hidden_nolink_sunrpc()
167 machname[MAX_MACHINE_NAME] = 0; in libc_hidden_nolink_sunrpc()
Dauthuxprot.c50 && xdr_string (xdrs, &(p->aup_machname), MAX_MACHINE_NAME) in xdr_authunix_parms()
/glibc-2.36/sunrpc/rpc/
Dauth_unix.h53 #define MAX_MACHINE_NAME 255 macro