HomeSort by relevance Sort by last modified time
    Searched refs:stalloc (Results 1 - 10 of 10) sorted by null

  /system/core/sh/
memalloc.h 53 pointer stalloc(int);
75 #define grabstackstr(p) stalloc(stackblocksize() - sstrnleft)
parser.c 168 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(sizeof (struct nbinary))
    [all...]
cd.c 107 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);
memalloc.c 124 stalloc(int nbytes) function
239 char *p = stalloc(newlen);
histedit.c 410 evalstring(strcpy(stalloc(strlen(s) + 1), s), 0);
432 editcmd = stalloc(strlen(editor) + strlen(editfile) + 2);
expand.c 161 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);
exec.c 322 return stalloc(len);
549 stalloc(strlen(fullname) + 1);
574 stalloc(strlen(fullname) + 1);
var.c 404 ep = env = stalloc((nenv + 1) * sizeof *env);
eval.c 749 argv = stalloc(sizeof (char *) * (argc + 1));
  /system/core/sh/bltin/
bltin.h 86 pointer stalloc(int);

Completed in 105 milliseconds