| /src/external/bsd/libbind/dist/include/ |
| hesiod.h | 35 char ** hesiod_resolve __P((void *, const char *, const char *));
|
| /src/include/ |
| hesiod.h | 76 char **hesiod_resolve (void *, const char *, const char *);
|
| /src/external/bsd/am-utils/dist/amd/ |
| info_hesiod.c | 58 extern char **hesiod_resolve(void *context, const char *name, const char *type); 119 rvec = hesiod_resolve(hesiod_context, hes_key, gopt.hesiod_base);
|
| /src/usr.bin/hesinfo/ |
| hesinfo.c | 97 list = hesiod_resolve(context, name, type); 102 warnx("hesiod_resolve: Hesiod name not found."); 104 warn("hesiod_resolve");
|
| /src/lib/libc/net/ |
| hesiod.c | 78 __weak_alias(hesiod_resolve,_hesiod_resolve) 212 rhs_list = hesiod_resolve(context, p, "rhs-extension"); 259 * hesiod_resolve -- 264 hesiod_resolve(void *context, const char *name, const char *type) function 581 list = hesiod_resolve(context, name, type);
|
| Makefile.inc | 70 hesiod.3 hesiod_init.3 hesiod.3 hesiod_resolve.3 \
|
| /src/external/bsd/libbind/dist/irs/ |
| dns_pr.c | 130 if (!(hes_list = hesiod_resolve(dns->hes_ctx, name, "protocol"))) 147 if (!(hes_list = hesiod_resolve(dns->hes_ctx, numstr, "protonum")))
|
| dns_sv.c | 146 if (!(hes_list = hesiod_resolve(dns->hes_ctx, name, "service"))) 163 if (!(hes_list = hesiod_resolve(dns->hes_ctx, portstr, "port")))
|
| hesiod.c | 63 char ** hesiod_resolve(void *context, const char *name, 185 else if ((rhs_list = hesiod_resolve(context, cp + 1, 234 hesiod_resolve(void *context, const char *name, const char *type) { function
|
| dns_gr.c | 209 hes_list = hesiod_resolve(pvt->dns->hes_ctx, name, type);
|
| dns_pw.c | 179 if (!(hes_list = hesiod_resolve(pvt->dns->hes_ctx, arg, type)))
|
| /src/lib/libc/gen/ |
| getgroupmembership.c | 174 hp = hesiod_resolve(context, uname, "grplist"); /* find grplist */
|
| getusershell.c | 301 hp = hesiod_resolve(_dns_state.context, shellname, "shells");
|
| getpwent.c | 802 hp = hesiod_resolve(state->context, buffer, *curzone); 893 hp = hesiod_resolve(_dns_state.context, _dns_passwdbuf, "passwd"); 957 hp = hesiod_resolve(_dns_state.context, buffer, "passwd");
|
| getgrent.c | 683 hp = hesiod_resolve(state->context, buffer, *curzone);
|
| /src/lib/libc/include/ |
| namespace.h | 450 #define hesiod_resolve _hesiod_resolve macro
|