OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buf_neededlength
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/intl/
vasnprintf.c
134
size_t
buf_neededlength
;
local
147
buf_neededlength
=
150
if (
buf_neededlength
< 4000 / sizeof (CHAR_T))
152
buf = (CHAR_T *) alloca (
buf_neededlength
* sizeof (CHAR_T));
158
size_t buf_memsize = xtimes (
buf_neededlength
, sizeof (CHAR_T));
/external/bison/lib/
vasnprintf.c
1797
size_t
buf_neededlength
;
local
[
all
...]
Completed in 154 milliseconds