Searched refs:alloca (Results 151 - 175 of 343) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/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/src/router/busybox-1.x/libbb/
H A Dgetopt32.c103 long_options = alloca(count * sizeof(*long_options));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dcanonicalize.c30 #include <alloca.h>
H A Derror.c145 ? alloca (len * sizeof *wbuf)
H A DMakefile.in42 am__aclocal_m4_deps = $(top_srcdir)/m4/alloca.m4 \
330 # <<< gnulib module alloca.
340 # >>> gnulib module alloca.
346 MOSTLYCLEANFILES = stdbool.h stdint.h stdint.h-t alloca.h unistd.h
710 # The following is needed in order to create an <alloca.h> when the system
713 alloca.h: alloca_.h
714 cp $(srcdir)/alloca_.h alloca.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_capi.c75 # ifndef alloca
76 # define alloca _alloca macro
1106 name = alloca(len);
1159 cspname = alloca(clen * sizeof(WCHAR));
1532 (contname = alloca(len * sizeof(WCHAR)),
1537 alloca(len * sizeof(WCHAR)), MultiByteToWideChar(CP_ACP,
1619 name = alloca(len * sizeof(WCHAR));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_capi.c75 # ifndef alloca
76 # define alloca _alloca macro
1106 name = alloca(len);
1159 cspname = alloca(clen * sizeof(WCHAR));
1532 (contname = alloca(len * sizeof(WCHAR)),
1537 alloca(len * sizeof(WCHAR)), MultiByteToWideChar(CP_ACP,
1619 name = alloca(len * sizeof(WCHAR));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dvorbisfile.c2166 lappcm=alloca(sizeof(*lappcm)*vi1->channels);
2173 lappcm[i]=alloca(sizeof(**lappcm)*n1);
2216 lappcm=alloca(sizeof(*lappcm)*ch1);
2218 lappcm[i]=alloca(sizeof(**lappcm)*n1);
2277 lappcm=alloca(sizeof(*lappcm)*ch1);
2279 lappcm[i]=alloca(sizeof(**lappcm)*n1);
H A Dsharedbook.c359 ogg_uint32_t **codep=alloca(sizeof(*codep)*n);
370 sortindex=alloca(n*sizeof(*sortindex));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol_shm.c429 struct sockaddr_un *addr = alloca(size);
490 req = alloca(reqlen);
H A Dhcontrol.c686 pfd = alloca(sizeof(*pfd) * npfds);
687 revents = alloca(sizeof(*revents) * npfds);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqsplit.c231 float *p=alloca(dim*sizeof(float));
232 float *q=alloca(dim*sizeof(float));
H A Dmetrics.c127 char *buffer=alloca(strlen(basename)+80);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A DMakefile42 am__aclocal_m4_deps = $(top_srcdir)/gnulib-m4/alloca.m4 \
161 ALLOCA_H = alloca.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-mo.c21 #include <alloca.h>
701 null = (char *) alloca (alignment);
H A Dpo-charset.c22 #include <alloca.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c1062 char *ansi_name = (char *)alloca(strlen(G.filename) + 1);
1243 ansi_name = (char *)alloca(strlen(d->fn) + 1);
1342 char *ansi_name = (char *)alloca(strlen(fname) + 1);
1415 char *ansi_name = (char *)alloca(strlen(name) + 1);
1814 char *ansi_name = (char *)alloca(strlen(G.filename) + 1);
1903 char *ansi_name = (char *)alloca(strlen(G.filename) + 1);
2726 char *ansi_path = (char *)alloca(strlen(path) + 1);
2792 char *ansi_path = (char *)alloca(strlen(path) + 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dretr.c1088 char *from = (char *)alloca (maxlen);
1089 char *to = (char *)alloca (maxlen);
H A Dnetrc.c91 char *path = (char *)alloca (strlen (home) + 1
H A Dres.c485 result = alloca (HP_len + 1 + numdigit (port) + 1); \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dping.c368 struct icmp *pkt = alloca(datalen + ICMP_MINLEN + 4);
387 struct icmp6_hdr *pkt = alloca(datalen + sizeof(struct icmp6_hdr) + 4);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A DMakefile.in48 TESTS = test-alloca-opt$(EXEEXT) test-argmatch$(EXEEXT) \
71 check_PROGRAMS = test-alloca-opt$(EXEEXT) test-argmatch$(EXEEXT) \
101 $(top_srcdir)/gnulib-m4/alloca.m4 \
262 test_alloca_opt_SOURCES = test-alloca-opt.c
263 test_alloca_opt_OBJECTS = test-alloca-opt.$(OBJEXT)
462 SOURCES = test-alloca-opt.c test-argmatch.c test-array_list.c \
477 DIST_SOURCES = test-alloca-opt.c test-argmatch.c test-array_list.c \
973 EXTRA_DIST = test-alloca-opt.c test-argmatch.c test-array_list.c \
1087 test-alloca-opt$(EXEEXT): $(test_alloca_opt_OBJECTS) $(test_alloca_opt_DEPENDENCIES)
1088 @rm -f test-alloca
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dseq-decoder.c339 pfds = alloca(sizeof(*pfds) * max);
H A Dseq-sender.c232 pfds = alloca(sizeof(*pfds) * max);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dgetdate.c126 # include <alloca.h>
297 /* The parser invokes alloca or malloc; define the necessary symbols. */
300 # define YYSTACK_ALLOC alloca
303 # if defined (alloca) || defined (_ALLOCA_H)
304 # define YYSTACK_ALLOC alloca

Completed in 373 milliseconds

1234567891011>>