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

/illumos-gate/usr/src/cmd/syslogd/
H A Dconf.c119 int ndsize = cf->cf_dsize ? cf->cf_dsize * CF_GROW : CF_DEFSIZE; local
120 void *ndtab = realloc(cf->cf_dtab, sizeof (char *) * ndsize);
130 lines = ndsize - cf->cf_dsize;
134 cf->cf_dsize = ndsize;

Completed in 44 milliseconds