Searched refs:alloca (Results 1 - 24 of 24) sorted by relevance

/barrelfish-2018-10-04/lib/libc/arm/gen/
H A Dalloca.S1 /* $NetBSD: alloca.S,v 1.3 2003/04/05 23:08:51 bjh21 Exp $ */
40 ENTRY(alloca)
46 END(alloca)
H A DMakefile.inc4 SRCS+= _ctx_start.S _setjmp.S _set_tp.c alloca.S fabs.c \
/barrelfish-2018-10-04/lib/acpica/source/compiler/
H A Daslparser.y147 #undef alloca
148 #define alloca AslLocalAllocate
H A Ddtparser.y127 #undef alloca
128 #define alloca AslLocalAllocate
H A Dprparser.y127 #undef alloca
128 #define alloca AslLocalAllocate
/barrelfish-2018-10-04/include/storage/
H A Dstorage.h17 alloca(STORAGE_VSIC_ROUND(vsic, size))
/barrelfish-2018-10-04/lib/libc/gen/
H A Dexec.c64 argv = alloca((n + 1) * sizeof(*argv));
91 argv = alloca((n + 1) * sizeof(*argv));
118 argv = alloca((n + 1) * sizeof(*argv));
172 cur = alloca(strlen(path) + 1);
218 memp = alloca((cnt + 2) * sizeof(char *));
/barrelfish-2018-10-04/include/
H A Dstdlib.h239 * The alloca() function can't be implemented in C, and on some
241 * The GNU C compiler provides a built-in alloca() which we can use;
243 * incarnations of lint. On platforms where alloca() is not in libc,
248 #undef alloca /* some GNU bits try to get cute and define this on their own */ macro
249 #define alloca(sz) __builtin_alloca(sz) macro
251 void *alloca(size_t);
/barrelfish-2018-10-04/lib/libc/stdlib/
H A DMakefile.inc24 MAN+= a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/
H A De_padlock.c133 # ifndef alloca
134 # define alloca _alloca macro
137 # ifndef alloca
138 # define alloca(s) __builtin_alloca(s) macro
996 out = alloca(0x10 + allocated);
/barrelfish-2018-10-04/lib/octopus/parser/
H A Dparse.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
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dcryptlib.c754 #define alloca _alloca macro
786 name=(WCHAR *)alloca(len+sizeof(WCHAR));
831 fmtw = (WCHAR *)alloca(len_0*sizeof(WCHAR));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Darmv4-mont.pl69 sub sp,sp,$num @ alloca(4*num)
H A Dsparcv9-mont.pl106 sub %o7,$bias,%sp ! alloca
H A Dppc64-mont.pl201 $STUX $sp,$sp,$tp ; alloca
H A Dsparcv9a-mont.pl153 sub %o0,$bias,%sp ! alloca(5*num*8)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_asm.c833 #include <alloca.h>
859 vp = tp = alloca((num+2)*sizeof(BN_ULONG));
985 #include <alloca.h>
992 vp = tp = alloca((num+2)*sizeof(BN_ULONG));
/barrelfish-2018-10-04/lib/tenaciousd/
H A Dlog.c11 #include <alloca.h>
H A Dqueue.c11 #include <alloca.h>
/barrelfish-2018-10-04/lib/libc/stdtime/
H A Dstrptime.c547 zonestr = alloca(cp - buf + 1);
/barrelfish-2018-10-04/usr/arrakismon/
H A Dvmkitmon.c301 char *npath = alloca(strlen(path));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_win32.c97 fnamw = (WCHAR *)alloca (len_0*sizeof(WCHAR));
/barrelfish-2018-10-04/tools/arm_boot/
H A Darm_bootimage.c611 size_t *new_index= alloca(nshdr * sizeof(size_t));
614 Elf_Scn **new_scn= alloca(nshdr * sizeof(Elf_Scn *));
/barrelfish-2018-10-04/usr/spawnd/
H A Dservice.c310 npath = alloca(strlen(path));

Completed in 159 milliseconds