Searched refs:xsendfile (Results 1 – 10 of 10) sorted by relevance
/external/toybox/toys/pending/ |
D | crontab.c | 218 xsendfile(fdin, 1); in do_list() 236 xsendfile(fdin, fdout); in update_crontab() 252 xsendfile(0, tfd); in do_replace() 280 xsendfile(srcfd, destfd); in do_edit()
|
D | more.c | 71 xsendfile(fd, 1); in do_cat_operation()
|
D | bootchartd.c | 61 xsendfile(rfd, wfd); in dump_data_in_file()
|
/external/toybox/toys/net/ |
D | ftpget.c | 182 lenl += xsendfile(port, ii); in ftpget_main() 191 lenr += xsendfile(ii, port); in ftpget_main()
|
/external/toybox/toys/posix/ |
D | tail.c | 88 xsendfile(fd, 1); in try_lseek()
|
D | cp.c | 273 xsendfile(fdin, fdout); in cp_node()
|
D | sed.c | 613 xsendfile(fd, TT.fdout); in process_line()
|
/external/toybox/lib/ |
D | lib.h | 214 long long xsendfile(int in, int out);
|
D | xwrap.c | 735 long long xsendfile(int in, int out) in xsendfile() function
|
D | lib.c | 677 xsendfile(fdin, fdout); in replace_tempfile()
|