OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_memsize
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-runtime/intl/
vasnprintf.c
488
size_t
tmp_memsize
= xtimes (tmp_length, sizeof (CHAR_T));
local
490
if (size_overflow_p (
tmp_memsize
))
493
tmp = (CHAR_T *) malloc (
tmp_memsize
);
/src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
vasnprintf.c
488
size_t
tmp_memsize
= xtimes (tmp_length, sizeof (CHAR_T));
local
490
if (size_overflow_p (
tmp_memsize
))
493
tmp = (CHAR_T *) malloc (
tmp_memsize
);
/src/external/gpl2/texinfo/dist/intl/
vasnprintf.c
491
size_t
tmp_memsize
= xtimes (tmp_length, sizeof (CHAR_T));
local
493
if (size_overflow_p (
tmp_memsize
))
496
tmp = (CHAR_T *) malloc (
tmp_memsize
);
/src/external/gpl2/xcvs/dist/lib/
vasnprintf.c
500
size_t
tmp_memsize
= xtimes (tmp_length, sizeof (CHAR_T));
local
502
if (size_overflow_p (
tmp_memsize
))
505
tmp = (CHAR_T *) malloc (
tmp_memsize
);
Completed in 25 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026