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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c256 } nss_cfgparam_t; typedef in typeref:struct:nss_cfgparam
260 nss_cfgparam_t *list;
342 NSS_CFG_INCR * sizeof (nss_cfgparam_t));
399 nsize = (nss_cfgmax + NSS_CFG_INCR) * sizeof (nss_cfgparam_t);
425 static nss_cfgparam_t *
429 nss_cfgparam_t *next;
434 return ((nss_cfgparam_t *)NULL);
453 nsize = (comp->max + NSS_CFG_INCR) * sizeof (nss_cfgparam_t);
454 next = (nss_cfgparam_t *)libc_realloc(comp->list, nsize);
458 return ((nss_cfgparam_t *)NUL
[all...]

Completed in 382 milliseconds