Home
last modified time | relevance | path

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

/freebsd/contrib/openpam/lib/libpam/
H A Dpam_start.c49 #ifdef _SC_HOST_NAME_MAX
50 #define HOST_NAME_MAX sysconf(_SC_HOST_NAME_MAX)
/freebsd/contrib/libxo/libxo/
H A Dxo_syslog.c99 #ifdef _SC_HOST_NAME_MAX
100 #define HOST_NAME_MAX _SC_HOST_NAME_MAX
/freebsd/usr.bin/getconf/
H A Dsysconf.gperf37 HOST_NAME_MAX, _SC_HOST_NAME_MAX
/freebsd/lib/libc/gen/
H A Dsysconf.c372 case _SC_HOST_NAME_MAX: in sysconf()
/freebsd/include/
H A Dunistd.h235 #define _SC_HOST_NAME_MAX 72 macro
/freebsd/sbin/pflowctl/
H A Dpflowctl.c445 char buf[sysconf(_SC_HOST_NAME_MAX) + 1 + sizeof(":65535")]; in pflowctl_addr()
/freebsd/contrib/nvi/common/
H A Drecover.c332 long hostmax = sysconf(_SC_HOST_NAME_MAX); in rcv_mailfile()