Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c2945 static void o_grow_by(o_string *o, int len) in o_grow_by() function
2964 o_grow_by(o, 1); in o_addchr()
2979 o_grow_by(o, len); in o_addblock()
3064 o_grow_by(o, sz); in o_addqchr()
3084 o_grow_by(o, sz); in o_addQchr()
3111 o_grow_by(o, sz); in o_addqblock()
7105 o_grow_by(output, 1); in expand_vars_to_list()