Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/syslogd/
H A Dconf.c38 #define CF_DEFSIZE 32 /* Starting table size */ macro
117 int ndsize = cf->cf_dsize ? cf->cf_dsize * CF_GROW : CF_DEFSIZE; in grow_conf_file()