Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syslogd/
H A Dconf.c118 void *ndtab = realloc(cf->cf_dtab, sizeof (char *) * ndsize); in grow_conf_file() local
123 if (ndtab == NULL) { in grow_conf_file()
131 cf->cf_dtab = (char **)ndtab; in grow_conf_file()