Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c1808 stack_putstr(const char *s, char *p) in stack_putstr() function
2802 new = stack_putstr(curdir, new); in updatepwd()
2836 new = stack_putstr(p, new); in updatepwd()
13469 concat = stack_putstr(p, concat); in evalcmd()