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

/freebsd-13-stable/lib/libc/gen/
H A Dstringlist.c41 #define _SL_CHUNKSIZE 20 macro
56 sl->sl_max = _SL_CHUNKSIZE;
71 sl->sl_max += _SL_CHUNKSIZE;
/freebsd-13-stable/contrib/mandoc/
H A Dcompat_stringlist.c43 #define _SL_CHUNKSIZE 20 macro
58 sl->sl_max = _SL_CHUNKSIZE;
73 sl->sl_max += _SL_CHUNKSIZE;

Completed in 55 milliseconds