Searched refs:size_in_bounds_p (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dxsize.h42 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
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dxsize.h42 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
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dxsize.h41 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
H A Dlinebreak.c1040 (size_in_bounds_p (memory_size) ? malloc (memory_size) : NULL);
1140 (size_in_bounds_p (memory_size) ? malloc (memory_size) : NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dxsize.h41 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
H A Dlinebreak.c1040 (size_in_bounds_p (memory_size) ? malloc (memory_size) : NULL);
1140 (size_in_bounds_p (memory_size) ? malloc (memory_size) : NULL);

Completed in 101 milliseconds