Home
last modified time | relevance | path

Searched refs:nss_cfglist_t (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c263 } nss_cfglist_t; typedef
267 static nss_cfglist_t *nss_cfg = NULL;
318 nss_cfglist_t *cfg; in nss_cfg_init()
334 cfg = libc_malloc(NSS_CFG_INCR * sizeof (nss_cfglist_t)); in nss_cfg_init()
366 static nss_cfglist_t *
369 nss_cfglist_t *next; in nss_cfgcomp_get()
376 return ((nss_cfglist_t *)NULL); in nss_cfgcomp_get()
380 return ((nss_cfglist_t *)NULL); in nss_cfgcomp_get()
400 next = (nss_cfglist_t *)libc_realloc(nss_cfg, nsize); in nss_cfgcomp_get()
404 return ((nss_cfglist_t *)NULL); in nss_cfgcomp_get()
[all …]