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

/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dauth_unix.h75 #define MAX_MACHINE_NAME 255 macro
H A Dauthunix_prot.c85 && xdr_string(xdrs, &(p->aup_machname), MAX_MACHINE_NAME)
H A Dsvc_auth_unix.c93 char area_machname[MAX_MACHINE_NAME+1];
113 if (str_len > MAX_MACHINE_NAME) {
H A Dauth_unix.c224 char machname[MAX_MACHINE_NAME + 1];
229 if (gethostname(machname, MAX_MACHINE_NAME) == -1)
231 machname[MAX_MACHINE_NAME] = 0;
/macosx-10.9.5/Librpcsvc-23/
H A Dbootparam_prot.x56 const MAX_MACHINE_NAME = 255;
61 typedef string bp_machine_name_t<MAX_MACHINE_NAME>;

Completed in 100 milliseconds