HomeSort by: relevance | last modified time | path
    Searched refs:hesiod_to_bind (Results 1 - 5 of 5) sorted by relevancy

  /src/include/
hesiod.h 78 char *hesiod_to_bind (void *, const char *, const char *);
  /src/usr.bin/hesinfo/
hesinfo.c 78 bindname = hesiod_to_bind(context, name, type);
83 warnx("hesiod_to_bind: Unknown rhs-extension.");
85 warn("hesiod_to_bind");
  /src/lib/libc/net/
hesiod.c 77 __weak_alias(hesiod_to_bind,_hesiod_to_bind)
181 * hesiod_to_bind --
186 hesiod_to_bind(void *context, const char *name, const char *type) function in typeref:typename:char *
273 bindname = hesiod_to_bind(context, name, type);
557 bindname = hesiod_to_bind(context, name, type);
Makefile.inc 71 hesiod.3 hesiod_to_bind.3
  /src/lib/libc/include/
namespace.h 451 #define hesiod_to_bind _hesiod_to_bind macro

Completed in 15 milliseconds