Searched refs:hostmax (Results 1 – 1 of 1) sorted by relevance
332 long hostmax = sysconf(_SC_HOST_NAME_MAX); in rcv_mailfile() local333 if (hostmax < 0) in rcv_mailfile()334 hostmax = _POSIX_HOST_NAME_MAX; in rcv_mailfile()395 MALLOC(sp, host, hostmax + 1); in rcv_mailfile()398 (void)gethostname(host, hostmax + 1); in rcv_mailfile()