Searched refs:hesiod_resolve (Results 1 – 9 of 9) sorted by relevance
| /freebsd/include/ |
| H A D | hesiod.h | 79 char **hesiod_resolve(void *, const char *, const char *);
|
| /freebsd/lib/libc/net/ |
| H A D | hesiod.c | 165 rhs_list = hesiod_resolve(context, p, "rhs-extension"); in hesiod_to_bind() 217 hesiod_resolve(void *context, const char *name, const char *type) in hesiod_resolve() function 505 list = hesiod_resolve(context, name, type); in hes_resolve()
|
| H A D | Makefile.inc | 174 hesiod.3 hesiod_resolve.3 \
|
| /freebsd/usr.bin/hesinfo/ |
| H A D | hesinfo.c | 89 list = hesiod_resolve(context, name, type); in main()
|
| /freebsd/lib/libc/gen/ |
| H A D | getusershell.c | 153 hp = hesiod_resolve(context, shellname, "shells"); in _dns_initshells()
|
| H A D | getgrent.c | 1014 hes = hesiod_resolve(ctx, label, in dns_group() 1017 (hes = hesiod_resolve(ctx, buf, "group")) == NULL) || in dns_group()
|
| H A D | getpwent.c | 1152 hes = hesiod_resolve(ctx, label, in dns_passwd()
|
| /freebsd/contrib/sendmail/src/ |
| H A D | udb.c | 1265 hp = hesiod_resolve(HesiodContext, name, type);
|
| H A D | map.c | 6171 hp = hesiod_resolve(HesiodContext, np, map->map_file); 6183 hp = hesiod_resolve(HesiodContext, name, map->map_file);
|