Home
last modified time | relevance | path

Searched refs:hesiod_resolve (Results 1 – 8 of 8) sorted by relevance

/dragonfly/lib/libc/net/
H A Dhesiod.c172 rhs_list = hesiod_resolve(context, p, "rhs-extension"); in hesiod_to_bind()
224 hesiod_resolve(void *context, const char *name, const char *type) in hesiod_resolve() function
511 list = hesiod_resolve(context, name, type); in hes_resolve()
H A DSymbol.map62 hesiod_resolve;
H A DMakefile.inc149 hesiod.3 hesiod_resolve.3 \
/dragonfly/include/
H A Dhesiod.h85 char **hesiod_resolve(void *, const char *, const char *);
/dragonfly/usr.bin/hesinfo/
H A Dhesinfo.c89 list = hesiod_resolve(context, name, type); in main()
/dragonfly/lib/libc/gen/
H A Dgetusershell.c159 hp = hesiod_resolve(context, shellname, "shells"); in _dns_initshells()
H A Dgetgrent.c997 hes = hesiod_resolve(ctx, label, in dns_group()
1000 (hes = hesiod_resolve(ctx, buf, "group")) == NULL) || in dns_group()
H A Dgetpwent.c1162 hes = hesiod_resolve(ctx, label, in dns_passwd()