Searched refs:malloca (Results 1 - 25 of 78) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-malloca.c21 #include "malloca.h"
28 void *ptr = malloca (n);
H A Dsetenv.c41 # include "malloca.h"
168 new_value = (char *) malloca (namelen + 1 + vallen);
236 new_value = malloca (namelen + 1 + vallen);
370 tmp = malloca (len + 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-malloca.c21 #include "malloca.h"
28 void *ptr = malloca (n);
H A DMakefile.gnulib243 ## begin gnulib module malloca-tests
245 TESTS += test-malloca
246 check_PROGRAMS += test-malloca
248 EXTRA_DIST += test-malloca.c
250 ## end gnulib module malloca-tests
H A DMakefile.in58 test-malloca$(EXEEXT) test-mbsstr1$(EXEEXT) test-mbsstr2.sh \
82 test-malloca$(EXEEXT) test-mbsstr1$(EXEEXT) \
153 $(top_srcdir)/gnulib-m4/malloca.m4 \
347 test_malloca_SOURCES = test-malloca.c
348 test_malloca_OBJECTS = test-malloca.$(OBJEXT)
468 test-locale.c test-localename.c test-lock.c test-malloca.c \
483 test-locale.c test-localename.c test-lock.c test-malloca.c \
981 test-locale.c test-localename.c test-lock.c test-malloca.c \
1156 test-malloca$(EXEEXT): $(test_malloca_OBJECTS) $(test_malloca_DEPENDENCIES)
1157 @rm -f test-malloca
[all...]
H A DMakefile58 test-malloca$(EXEEXT) test-mbsstr1$(EXEEXT) test-mbsstr2.sh \
82 test-malloca$(EXEEXT) test-mbsstr1$(EXEEXT) \
153 $(top_srcdir)/gnulib-m4/malloca.m4 \
347 test_malloca_SOURCES = test-malloca.c
348 test_malloca_OBJECTS = test-malloca.$(OBJEXT)
468 test-locale.c test-localename.c test-lock.c test-malloca.c \
483 test-locale.c test-localename.c test-lock.c test-malloca.c \
981 test-locale.c test-localename.c test-lock.c test-malloca.c \
1156 test-malloca$(EXEEXT): $(test_malloca_OBJECTS) $(test_malloca_DEPENDENCIES)
1157 @rm -f test-malloca
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dmalloca.h52 /* malloca(N) is a safe variant of alloca(N). It allocates N bytes of
56 # define malloca(N) \ macro
61 # define malloca(N) \ macro
66 /* Free a block of memory allocated through malloca(). */
73 /* nmalloca(N,S) is an overflow-safe variant of malloca (N * S).
82 : malloca ((n) * (s)))
H A Dstriconveha.c27 #include "malloca.h"
234 char *to_codeset_suffixed = (char *) malloca (len + 10 + 1);
334 char *to_codeset_suffixed = (char *) malloca (len + 10 + 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dmalloca.h52 /* malloca(N) is a safe variant of alloca(N). It allocates N bytes of
56 # define malloca(N) \ macro
61 # define malloca(N) \ macro
66 /* Free a block of memory allocated through malloca(). */
74 nmalloca (size_t n, size_t s) - behaves like malloca (n * s)
H A Dc-strstr.c27 #include "malloca.h"
39 size_t *table = (size_t *) malloca (m * sizeof (size_t));
H A DMakefile.am374 ## begin gnulib module malloca
376 libgrt_a_SOURCES += malloca.c
378 EXTRA_DIST += malloca.h malloca.valgrind
380 ## end gnulib module malloca
469 EXTRA_DIST += areadlink.c areadlink.h c-ctype.c c-ctype.h canonicalize-lgpl.c canonicalize.h malloca.c malloca.h progname.c progname.h progreloc.c readlink.c relocatable.c relocatable.h relocwrapper.c setenv.c setenv.h strerror.c xreadlink.c xreadlink.h
H A Dcanonicalize-lgpl.c68 # include "malloca.h"
256 buf = malloca (path_max);
275 extra_buf = malloca (path_max);
H A Dmbsstr.c26 #include "malloca.h"
42 size_t *table = (size_t *) malloca (m * sizeof (size_t));
130 char *memory = (char *) malloca (m * (sizeof (mbchar_t) + sizeof (size_t)));
H A Dsetenv.c36 # include "malloca.h"
164 new_value = (char *) malloca (namelen + 1 + vallen);
232 new_value = malloca (namelen + 1 + vallen);
H A DMakefile.in70 $(top_srcdir)/gnulib-m4/malloca.m4 \
132 fwriteerror.$(OBJEXT) localcharset.$(OBJEXT) malloca.$(OBJEXT) \
492 ref-add.sin ref-del.sin malloc.c malloca.h malloca.valgrind \
498 canonicalize.h malloca.c malloca.h progname.c progname.h \
534 malloca.c mbchar.c mbslen.c mbsstr.c mbuiter.h progname.h \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dmalloca.h52 /* malloca(N) is a safe variant of alloca(N). It allocates N bytes of
56 # define malloca(N) \ macro
61 # define malloca(N) \ macro
66 /* Free a block of memory allocated through malloca(). */
74 nmalloca (size_t n, size_t s) - behaves like malloca (n * s)
H A Dc-strcasestr.c27 #include "malloca.h"
40 size_t *table = (size_t *) malloca (m * sizeof (size_t));
H A Dc-strstr.c27 #include "malloca.h"
39 size_t *table = (size_t *) malloca (m * sizeof (size_t));
H A Dcanonicalize-lgpl.c68 # include "malloca.h"
256 buf = malloca (path_max);
275 extra_buf = malloca (path_max);
H A Dmbsstr.c26 #include "malloca.h"
42 size_t *table = (size_t *) malloca (m * sizeof (size_t));
130 char *memory = (char *) malloca (m * (sizeof (mbchar_t) + sizeof (size_t)));
H A Dsetenv.c36 # include "malloca.h"
164 new_value = (char *) malloca (namelen + 1 + vallen);
232 new_value = malloca (namelen + 1 + vallen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dmalloca.h52 /* malloca(N) is a safe variant of alloca(N). It allocates N bytes of
56 # define malloca(N) \ macro
61 # define malloca(N) \ macro
66 /* Free a block of memory allocated through malloca(). */
74 nmalloca (size_t n, size_t s) - behaves like malloca (n * s)
H A Dc-strstr.c27 #include "malloca.h"
39 size_t *table = (size_t *) malloca (m * sizeof (size_t));
H A DMakefile.gnulib399 ## begin gnulib module malloca
401 libgnu_la_SOURCES += malloca.c
403 EXTRA_DIST += malloca.h malloca.valgrind
405 ## end gnulib module malloca
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dinstall-reloc138 "$srcdir"/malloca.c \
153 malloca.o \

Completed in 205 milliseconds

1234