Home
last modified time | relevance | path

Searched refs:hesiod_to_bind (Results 1 – 5 of 5) sorted by relevance

/dragonfly/lib/libc/net/
H A Dhesiod.c150 hesiod_to_bind(void *context, const char *name, const char *type) in hesiod_to_bind() function
229 bindname = hesiod_to_bind(context, name, type); in hesiod_resolve()
490 bindname = hesiod_to_bind(context, name, type); in hes_to_bind()
H A DSymbol.map63 hesiod_to_bind;
H A DMakefile.inc150 hesiod.3 hesiod_to_bind.3
/dragonfly/include/
H A Dhesiod.h87 char *hesiod_to_bind(void *, const char *, const char *);
/dragonfly/usr.bin/hesinfo/
H A Dhesinfo.c70 bindname = hesiod_to_bind(context, name, type); in main()