Searched refs:MAX_MACHINE_NAME (Results 1 – 4 of 4) sorted by relevance
57 char area_machname[MAX_MACHINE_NAME + 1]; in _svcauth_unix()76 if (str_len > MAX_MACHINE_NAME) in _svcauth_unix()
163 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()
50 && xdr_string (xdrs, &(p->aup_machname), MAX_MACHINE_NAME) in xdr_authunix_parms()
53 #define MAX_MACHINE_NAME 255 macro