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

/macosx-10.9.5/lukemftp-13.92.1/tnftp/libnetbsd/
H A Dsl_init.c42 #define _SL_CHUNKSIZE 20 macro
57 sl->sl_max = _SL_CHUNKSIZE;
77 (sl->sl_max + _SL_CHUNKSIZE) * sizeof(char *));
80 sl->sl_max += _SL_CHUNKSIZE;
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dstringlist.c43 #define _SL_CHUNKSIZE 20 macro
58 sl->sl_max = _SL_CHUNKSIZE;
75 sl->sl_max += _SL_CHUNKSIZE;

Completed in 113 milliseconds