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

/freebsd-11-stable/contrib/mdocml/
H A Dcompat_stringlist.c43 #define _SL_CHUNKSIZE 20 macro
58 sl->sl_max = _SL_CHUNKSIZE;
73 sl->sl_max += _SL_CHUNKSIZE;
/freebsd-11-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;

Completed in 102 milliseconds