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

/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_loc.c52 #define NSSWITCH_PREFIX "/etc/nsswitch."
90 "for this location - see nsswitch.conf(4)",
213 char *nsswitch = NULL; local
244 * via DHCP, with default nsswitch (/etc/nsswitch.dns).
265 nsswitch = strdup(NSSWITCH_PREFIX NWAM_NAMESERVICES_DNS_STRING);
266 if (nsswitch == NULL) {
270 if ((err = nwam_value_create_string(nsswitch, &val)) != NWAM_SUCCESS)
276 if (nsswitch != NULL)
277 free(nsswitch);
919 char *nsswitch; local
[all...]

Completed in 23 milliseconds