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

  /src/distrib/syspkg/sets/base/base-hesiod-bin/
Makefile 3 PKGBASE=base-hesiod-bin
  /src/distrib/syspkg/sets/man/man-hesiod-catman/
Makefile 3 PKGBASE=man-hesiod-catman
  /src/distrib/syspkg/sets/man/man-hesiod-man/
Makefile 3 PKGBASE=man-hesiod-man
  /src/lib/libc/net/
Makefile.inc 19 SRCS+= hesiod.c
51 MAN+= hesiod.3
69 MLINKS+=hesiod.3 hesiod_end.3 hesiod.3 hesiod_free_list.3 \
70 hesiod.3 hesiod_init.3 hesiod.3 hesiod_resolve.3 \
71 hesiod.3 hesiod_to_bind.3
hesiod.c 1 /* $NetBSD: hesiod.c,v 1.30 2017/03/10 18:02:32 maya Exp $ */
34 /* This file is part of the hesiod library. It implements the core
35 * portion of the hesiod resolver.
37 * This file is loosely based on an interim version of hesiod.c from
49 "#Id: hesiod.c,v 1.18.2.1 1997/01/03 20:48:20 ghudson Exp #");
54 __RCSID("$NetBSD: hesiod.c,v 1.30 2017/03/10 18:02:32 maya Exp $");
67 #include <hesiod.h>
89 char *rhs; /* AKA the default hesiod domain */
182 * takes a hesiod (name, type) and returns a DNS
260 * Given a hesiod name and type, return an array of strings returne
    [all...]
  /src/usr.bin/hesinfo/
hesinfo.c 18 /* This file is a simple driver for the Hesiod library. */
32 #include <hesiod.h>
70 "hesiod_init: Invalid Hesiod configuration file.");
96 /* Do the hesiod resolve and check for errors. */
102 warnx("hesiod_resolve: Hesiod name not found.");
  /src/share/man/man5/
Makefile 9 fs.5 fstab.5 genassym.cf.5 gpio.conf.5 group.5 hesiod.conf.5 \
  /src/distrib/syspkg/sets/man/
Makefile 41 SUBDIR+=man-hesiod-catman
42 SUBDIR+=man-hesiod-man
  /src/include/
Makefile 32 INCS+= hesiod.h
  /src/distrib/syspkg/sets/base/
Makefile 32 SUBDIR+=base-hesiod-bin
  /src/lib/libc/gen/
getgroupmembership.c 57 #ifdef HESIOD
58 #include <hesiod.h>
139 #ifdef HESIOD
171 if (hesiod_init(&context) == -1) /* setup hesiod */
229 #endif /* HESIOD */
getusershell.c 87 #ifdef HESIOD
88 #include <hesiod.h>
212 #ifdef HESIOD
219 void *context; /* Hesiod context */
232 if (state->context == NULL) { /* setup Hesiod */
288 /* only start if Hesiod not setup */
323 #endif /* HESIOD */
getgrent.c 111 #ifdef HESIOD
112 #include <hesiod.h>
589 #ifdef HESIOD
601 if (state->context == NULL) { /* setup Hesiod */
625 * Search Hesiod for the next desired entry.
657 if (state->context == NULL) { /* only start if Hesiod not setup */
906 #endif /* HESIOD */
getpwent.c 116 #ifdef HESIOD
117 #include <hesiod.h>
148 #if defined(YP) || defined(HESIOD)
173 #endif /* YP || HESIOD */
724 #ifdef HESIOD
732 void *context; /* Hesiod context */
748 if (state->context == NULL) { /* setup Hesiod */
772 * Look for the Hesiod name provided in buffer in the NULL-terminated
792 if (state->context == NULL) { /* only start if Hesiod not setup */
878 /* only start if Hesiod not setup *
    [all...]

Completed in 20 milliseconds