Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dinfo_ldap.c96 typedef struct he_ent HE_ENT; typedef
103 HE_ENT *hostent;
137 he_free(HE_ENT *h) in he_free()
146 static HE_ENT *
151 HE_ENT *first = NULL, *cur = NULL; in string2he()
158 cur->next = ALLOC(HE_ENT); in string2he()
161 first = cur = ALLOC(HE_ENT); in string2he()
309 HE_ENT *h; in amu_ldap_rebind()
/netbsd-src/external/bsd/am-utils/dist/
H A DChangeLog6261 and change "HE" to HE_ENT so as to compile on HPUX.