Searched refs:alloca (Results 126 - 150 of 343) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dgram.c335 /* The parser invokes alloca or malloc; define the necessary symbols. */
342 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
347 # define alloca _alloca macro
349 # define YYSTACK_ALLOC alloca
367 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dserver6_parse.c338 /* The parser invokes alloca or malloc; define the necessary symbols. */
345 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
350 # define alloca _alloca macro
352 # define YYSTACK_ALLOC alloca
370 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dplaymidi1.c120 struct pollfd *pfds = alloca(sizeof(*pfds) * npfds);
378 struct pollfd *pfds = alloca(sizeof(*pfds) * npfds);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Denvelope.c105 float *vec=alloca(n*sizeof(*vec));
282 float *marker=alloca(v->pcm_current*sizeof(*marker));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dlatticehint.c164 long **quantsort=alloca(quantvals*sizeof(long *));
173 suggestions=alloca(sizeof(float)*quantvals);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/
H A DMakefile676 test "`sed 1,15d gnulib-local/lib/alloca.in.h | md5sum`" = "`sed 1,17d gettext-runtime/libasprintf/alloca.in.h | md5sum`"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A DMakefile.in52 am__aclocal_m4_deps = $(top_srcdir)/gnulib-m4/alloca.m4 \
483 EXTRA_DIST = alloca.in.h areadlink.h atexit.c canonicalize-lgpl.c \
512 MOSTLYCLEANFILES = core *.stackdump alloca.h alloca.h-t getopt.h \
815 # We need the following in order to create <alloca.h> when the system
817 alloca.h: alloca.in.h
819 cat $(srcdir)/alloca.in.h; \
H A Dcanonicalize-lgpl.c26 #include <alloca.h>
H A Derror.c152 wmessage = (wchar_t *) alloca (len * sizeof (wchar_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A DMakefile138 ALLOCA_H = alloca.h
261 # >>> gnulib module alloca.
264 EXTRA_DIST = autosprintf.h.in $(lib_asprintf_EXTRASOURCES) alloca.in.h \
268 MOSTLYCLEANFILES = autosprintf.h alloca.h
965 # The following is needed in order to create an <alloca.h> when the system
967 all-local $(libasprintf_la_OBJECTS): alloca.h
968 alloca.h: alloca.in.h
969 cp $(srcdir)/alloca.in.h alloca
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dcryptlib.c646 name=(WCHAR *)alloca(len+sizeof(WCHAR));
695 fmtw = (WCHAR *)alloca (len_0*sizeof(WCHAR));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dconvert.c440 filename_plus_orig_suffix = alloca (filename_len + 1);
447 filename_plus_orig_suffix = alloca (filename_len + sizeof (ORIG_SFX));
547 char *new_with_timeout = (char *)alloca (numdigit (timeout)
616 to = newname = (char *)alloca (3 * strlen (file) + 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/flex/
H A Dconfigure1062 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
1064 echo $ac_n "checking for working alloca.h""... $ac_c" 1>&4
1071 #include <alloca.h>
1074 char *p = alloca(2 * sizeof(int));
1095 echo $ac_n "checking for alloca""... $ac_c" 1>&4
1104 # define alloca __builtin_alloca
1107 # include <alloca.h>
1110 #pragma alloca
1112 # ifndef alloca /* predefine
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/intl/
H A Dplural.y21 /* The bison generated parser uses alloca. AIX 3 forces us to put this
26 #pragma alloca
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dplural.y21 /* For bison < 2.0, the bison generated parser uses alloca. AIX 3 forces us
27 #pragma alloca
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Derror.c154 wmessage = (wchar_t *) alloca (len * sizeof (wchar_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Derror.c180 wmessage = (wchar_t *) alloca (len * sizeof (wchar_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dcanonicalize.c30 #include <alloca.h>
H A Derror.c197 wmessage = (wchar_t *) alloca (len * sizeof (wchar_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dcanonicalize-lgpl.c26 #include <alloca.h>
H A Dcsharpexec.c19 #include <alloca.h>
H A Derror.c152 wmessage = (wchar_t *) alloca (len * sizeof (wchar_t));
H A Dfnmatch.c33 #include <alloca.h>
315 wpattern = (wchar_t *) alloca (totsize * sizeof (wchar_t));
H A Djavaexec.c19 #include <alloca.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Derror.c152 wmessage = (wchar_t *) alloca (len * sizeof (wchar_t));

Completed in 1077 milliseconds

1234567891011>>