Searched refs:savestr (Results 1 - 8 of 8) sorted by relevance

/system/core/sh/
H A Dalias.c74 ap->val = savestr(val);
82 ap->name = savestr(name);
101 ap->val = savestr(val);
H A Dcd.c294 curdir = savestr(stackblock());
355 curdir = savestr(pwd);
387 curdir = savestr(pwd);
442 curdir = savestr(pwd);
H A Dmemalloc.h52 char *savestr(const char *);
H A Dmemalloc.c89 savestr(const char *s) function
H A Dvar.c326 setvareq(savestr(lp->text), flags);
445 vp->text = savestr(vp->text);
634 setvareq(savestr(name), VSTRFIXED|flags);
645 setvareq(savestr(name), flags);
H A Dtrap.c182 action = savestr(action);
H A Doptions.c281 *ap++ = savestr(*argv++);
H A Dexec.c184 commandname = arg0 = savestr(argv[0]);

Completed in 282 milliseconds