Home
last modified time | relevance | path

Searched refs:MAX_LEN_LIST_ENTRY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_list.h41 #define MAX_LEN_LIST_ENTRY 512 /* Max len of an entry */ macro
H A Dkdb5_ldap_services.c68 …char host_str[MAX_LEN_LIST_ENTRY] = "", proto_str[PROTOCOL_STR_LEN + 1] = "", port_str[PORT_STR_LE… in process_host_list()
78 if (hostname_len >= MAX_LEN_LIST_ENTRY) { in process_host_list()
104 strncpy (host_str, host_list[j], MAX_LEN_LIST_ENTRY - 1); in process_host_list()