Searched refs:alloca (Results 251 - 275 of 338) sorted by relevance

<<11121314

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dmalloc.c737 extern Void_t* alloca(size_t size) function
739 extern Void_t* alloca(size)
/macosx-10.10.1/man-16/man/
H A Dconfigure277 echo checking how to get alloca
280 #define alloca __builtin_alloca
283 #include <alloca.h>
286 #pragma alloca
288 char *alloca ();
292 main() { char *p = (char *) alloca(1); exit(0); }' > conftest.c
/macosx-10.10.1/ruby-106/ruby/
H A Ddln.c35 #include <alloca.h>
936 char *p = alloca(len);
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A DAUTHORS167 lib/malloc/alloca.c Doug Gwyn, Richard Stallman, Brian Fox, Chet Ramey
172 lib/malloc/i386-alloca.s Richard Stallman
173 lib/malloc/x386-alloca.s Chip Salzenberg, Richard Stallman
H A DMANIFEST287 lib/malloc/alloca.c f
296 lib/malloc/i386-alloca.s f
297 lib/malloc/x386-alloca.s f
/macosx-10.10.1/emacs-93/emacs/src/
H A Dsysdep.c869 str = (unsigned char *) alloca (SCHARS (dir) + 2);
2396 char *hostname = (char *) alloca (hostname_size);
2412 hostname = (char *) alloca (hostname_size);
2490 char *domain = (char *) alloca (domain_size + 1);
2491 char *fqdn = (char *) alloca (hostlen + 1 + domain_size + 1);
4427 xabpro.xab$l_aclbuf = (char *) alloca (xabpro.xab$w_acllen);
H A Dprocess.c1674 args2 = (Lisp_Object *) alloca ((nargs + 1) * sizeof *args2);
1692 args2 = (Lisp_Object *) alloca ((nargs + 1) * sizeof args2);
1717 new_argv = (unsigned char *) alloca (len);
1729 new_argv = (unsigned char **) alloca ((nargs - 1) * sizeof (char *));
2999 ai.ai_addr = alloca (ai.ai_addrlen);
5041 chars = (char *) alloca (nbytes + carryover);
5047 chars = (char *) alloca (carryover + readmax);
H A Ddispnew.c3074 old_rows = (struct glyph_row *) alloca (nlines * sizeof *old_rows);
3199 old_rows = (struct glyph_row *) alloca (m->nrows * sizeof *old_rows);
5470 int *old_hash = (int *) alloca (FRAME_LINES (frame) * sizeof (int));
5471 int *new_hash = (int *) alloca (FRAME_LINES (frame) * sizeof (int));
5472 int *draw_cost = (int *) alloca (FRAME_LINES (frame) * sizeof (int));
5473 int *old_draw_cost = (int *) alloca (FRAME_LINES (frame) * sizeof (int));
H A Dw32fns.c1103 char *ptr, *approx = alloca (len + 1);
1131 alloca (sizeof (LOGPALETTE) +
4877 charset = alloca (len + 1);
5261 charset_str = (char *) alloca (strlen (charset) + 1);
5337 fontname = alloca(sizeof(*fontname) * bufsz);
5475 buf = (unsigned char *) alloca (bufsize);
5707 char *regex = alloca (strlen (pattern) * 2 + 3);
5709 font_name_copy = alloca (strlen (fontname) + 1);
H A Dbuffer.c2835 v = (Lisp_Object *) alloca (size * sizeof *v);
2839 v = (Lisp_Object *) alloca (n * sizeof *v);
2929 sortvec = (struct sortvec *) alloca (noverlays * sizeof (struct sortvec));
3974 /* We can't use alloca here because overlays_at can call xrealloc. */
4351 Lisp_Object *copy = (Lisp_Object *) alloca (size * sizeof (Lisp_Object));
H A Dbytecode.c249 allocated with alloca in Fbyte_code. */
458 stack.bottom = (Lisp_Object *) alloca (XFASTINT (maxdepth)
H A Ddired.c808 char *fullname = (char *) alloca (len + pos + 2);
H A Dstrftime.c313 ws = (wchar_t *) alloca ((l + 1) * sizeof (wchar_t)); \
H A Dw32bdf.c551 glyph.bitmap = (unsigned char*) alloca(sizeof(unsigned char) * bitmap_size);
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drcparse.c371 /* The parser invokes alloca or malloc; define the necessary symbols. */
375 # define YYSTACK_ALLOC alloca
378 # if defined (alloca) || defined (_ALLOCA_H)
379 # define YYSTACK_ALLOC alloca
H A Dnlmconv.c31 #pragma alloca
2068 argv = (char **) alloca ((c + 7) * sizeof (char *));
H A Dresrc.c201 argv = alloca (sizeof (char *) * (i + 3));
/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dlocaltime.c39 #include <alloca.h>
505 name = alloca(sizeof(notify_tz_name) + strlen(file) + 1);
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dcreate.c1533 char *new = (char *) alloca (strlen (p) + 2);
1720 buffer = (char *) alloca (linklen + 1);
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLOutput.h50 // broadly speaking the users of FTL::Output should only use references for alloca'd
205 LValue alloca(LType type) { return buildAlloca(m_builder, type); } function in class:JSC::FTL::Output
207 // Access the value of an alloca. Also used as a low-level implementation primitive for
214 // Similar to get() but for storing to the value in an alloca.
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DSecCustomTransform.cpp966 tname = static_cast<typeof(tname)>(alloca(sz));
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dpef.c214 unsigned char *buf = alloca (symbol->udata.i);
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_pid.c35 #include <alloca.h>
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dpop.c1413 buf = alloca (strlen (line) + 3);
/macosx-10.10.1/file_cmds-242/pax/
H A Dar_subs.c447 cle = alloca(sizeof(struct copyfile_list_entry_t));

Completed in 405 milliseconds

<<11121314