Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logadm/
H A Dfn.c51 #define FN_INC 1024 /* increments in buffer size as strings grow */ macro
89 int buflen = roundup(len + 1, FN_INC); in fn_new()
229 buflen += FN_INC; in fn_putc()