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

/system/core/sh/
H A Dmemalloc.h53 pointer stalloc(int);
75 #define grabstackstr(p) stalloc(stackblocksize() - sstrnleft)
H A Dparser.c168 n3 = (union node *)stalloc(sizeof (struct nredir));
179 n3 = (union node *)stalloc(sizeof (struct nbinary));
236 n3 = (union node *)stalloc(sizeof (struct nbinary));
260 pipenode = (union node *)stalloc(sizeof (struct npipe));
263 lp = (struct nodelist *)stalloc(sizeof (struct nodelist));
268 lp = (struct nodelist *)stalloc(sizeof (struct nodelist));
277 n2 = (union node *)stalloc(sizeof (struct nnot));
317 n1 = (union node *)stalloc(sizeof (struct nif));
325 n2->nif.elsepart = (union node *)stalloc(sizeof (struct nif));
346 n1 = (union node *)stalloc(sizeo
[all...]
H A Dcd.c107 d = stalloc(strlen(curdir) + strlen(argptr[1]) + 1);
167 cdcomppath = stalloc(strlen(dest) + 1);
268 cdcomppath = stalloc(strlen(dir) + 1);
385 pwd = stalloc(i);
404 pwd = stalloc(MAXPWD);
H A Dmemalloc.c124 stalloc(int nbytes) function
239 char *p = stalloc(newlen);
H A Dhistedit.c410 evalstring(strcpy(stalloc(strlen(s) + 1), s), 0);
432 editcmd = stalloc(strlen(editor) + strlen(editfile) + 2);
H A Dexpand.c161 sp = (struct strlist *)stalloc(sizeof (struct strlist));
961 sp = (struct strlist *)stalloc(sizeof *sp);
1001 sp = (struct strlist *)stalloc(sizeof *sp);
1035 sp = (struct strlist *)stalloc(sizeof *sp);
1256 p = stalloc(strlen(name) + 1);
1258 sp = (struct strlist *)stalloc(sizeof *sp);
H A Dexec.c322 return stalloc(len);
549 stalloc(strlen(fullname) + 1);
574 stalloc(strlen(fullname) + 1);
H A Dvar.c404 ep = env = stalloc((nenv + 1) * sizeof *env);
H A Deval.c749 argv = stalloc(sizeof (char *) * (argc + 1));
/system/core/sh/bltin/
H A Dbltin.h86 pointer stalloc(int);

Completed in 94 milliseconds