Home
last modified time | relevance | path

Searched refs: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) { in nss_cfg_init()
329 if (nss_cfg != NULL) { in nss_cfg_init()
355 nss_cfg = cfg; in nss_cfg_init()
383 next = nss_cfg; in nss_cfgcomp_get()
400 next = (nss_cfglist_t *)libc_realloc(nss_cfg, nsize); in nss_cfgcomp_get()
409 nss_cfg = next; in nss_cfgcomp_get()
411 next = nss_cfg + nss_cfgcount; in nss_cfgcomp_get()