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

  /src/include/
hesiod.h 76 char **hesiod_resolve (void *, const char *, const char *);
  /src/usr.bin/hesinfo/
hesinfo.c 97 list = hesiod_resolve(context, name, type);
102 warnx("hesiod_resolve: Hesiod name not found.");
104 warn("hesiod_resolve");
  /src/lib/libc/net/
hesiod.c 78 __weak_alias(hesiod_resolve,_hesiod_resolve)
212 rhs_list = hesiod_resolve(context, p, "rhs-extension");
259 * hesiod_resolve --
264 hesiod_resolve(void *context, const char *name, const char *type) function in typeref:typename:char **
581 list = hesiod_resolve(context, name, type);
Makefile.inc 70 hesiod.3 hesiod_init.3 hesiod.3 hesiod_resolve.3 \
  /src/lib/libc/gen/
getgroupmembership.c 174 hp = hesiod_resolve(context, uname, "grplist"); /* find grplist */
getusershell.c 301 hp = hesiod_resolve(_dns_state.context, shellname, "shells");
getpwent.c 802 hp = hesiod_resolve(state->context, buffer, *curzone);
893 hp = hesiod_resolve(_dns_state.context, _dns_passwdbuf, "passwd");
957 hp = hesiod_resolve(_dns_state.context, buffer, "passwd");
getgrent.c 683 hp = hesiod_resolve(state->context, buffer, *curzone);
  /src/lib/libc/include/
namespace.h 450 #define hesiod_resolve _hesiod_resolve macro

Completed in 20 milliseconds