Home
last modified time | relevance | path

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

/openbsd/bin/csh/
H A Dstr.c33 #define MALLOC_INCR 128 macro
96 dstsize = MALLOC_INCR; in str2short()
105 dstsize += MALLOC_INCR; in str2short()
108 dst = &edst[-MALLOC_INCR]; in str2short()
126 dstsize = MALLOC_INCR; in short2str()
134 dstsize += MALLOC_INCR; in short2str()
137 dst = &edst[-MALLOC_INCR]; in short2str()
354 dstsize = MALLOC_INCR; in short2qstr()
363 dstsize += MALLOC_INCR; in short2qstr()
366 dst = &edst[-MALLOC_INCR]; in short2qstr()
[all …]