Searched refs:MAXHOST (Results 1 – 1 of 1) sorted by relevance
184 #define MAXHOST 254 /* RFC 1034, max length is 253 chars */ macro189 char hostname[MAXHOST];360 strncpy(hostent_head[hostent_count].hostname, host, MAXHOST-1); in ldap_domain2hostlist()361 hostent_head[hostent_count].hostname[MAXHOST-1] = '\0'; in ldap_domain2hostlist()