Searched refs:sl_max (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dstringlist.c58 sl->sl_max = _SL_CHUNKSIZE;
59 sl->sl_str = malloc(sl->sl_max * sizeof(char *));
74 if (sl->sl_cur == sl->sl_max - 1) {
75 sl->sl_max += _SL_CHUNKSIZE;
76 sl->sl_str = reallocf(sl->sl_str, sl->sl_max * sizeof(char *));
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dsl_init.c57 sl->sl_max = _SL_CHUNKSIZE;
58 sl->sl_str = malloc(sl->sl_max * sizeof(char *));
73 if (sl->sl_cur == sl->sl_max - 1) {
77 (sl->sl_max + _SL_CHUNKSIZE) * sizeof(char *));
80 sl->sl_max += _SL_CHUNKSIZE;
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dstringlist.h46 size_t sl_max; member in struct:_stringlist
/macosx-10.10.1/lukemftp-14/tnftp/
H A Dtnftp.h178 size_t sl_max; member in struct:_stringlist

Completed in 207 milliseconds