Searched defs:ho_byname (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_ho.c59 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
99 ho->byname = ho_byname;
125 ho_byname(struct irs_ho *this, const char *name) { function
195 * See the comments in ho_byname() explaining
236 * See the comments in ho_byname() explaining
365 * See the comments in ho_byname() explaining
H A Dirp_ho.c72 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
117 ho->byname = ho_byname;
150 * struct hostent * ho_byname(struct irs_ho *this, const char *name)
155 ho_byname(struct irs_ho *this, const char *name) { function
H A Dlcl_ho.c128 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
174 ho->byname = ho_byname;
202 ho_byname(struct irs_ho *this, const char *name) { function
H A Ddns_ho.c147 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
198 ho->byname = ho_byname;
224 ho_byname(struct irs_ho *this, const char *name) { function

Completed in 50 milliseconds