Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtbuf.c38 static size_t bigsiz; variable
51 if (n > bigsiz) in fmtbuf()
53 bigsiz = roundof(n, 8 * 1024); in fmtbuf()
54 if (!(big = newof(big, char, bigsiz, 0))) in fmtbuf()