Searched refs:alloca (Results 176 - 200 of 343) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.c738 char *template = (char *)alloca (plen + 1 + 24);
992 char *patcopy = (char *) alloca (strlen (pattern) + 1);
993 char *strcopy = (char *) alloca (strlen (string) + 1);
2456 alloca. */
2464 void *temp = alloca (nmemb * size * sizeof (void *));
H A Dftp.c555 p = ntarget = (char *)alloca (idlen + 1 + strlen (u->dir) + 1);
586 char *ntarget = (char *)alloca (strlen (target) + 2);
1785 char *link_target = (char *)alloca (len);
1920 container = (char *)alloca (size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_asm.c887 # include <alloca.h>
916 vp = tp = alloca((num + 2) * sizeof(BN_ULONG));
1043 # include <alloca.h>
1051 vp = tp = alloca((num + 2) * sizeof(BN_ULONG));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_asm.c887 # include <alloca.h>
916 vp = tp = alloca((num + 2) * sizeof(BN_ULONG));
1043 # include <alloca.h>
1051 vp = tp = alloca((num + 2) * sizeof(BN_ULONG));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dxconnect.c148 host = safe_strncpy(alloca(sz), host, sz);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dtftp.c131 len_and_sockaddr *const from = alloca(offsetof(len_and_sockaddr, sa) + peer_lsa->len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dblock.c408 float *lpc=alloca(order*sizeof(*lpc));
409 float *work=alloca(v->pcm_current*sizeof(*work));
456 float *lpc=alloca(order*sizeof(*lpc));
H A Dinfo.c78 char *comment=alloca(strlen(tag)+strlen(contents)+2); /* +2 for = and \0 */
101 char *fulltag = alloca(taglen+ 1);
121 char *fulltag = alloca(taglen+1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_parser.c456 /* The parser invokes alloca or malloc; define the necessary symbols. */
463 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
468 # define alloca _alloca macro
470 # define YYSTACK_ALLOC alloca
488 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A DMakefile.in261 # >>> 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
968 alloca.h: alloca.in.h
969 cp $(srcdir)/alloca.in.h alloca.h
970 # <<< gnulib module alloca.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dzconf.tab.c295 /* The parser invokes alloca or malloc; define the necessary symbols. */
302 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
307 # define alloca _alloca macro
309 # define YYSTACK_ALLOC alloca
327 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A DMakefile48 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 \
508 ALLOCA_H = alloca.h
973 EXTRA_DIST = test-alloca-opt.c test-argmatch.c test-array_list.c \
1087 test-alloca
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c62 #include <alloca.h>
64 extern void *alloca();
1252 ifc.ifc_req = alloca(ifc.ifc_len);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dclient6_parse.c352 /* The parser invokes alloca or malloc; define the necessary symbols. */
359 # include <alloca.h> /* INFRINGES ON USER NAME SPACE */
364 # define alloca _alloca macro
366 # define YYSTACK_ALLOC alloca
384 invoke alloca (N) if N exceeds 4096. Use a slightly smaller number
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/modutils/
H A Dinsmod.c2306 name_buf = alloca(name_alloced_size);
2404 key = alloca(q - p + 6);
2417 sym_name = alloca(strlen(key) + sizeof SYMBOL_PREFIX);
2452 str = alloca(strlen(q));
2522 str = alloca(r - q + 1);
2866 loaded = alloca(sizeof(int) * (i = f->header.e_shnum));
3066 n = alloca(sizeof(*n));
3082 n = alloca(sizeof(*n));
3381 section_headers = alloca(sizeof(ElfW(Shdr)) * shnum);
3877 loaded = alloca(sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex.c24 #pragma alloca
281 /* Should we use malloc or alloca? If REGEX_MALLOC is not defined, we
282 use `alloca' instead of `malloc'. This is because using malloc in
287 Because we sometimes use alloca, some routines have to be macros,
288 not functions -- `alloca'-allocated space disappears at the end of the
299 /* Emacs already defines alloca, sometimes. */
300 # ifndef alloca
302 /* Make alloca work the best possible way. */ macro
304 # define alloca __builtin_alloca
307 # include <alloca
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/popt/
H A Dpopt.c386 char *s = (char *)alloca(
750 strcpy((char *)alloca(strlen(origOptString) + 1),
1096 poptItem item = (poptItem)alloca(sizeof(*item));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-java.c21 #include <alloca.h>
H A Dmsggrep.c22 #include <alloca.h>
H A Dmsgl-iconv.c22 #include <alloca.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/
H A DMakefile.am26 lib/alloca.in.h \
249 m4/alloca.m4 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dcsharpcomp.c19 #include <alloca.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/flex/
H A DMakefile139 alloca.o: alloca.c
140 $(CC) $(CPPFLAGS) $(CFLAGS) -c -Dxmalloc=yy_flex_xmalloc alloca.c
142 alloca.c: $(srcdir)/MISC/alloca.c
143 @rm -f alloca.c
144 cp $(srcdir)/MISC/alloca.c .
215 rm -f flex parse.c parse.h *.o alloca.c *.lint lex.yy.c lex.yy.cc \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/aserver/
H A Daserver.c60 struct sockaddr_un *addr = alloca(size);
736 name = alloca(req.namelen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_shm.c638 struct sockaddr_un *addr = alloca(size);
722 req = alloca(reqlen);

Completed in 303 milliseconds

1234567891011>>