Searched refs:safe_alloca (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-malloca.c30 ptr = safe_alloca (n);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dmalloca.h32 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
36 Use of safe_alloca should be avoided:
47 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) macro
49 # define safe_alloca(N) ((void) (N), NULL) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dmalloca.h32 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
36 Use of safe_alloca should be avoided:
47 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) macro
49 # define safe_alloca(N) ((void) (N), NULL) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmalloca.h32 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
36 Use of safe_alloca should be avoided:
47 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) macro
49 # define safe_alloca(N) ((void) (N), NULL) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dallocsa.h32 /* safe_alloca(N) is equivalent to alloca(N) when it is safe to call
36 Use of safe_alloca should be avoided:
47 # define safe_alloca(N) ((N) < 4032 ? alloca (N) : NULL) macro
49 # define safe_alloca(N) ((N), NULL) macro

Completed in 63 milliseconds