Searched defs:sv_byname (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/irs/ |
H A D | gen_sv.c | 56 static struct servent * sv_byname(struct irs_sv *, const char *, 90 sv->byname = sv_byname; 132 sv_byname(struct irs_sv *this, const char *name, const char *proto) { function
|
H A D | irp_sv.c | 64 static struct servent * sv_byname(struct irs_sv *, const char *, 103 sv->byname = sv_byname; 175 * struct servent * sv_byname(struct irs_sv *this, const char *name, 181 sv_byname(struct irs_sv *this, const char *name, const char *proto) { function
|
H A D | lcl_sv.c | 103 static struct servent * sv_byname(struct irs_sv *, const char *, 142 sv->byname = sv_byname; 171 sv_byname(struct irs_sv *this, const char *name, const char *proto) { function
|
H A D | dns_sv.c | 63 static struct servent * sv_byname(struct irs_sv *, 104 sv->byname = sv_byname; 138 sv_byname(struct irs_sv *this, const char *name, const char *proto) { function
|
Completed in 70 milliseconds