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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c267 static nss_cfglist_t *nss_cfg = NULL; variable
322 if (nss_cfg != NULL) {
329 if (nss_cfg != NULL) {
355 nss_cfg = cfg;
383 next = nss_cfg;
400 next = (nss_cfglist_t *)libc_realloc(nss_cfg, nsize);
409 nss_cfg = next;
411 next = nss_cfg + nss_cfgcount;

Completed in 114 milliseconds