Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Dtc.str.c40 #define MALLOC_SURPLUS MB_LEN_MAX /* Space for one multibyte character */ macro
42 #define MALLOC_SURPLUS 0 macro
233 sdst = xmalloc((dstsize + MALLOC_SURPLUS) * sizeof(char));
245 sdst = xrealloc(sdst, (dstsize + MALLOC_SURPLUS) * sizeof(char));
543 sdst = xmalloc((dstsize + MALLOC_SURPLUS) * sizeof(char));
553 (dstsize + MALLOC_SURPLUS) * sizeof(char));
563 sdst = xrealloc(sdst, (dstsize + MALLOC_SURPLUS) * sizeof(char));