Home
last modified time | relevance | path

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

/freebsd/include/
H A Dhesiod.h81 char *hesiod_to_bind(void *, const char *, const char *);
/freebsd/lib/libc/net/
H A Dhesiod.c143 hesiod_to_bind(void *context, const char *name, const char *type) in hesiod_to_bind() function
222 bindname = hesiod_to_bind(context, name, type); in hesiod_resolve()
484 bindname = hesiod_to_bind(context, name, type); in hes_to_bind()
H A DMakefile.inc176 hesiod.3 hesiod_to_bind.3 \
/freebsd/usr.bin/hesinfo/
H A Dhesinfo.c70 bindname = hesiod_to_bind(context, name, type); in main()