Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A Dcompat_stringlist.c38 #define _SL_CHUNKSIZE 20 macro
53 sl->sl_max = _SL_CHUNKSIZE; in sl_init()
72 new = reallocarray(sl->sl_str, (sl->sl_max + _SL_CHUNKSIZE), in sl_add()
76 sl->sl_max += _SL_CHUNKSIZE; in sl_add()
/freebsd/lib/libc/gen/
H A Dstringlist.c39 #define _SL_CHUNKSIZE 20 macro
54 sl->sl_max = _SL_CHUNKSIZE; in sl_init()
69 sl->sl_max += _SL_CHUNKSIZE; in sl_add()