OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:size_in_bounds_p
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-runtime/intl/
xsize.h
42
or
size_in_bounds_p
() before invoking malloc().
45
void *p = (
size_in_bounds_p
(size) ? malloc (size) : NULL);
106
#define
size_in_bounds_p
(SIZE) \
macro
/src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
xsize.h
42
or
size_in_bounds_p
() before invoking malloc().
45
void *p = (
size_in_bounds_p
(size) ? malloc (size) : NULL);
106
#define
size_in_bounds_p
(SIZE) \
macro
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
xsize.h
41
or
size_in_bounds_p
() before invoking malloc().
44
void *p = (
size_in_bounds_p
(size) ? malloc (size) : NULL);
105
#define
size_in_bounds_p
(SIZE) \
macro
/src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
xsize.h
41
or
size_in_bounds_p
() before invoking malloc().
44
void *p = (
size_in_bounds_p
(size) ? malloc (size) : NULL);
105
#define
size_in_bounds_p
(SIZE) \
macro
/src/external/gpl2/texinfo/dist/intl/
xsize.h
44
or
size_in_bounds_p
() before invoking malloc().
47
void *p = (
size_in_bounds_p
(size) ? malloc (size) : NULL);
108
#define
size_in_bounds_p
(SIZE) \
macro
/src/external/gpl2/xcvs/dist/lib/
xsize.h
41
or
size_in_bounds_p
() before invoking malloc().
44
void *p = (
size_in_bounds_p
(size) ? malloc (size) : NULL);
105
#define
size_in_bounds_p
(SIZE) \
macro
Completed in 56 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026