Searched defs: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 in typeref:struct:nss_cfglist
267 static nss_cfglist_t *nss_cfg = NULL;
318 nss_cfglist_t *cfg;
334 cfg = libc_malloc(NSS_CFG_INCR * sizeof (nss_cfglist_t));
366 static nss_cfglist_t *
369 nss_cfglist_t *next;
376 return ((nss_cfglist_t *)NULL);
380 return ((nss_cfglist_t *)NULL);
400 next = (nss_cfglist_t *)libc_realloc(nss_cfg, nsize);
404 return ((nss_cfglist_t *)NUL
[all...]

Completed in 69 milliseconds