Searched defs:nsswitch (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_loc.c50 #define NSSWITCH_PREFIX "/etc/nsswitch."
87 "for this location - see nsswitch.conf(4)",
199 char *nsswitch = NULL; local
237 * via DHCP, with default nsswitch (/etc/nsswitch.dns).
258 nsswitch = strdup(NSSWITCH_PREFIX NWAM_NAMESERVICES_DNS_STRING);
259 if (nsswitch == NULL) {
263 if ((err = nwam_value_create_string(nsswitch, &val)) != NWAM_SUCCESS)
269 if (nsswitch != NULL)
270 free(nsswitch);
753 char *nsswitch; local
[all...]

Completed in 156 milliseconds