Searched refs:configname (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/lib/libc/net/
H A Dhesiod.c91 const char *p, *configname; local
97 configname = getenv("HESIOD_CONFIG");
99 configname = NULL;
100 if (!configname)
101 configname = _PATH_HESIOD_CONF;
102 if (read_config_file(ctx, configname) >= 0) {
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dserver.c4470 set_limit(const cfg_obj_t **maps, const char *configname, argument
4479 if (ns_config_get(maps, configname, &obj) != ISC_R_SUCCESS)

Completed in 458 milliseconds