Searched refs:HOST_NAME_MAX (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/dma/ |
H A D | util.c | 57 #ifndef HOST_NAME_MAX in hostname() 58 #define HOST_NAME_MAX 255 in hostname() macro 60 static char name[HOST_NAME_MAX+1]; in hostname() 111 #ifndef HOST_NAME_MAX in systemhostname() 112 #define HOST_NAME_MAX 255 in systemhostname() macro 114 static char name[HOST_NAME_MAX+1]; in systemhostname()
|
/freebsd/contrib/openpam/lib/libpam/ |
H A D | pam_start.c | 50 #define HOST_NAME_MAX sysconf(_SC_HOST_NAME_MAX) macro 52 #define HOST_NAME_MAX 1024 macro 68 char hostname[HOST_NAME_MAX + 1]; in pam_start()
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_syslog.c | 98 #ifndef HOST_NAME_MAX 100 #define HOST_NAME_MAX _SC_HOST_NAME_MAX macro 102 #define HOST_NAME_MAX 255 macro 587 char hostname[HOST_NAME_MAX]; in xo_vsyslog()
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 128 #ifndef HOST_NAME_MAX 131 # define HOST_NAME_MAX _POSIX_HOST_NAME_MAX macro 133 # define HOST_NAME_MAX MAXHOSTNAMELEN macro 135 # define HOST_NAME_MAX 255 macro
|
H A D | sshlogin.c | 95 char hostname[HOST_NAME_MAX+1] = ""; in store_lastlog_message()
|
H A D | sshd-session.c | 166 u_int utmp_len = HOST_NAME_MAX+1; 1003 utmp_len = (u_int)strtonum(optarg, 0, HOST_NAME_MAX+1+1, NULL); in main() 1004 if (utmp_len > HOST_NAME_MAX+1) { in main()
|
H A D | gss-serv.c | 109 if (gethostname(lname, HOST_NAME_MAX)) { in ssh_gssapi_acquire_cred()
|
H A D | sshd.c | 163 u_int utmp_len = HOST_NAME_MAX+1; 1392 utmp_len = (u_int)strtonum(optarg, 0, HOST_NAME_MAX+1+1, NULL); in main() 1393 if (utmp_len > HOST_NAME_MAX+1) { in main()
|
H A D | ChangeLog | 5252 gss-serv.c: `MAXHOSTNAMELEN` -> `HOST_NAME_MAX`
|
/freebsd/usr.bin/getconf/ |
H A D | sysconf.gperf | 37 HOST_NAME_MAX, _SC_HOST_NAME_MAX keyword
|
/freebsd/contrib/tcsh/ |
H A D | sh.h | 527 # ifdef HOST_NAME_MAX 528 # define MAXHOSTNAMELEN (HOST_NAME_MAX + 1)
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evdns.c | 123 #ifndef HOST_NAME_MAX 124 #define HOST_NAME_MAX 255 macro 213 char name[HOST_NAME_MAX]; 1155 char cname[HOST_NAME_MAX]; in reply_parse() 3198 char hostname[HOST_NAME_MAX + 1], *domainname; in search_set_from_hostname()
|
/freebsd/contrib/libevent/ |
H A D | evdns.c | 123 #ifndef HOST_NAME_MAX 124 #define HOST_NAME_MAX 255 macro 213 char name[HOST_NAME_MAX]; 1155 char cname[HOST_NAME_MAX]; in reply_parse() 3198 char hostname[HOST_NAME_MAX + 1], *domainname; in search_set_from_hostname()
|