OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_memsize
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/intl/
vasnprintf.c
489
size_t
tmp_memsize
= xtimes (tmp_length, sizeof (CHAR_T));
local
491
if (size_overflow_p (
tmp_memsize
))
494
tmp = (CHAR_T *) malloc (
tmp_memsize
);
/external/bison/lib/
vasnprintf.c
3041
size_t
tmp_memsize
= xtimes (tmp_length, sizeof (DCHAR_T));
local
3587
size_t
tmp_memsize
= xtimes (tmp_length, sizeof (DCHAR_T));
local
4754
size_t
tmp_memsize
= xtimes (tmp_length, sizeof (TCHAR_T));
local
[
all
...]
Completed in 47 milliseconds