Home
last modified time | relevance | path

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

/freebsd-12.1/bin/sh/
H A Dmemalloc.h55 pointer stalloc(int);
69 #define grabstackblock(n) stalloc(n)
85 #define grabstackstr(p) stalloc((char *)p - stackblock())
H A Dparser.c288 n3 = (union node *)stalloc(sizeof (struct nredir)); in list()
403 n2 = (union node *)stalloc(sizeof (struct nnot)); in pipeline()
439 n1 = (union node *)stalloc(sizeof (struct nif)); in command()
477 n1 = (union node *)stalloc(sizeof (struct nfor)); in command()
497 n2 = (union node *)stalloc(sizeof (struct narg)); in command()
522 n1 = (union node *)stalloc(sizeof (struct ncase)); in command()
566 n1 = (union node *)stalloc(sizeof (struct nredir)); in command()
690 n = (union node *)stalloc(sizeof (struct ncmd)); in simplecmd()
702 n = (union node *)stalloc(sizeof (struct narg)); in makename()
715 n = (union node *)stalloc(sizeof (struct nbinary)); in makebinary()
[all …]
H A Dmemalloc.c159 stalloc(int nbytes) in stalloc() function
192 p = stalloc(len + 1); in stsavestr()
206 stalloc(1); in setstackmark()
274 p = stalloc(newlen); in growstackblock()
H A Darith_yylex.c168 yylval.name = stalloc(buf - p + 1); in yylex()
H A Dcd.c397 pwd = stalloc(i); in getpwd2()
H A Dhistedit.c380 editcmd = stalloc(strlen(editor) + strlen(editfile) + 2); in histcmd()
H A Dexec.c221 return stalloc(len); in padvance()
H A Dvar.c564 ep = env = stalloc((nenv + 1) * sizeof *env); in environment()
H A Dexpand.c137 newargs = stalloc(newcapacity * sizeof(newargs[0])); in appendarglist()
/freebsd-12.1/bin/sh/bltin/
H A Dbltin.h78 pointer stalloc(int);