Searched refs:hesiod_base (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_hesiod.c110 dlog("Hesiod base is: %s\n", gopt.hesiod_base);
111 dlog("hesiod_search: hes_resolve(%s, %s)", hes_key, gopt.hesiod_base);
117 rvec = hesiod_resolve(hesiod_context, hes_key, gopt.hesiod_base);
119 rvec = hes_resolve(hes_key, gopt.hesiod_base);
H A Damd.c314 gopt.hesiod_base = "automount";
H A Damd.h304 char *hesiod_base; /* Hesiod rhs */ member in struct:amu_global_options
H A Dconf.c175 {"hesiod_base", gopt_hesiod_base},
593 gopt.hesiod_base = xstrdup(val);
596 fprintf(stderr, "conf: hesiod_base option ignored. No Hesiod support available.\n");

Completed in 73 milliseconds