Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Dparser.c180 n3 = stalloc(sizeof(struct nredir)); in list()
279 n2 = (union node *)stalloc(sizeof (struct nnot)); in pipeline()
310 n1 = (union node *)stalloc(sizeof (struct nif)); in command()
351 n1 = (union node *)stalloc(sizeof (struct nfor)); in command()
371 n2 = (union node *)stalloc(sizeof (struct narg)); in command()
391 n1 = (union node *)stalloc(sizeof (struct ncase)); in command()
510 n = (union node *)stalloc(sizeof (struct narg)); in simplecmd()
564 n = (union node *)stalloc(sizeof (struct ncmd)); in simplecmd()
578 n = (union node *)stalloc(sizeof (struct narg)); in makename()
658 n = (union node *)stalloc(sizeof (struct narg)); in parseheredoc()
[all …]
A Dmemalloc.h54 pointer stalloc(size_t);
68 stalloc(len); in grabstackblock()
97 #define grabstackstr(p) stalloc((char *)(p) - (char *)stackblock())
A Dmemalloc.c114 stalloc(size_t nbytes) in stalloc() function
234 char *p = stalloc(newlen); in growstackblock()
A Darith_yylex.c137 yylval.name = stalloc(buf - p + 1); in yylex()
A Dmystring.c238 return memcpy(stalloc(len), p, len); in sstrdup()
A Dexpand.c212 sp = (struct strlist *)stalloc(sizeof (struct strlist)); in expandarg()
1122 sp = (struct strlist *)stalloc(sizeof *sp); in ifsbreakup()
1144 sp = (struct strlist *)stalloc(sizeof *sp); in ifsbreakup()
1421 sp = (struct strlist *)stalloc(sizeof *sp); in addfname()
1670 r = stalloc(fulllen); in _rmescapes()
A Dexec.c216 return stalloc(len); in padvance()
418 stalloc(strlen(fullname) + 1); in find_command()
A Doutput.c308 s = stalloc((len >= stackblocksize() ? len : stackblocksize()) + 1); in xvasprintf()
A Deval.c758 nargv = stalloc(sizeof (char *) * (argc + 2)); in evalcommand()
/third_party/uapp/dash/src/bltin/
A Dtest.c562 group_array = stalloc(ngroups * sizeof(gid_t)); in bash_group_member()

Completed in 16 milliseconds