HomeSort by: relevance | last modified time | path
    Searched defs:ho_byname (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libbind/dist/irs/
gen_ho.c 61 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
101 ho->byname = ho_byname;
127 ho_byname(struct irs_ho *this, const char *name) { function
197 * See the comments in ho_byname() explaining
238 * See the comments in ho_byname() explaining
367 * See the comments in ho_byname() explaining
irp_ho.c 74 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
119 ho->byname = ho_byname;
152 * struct hostent * ho_byname(struct irs_ho *this, const char *name)
157 ho_byname(struct irs_ho *this, const char *name) { function
lcl_ho.c 130 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
176 ho->byname = ho_byname;
204 ho_byname(struct irs_ho *this, const char *name) { function
nis_ho.c 102 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
143 ho->byname = ho_byname;
170 ho_byname(struct irs_ho *this, const char *name) { function
dns_ho.c 149 static struct hostent * ho_byname(struct irs_ho *this, const char *name);
200 ho->byname = ho_byname;
226 ho_byname(struct irs_ho *this, const char *name) { function

Completed in 26 milliseconds