Home
last modified time | relevance | path

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

/freebsd/contrib/nvi/common/
H A Drecover.c332 long hostmax = sysconf(_SC_HOST_NAME_MAX); in rcv_mailfile() local
333 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()