ALLOCA_N 506 bignum.c char *p = ALLOCA_N(char, len+1);
ALLOCA_N 139 dln.c char *tmp = ALLOCA_N(char, len+1);\
ALLOCA_N 1260 dln.c #define DLN_ERROR() (error = dln_strerror(), strcpy(ALLOCA_N(char, strlen(error) + 1), error))
ALLOCA_N 743 error.c buf = ALLOCA_N(char, strlen(err)+RSTRING(tmp)->len+4);
ALLOCA_N 747 error.c buf = ALLOCA_N(char, strlen(err)+1);
ALLOCA_N 504 eval.c buf = ALLOCA_N(char,strlen(name)+2);
ALLOCA_N 1777 eval.c # define TMP_ALLOC(n) ALLOCA_N(VALUE,n)
ALLOCA_N 1807 eval.c argv = ALLOCA_N(VALUE, argc);\
ALLOCA_N 2832 eval.c VALUE *vars = ALLOCA_N(VALUE, node->nd_tbl[0]+1);
ALLOCA_N 4387 eval.c nargv = ALLOCA_N(VALUE, argc+1);
ALLOCA_N 4773 eval.c argv = ALLOCA_N(VALUE, argc);
ALLOCA_N 4821 eval.c argv = ALLOCA_N(VALUE, n);
ALLOCA_N 171 ext/dl/dl.c d = ALLOCA_N(char, dlen + 1);
ALLOCA_N 456 ext/dl/dl.c size = ALLOCA_N(long,1);
ALLOCA_N 578 ext/dl/ptr.c d = ALLOCA_N(char, p - ctype + 1);
ALLOCA_N 606 ext/dl/ptr.c pass_argv = ALLOCA_N(VALUE, pass_argc);
ALLOCA_N 621 ext/dl/ptr.c pass_argv = ALLOCA_N(VALUE, pass_argc);
ALLOCA_N 333 ext/socket/socket.c buf = ALLOCA_N(char,len);
ALLOCA_N 535 ext/tcltklib/tcltklib.c buf = ALLOCA_N(char, strlen(s)+1);
ALLOCA_N 569 ext/tcltklib/tcltklib.c buf = ALLOCA_N(char,strlen(RSTRING(str)->ptr)+1);
ALLOCA_N 603 ext/tcltklib/tcltklib.c buf = ALLOCA_N(char,strlen(RSTRING(str)->ptr)+1);
ALLOCA_N 652 ext/tcltklib/tcltklib.c ov = (Tcl_Obj **)ALLOCA_N(Tcl_Obj *, argc+1);
ALLOCA_N 665 ext/tcltklib/tcltklib.c av = (char **)ALLOCA_N(char *, argc+1);
ALLOCA_N 669 ext/tcltklib/tcltklib.c av[i] = ALLOCA_N(char, strlen(s)+1);
ALLOCA_N 1732 ext/win32ole/win32ole.c op.pNamedArgs = ALLOCA_N(OLECHAR*, cNamedArgs + 1);
ALLOCA_N 1733 ext/win32ole/win32ole.c op.dp.rgvarg = ALLOCA_N(VARIANTARG, op.dp.cArgs);
ALLOCA_N 1736 ext/win32ole/win32ole.c pDispID = ALLOCA_N(DISPID, cNamedArgs + 1);
ALLOCA_N 1761 ext/win32ole/win32ole.c op.pNamedArgs = ALLOCA_N(OLECHAR*, cNamedArgs + 1);
ALLOCA_N 1763 ext/win32ole/win32ole.c op.dp.rgvarg = ALLOCA_N(VARIANTARG, op.dp.cArgs);
ALLOCA_N 1770 ext/win32ole/win32ole.c realargs = ALLOCA_N(VARIANTARG, op.dp.cArgs-cNamedArgs+1);
ALLOCA_N 1789 ext/win32ole/win32ole.c op.dp.rgdispidNamedArgs = ALLOCA_N( DISPID, 1 );
ALLOCA_N 1892 ext/win32ole/win32ole.c dispParams.rgvarg = ALLOCA_N(VARIANTARG, dispParams.cArgs);
ALLOCA_N 1893 ext/win32ole/win32ole.c realargs = ALLOCA_N(VARIANTARG, dispParams.cArgs);
ALLOCA_N 2030 ext/win32ole/win32ole.c dispParams.rgdispidNamedArgs = ALLOCA_N( DISPID, 1 );
ALLOCA_N 4336 ext/win32ole/win32ole.c bstrs = ALLOCA_N(BSTR, pFuncDesc->cParams + 1);
ALLOCA_N 572 io.c buf = ALLOCA_N(char, strlen(cname) + strlen(fptr->path) + 5);
ALLOCA_N 1042 object.c char *buf = ALLOCA_N(char, strlen(p)+1);
ALLOCA_N 1089 object.c char *p = ALLOCA_N(char, len+1);
ALLOCA_N 921 pack.c char *buff = ALLOCA_N(char, len * 4 / 3 + 6);
ALLOCA_N 2306 parse.y buf = ALLOCA_N(char, len+2);
ALLOCA_N 5513 parse.y char *buf = ALLOCA_N(char,last+1);
ALLOCA_N 5568 parse.y char *buf = ALLOCA_N(char, strlen(name)+2);
ALLOCA_N 473 process.c new_argv = ALLOCA_N(char*, n + 2);
ALLOCA_N 476 process.c new_argv[1] = strcpy(ALLOCA_N(char, strlen(argv[0]) + 1), argv[0]);
ALLOCA_N 509 process.c args = ALLOCA_N(char*, argc+1);
ALLOCA_N 562 process.c a = argv = ALLOCA_N(char*, (s-str)/2+2);
ALLOCA_N 563 process.c ss = ALLOCA_N(char, s-str+1);
ALLOCA_N 604 process.c new_argv = ALLOCA_N(char*, n + 2);
ALLOCA_N 607 process.c new_argv[1] = strcpy(ALLOCA_N(char, strlen(argv[0]) + 1), argv[0]);
ALLOCA_N 634 process.c args = ALLOCA_N(char*, argc + 1);
ALLOCA_N 666 process.c a = argv = ALLOCA_N(char*, (s - str) / 2 + 2);
ALLOCA_N 667 process.c s = ALLOCA_N(char, s - str + 1);
ALLOCA_N 229 random.c double *buf = ALLOCA_N(double, len);
ALLOCA_N 387 ruby.c argv[1] = ALLOCA_N(char, s-p+2);
ALLOCA_N 818 ruby.c argv = ALLOCA_N(char*, origargc+3);
ALLOCA_N 389 string.c argv = ALLOCA_N(VALUE, RARRAY(arg)->len + 1);
ALLOCA_N 395 string.c argv = ALLOCA_N(VALUE, 2);
ALLOCA_N 314 struct.c mem = ALLOCA_N(VALUE, size);
ALLOCA_N 494 variable.c char *buf = ALLOCA_N(char, strlen(name)+2);
ALLOCA_N 697 win32/win32.c char *tmp = ALLOCA_N(char, strlen(shell) + strlen(cmd) + sizeof (" -c "));
ALLOCA_N 703 win32/win32.c char *tmp = ALLOCA_N(char, strlen(shell) + strlen(cmd) + sizeof (" /c "));
ALLOCA_N 2505 win32/win32.c char *buf1 = ALLOCA_N(char, strlen(path) + 2);
ALLOCA_N 2506 win32/win32.c char *buf2 = ALLOCA_N(char, MAXPATHLEN);