Home
last modified time | relevance | path

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

/freebsd-12-stable/include/
Dhesiod.h82 char *hesiod_to_bind(void *, const char *, const char *);
/freebsd-12-stable/lib/libc/net/
Dhesiod.c158 hesiod_to_bind(void *context, const char *name, const char *type) in hesiod_to_bind() function
240 bindname = hesiod_to_bind(context, name, type);
510 bindname = hesiod_to_bind(context, name, type);
DSymbol.map63 hesiod_to_bind;
/freebsd-12-stable/usr.bin/hesinfo/
Dhesinfo.c72 bindname = hesiod_to_bind(context, name, type); in main()