Home
last modified time | relevance | path

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

/netbsd/external/gpl2/texinfo/dist/intl/
H A Dvasnprintf.c136 size_t buf_neededlength; in VASNPRINTF() local
149 buf_neededlength = in VASNPRINTF()
152 if (buf_neededlength < 4000 / sizeof (CHAR_T)) in VASNPRINTF()
154 buf = (CHAR_T *) alloca (buf_neededlength * sizeof (CHAR_T)); in VASNPRINTF()
160 size_t buf_memsize = xtimes (buf_neededlength, sizeof (CHAR_T)); in VASNPRINTF()
/netbsd/external/gpl2/xcvs/dist/lib/
H A Dvasnprintf.c146 size_t buf_neededlength; in VASNPRINTF() local
159 buf_neededlength = in VASNPRINTF()
162 if (buf_neededlength < 4000 / sizeof (CHAR_T)) in VASNPRINTF()
164 buf = (CHAR_T *) alloca (buf_neededlength * sizeof (CHAR_T)); in VASNPRINTF()
170 size_t buf_memsize = xtimes (buf_neededlength, sizeof (CHAR_T)); in VASNPRINTF()
/netbsd/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A Dvasnprintf.c132 size_t buf_neededlength; in VASNPRINTF() local
145 buf_neededlength = in VASNPRINTF()
148 if (buf_neededlength < 4000 / sizeof (CHAR_T)) in VASNPRINTF()
150 buf = (CHAR_T *) alloca (buf_neededlength * sizeof (CHAR_T)); in VASNPRINTF()
156 size_t buf_memsize = xtimes (buf_neededlength, sizeof (CHAR_T)); in VASNPRINTF()
/netbsd/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dvasnprintf.c132 size_t buf_neededlength; in VASNPRINTF() local
145 buf_neededlength = in VASNPRINTF()
148 if (buf_neededlength < 4000 / sizeof (CHAR_T)) in VASNPRINTF()
150 buf = (CHAR_T *) alloca (buf_neededlength * sizeof (CHAR_T)); in VASNPRINTF()
156 size_t buf_memsize = xtimes (buf_neededlength, sizeof (CHAR_T)); in VASNPRINTF()