Searched refs:HOST_NAME_MAX (Results 1 – 4 of 4) sorted by relevance
/external/openssh/ |
D | defines.h | 108 #ifndef HOST_NAME_MAX 111 # define HOST_NAME_MAX _POSIX_HOST_NAME_MAX macro 113 # define HOST_NAME_MAX MAXHOSTNAMELEN macro 115 # define HOST_NAME_MAX 255 macro
|
D | sshlogin.c | 91 char *time_string, hostname[HOST_NAME_MAX+1] = "", buf[512]; in store_lastlog_message()
|
D | sshd.c | 232 u_int utmp_len = HOST_NAME_MAX+1; 1595 utmp_len = (u_int)strtonum(optarg, 0, HOST_NAME_MAX+1+1, NULL); 1596 if (utmp_len > HOST_NAME_MAX+1) {
|
D | ChangeLog | 342 portability fix: if we can't dind a better define for HOST_NAME_MAX, use 255 907 OSX lacks HOST_NAME_MAX, has _POSIX_HOST_NAME_MAX 1392 current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1,
|