Searched refs:buf_replaced (Results 1 – 1 of 1) sorted by relevance
248 char buf_replaced[1024]; in write_all() local251 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