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

/freebsd-11-stable/contrib/nvi/common/
H A Drecover.c344 long hostmax = sysconf(_SC_HOST_NAME_MAX); local
345 if (hostmax < 0)
346 hostmax = _POSIX_HOST_NAME_MAX;
407 MALLOC(sp, host, char *, hostmax + 1);
410 (void)gethostname(host, hostmax + 1);

Completed in 48 milliseconds