Searched refs:stalloc (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/bin/sh/
H A Dmemalloc.h53 pointer stalloc(int);
67 #define grabstackblock(n) stalloc(n)
83 #define grabstackstr(p) stalloc((char *)p - stackblock())
H A Dmemalloc.c157 stalloc(int nbytes) function
190 p = stalloc(len + 1);
204 stalloc(1);
272 p = stalloc(newlen);
H A Dparser.c286 n3 = (union node *)stalloc(sizeof (struct nredir));
378 pipenode = (union node *)stalloc(sizeof (struct npipe));
381 lp = (struct nodelist *)stalloc(sizeof (struct nodelist));
386 lp = (struct nodelist *)stalloc(sizeof (struct nodelist));
401 n2 = (union node *)stalloc(sizeof (struct nnot));
437 n1 = (union node *)stalloc(sizeof (struct nif));
445 n2->nif.elsepart = (union node *)stalloc(sizeof (struct nif));
475 n1 = (union node *)stalloc(sizeof (struct nfor));
495 n2 = (union node *)stalloc(sizeof (struct narg));
520 n1 = (union node *)stalloc(sizeo
[all...]
H A Darith_yylex.c140 yylval.name = stalloc(buf - p + 1);
H A Dcd.c388 pwd = stalloc(i);
H A Dhistedit.c379 editcmd = stalloc(strlen(editor) + strlen(editfile) + 2);
H A Dexec.c216 return stalloc(len);
H A Dvar.c559 ep = env = stalloc((nenv + 1) * sizeof *env);
H A Dexpand.c133 newargs = stalloc(newcapacity * sizeof(newargs[0]));
/freebsd-11-stable/bin/sh/bltin/
H A Dbltin.h76 pointer stalloc(int);

Completed in 123 milliseconds