Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c1023 o_string x_mode_buf; member
3007 o_addchr(&G.x_mode_buf, ch); in x_mode_addchr()
3011 o_addstr(&G.x_mode_buf, str); in x_mode_addstr()
3015 o_addblock(&G.x_mode_buf, str, len); in x_mode_addblock()
3024 int len = G.x_mode_buf.length; in x_mode_flush()
3028 G.x_mode_buf.data[len] = '\n'; in x_mode_flush()
3029 full_write(G.x_mode_fd, G.x_mode_buf.data, len + 1); in x_mode_flush()
3031 G.x_mode_buf.length = 0; in x_mode_flush()