Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dash.c1605 stalloc(size_t nbytes) in stalloc() function
1640 return memset(stalloc(nbytes), 0, nbytes); in stzalloc()
1663 return memcpy(stalloc(len), p, len); in sstrdup()
1669 stalloc(len); in grabstackblock()
1747 char *p = stalloc(newlen); in growstackblock()
1841 #define grabstackstr(p) stalloc((char *)(p) - (char *)stackblock())
2960 p = stalloc(len); in cdcmd()
6285 r = stalloc(fulllen); in rmescapes()
10383 nargv = stalloc(sizeof(char *) * (argc + 2)); in evalcommand()
13573 return stalloc(len); in find_dot_file()
[all …]