HomeSort by: relevance | last modified time | path
    Searched defs:newmaxsz (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/syslogd/
syslogd.c 879 int newmaxsz; local in function:logpath_add
884 newmaxsz = 4; /* start of with enough for now */
887 newmaxsz = *maxszp * 2;
888 nlp = realloc(*lp, sizeof(char *) * (newmaxsz + 1));
894 *maxszp = newmaxsz;

Completed in 13 milliseconds