Searched refs:stalloc (Results 1 – 10 of 10) sorted by relevance
180 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 …]
54 pointer stalloc(size_t);68 stalloc(len); in grabstackblock()97 #define grabstackstr(p) stalloc((char *)(p) - (char *)stackblock())
114 stalloc(size_t nbytes) in stalloc() function234 char *p = stalloc(newlen); in growstackblock()
137 yylval.name = stalloc(buf - p + 1); in yylex()
238 return memcpy(stalloc(len), p, len); in sstrdup()
212 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()
216 return stalloc(len); in padvance()418 stalloc(strlen(fullname) + 1); in find_command()
308 s = stalloc((len >= stackblocksize() ? len : stackblocksize()) + 1); in xvasprintf()
758 nargv = stalloc(sizeof (char *) * (argc + 2)); in evalcommand()
562 group_array = stalloc(ngroups * sizeof(gid_t)); in bash_group_member()
Completed in 16 milliseconds