Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c1792 makestrspace(size_t newlen, char *p) in makestrspace() function
1802 p = makestrspace(n, p); in stnputs()
1829 (p) = makestrspace(l, q); \
1903 q = p = makestrspace(len + 3, p); in single_quote()
1917 q = p = makestrspace(len + 3, p); in single_quote()
2804 new = makestrspace(strlen(dir) + 2, new); in updatepwd()
4850 nextc = makestrspace((strlen(s) + 1) * 8, cmdnextc); in cmdputs()
6278 r = makestrspace(fulllen, expdest); in rmescapes()
6389 q = makestrspace(len * 2, expdest); in memtodest()
7472 expdest = makestrspace(NOPTS, expdest); in varvalue()