Home
last modified time | relevance | path

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

/xen/tools/console/daemon/
A Dio.c248 char buf_replaced[1024]; in write_all() local
251 if (len > sizeof(buf_replaced)) in write_all()
252 this_round = sizeof(buf_replaced); in write_all()
255 do_replace_escape(buf, buf_replaced, this_round); in write_all()
256 ret = write(fd, buf_replaced, this_round); in write_all()

Completed in 10 milliseconds