Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dcrontab.c218 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()
Dmore.c71 xsendfile(fd, 1); in do_cat_operation()
Dbootchartd.c61 xsendfile(rfd, wfd); in dump_data_in_file()
/external/toybox/toys/net/
Dftpget.c182 lenl += xsendfile(port, ii); in ftpget_main()
191 lenr += xsendfile(ii, port); in ftpget_main()
/external/toybox/toys/posix/
Dtail.c88 xsendfile(fd, 1); in try_lseek()
Dcp.c273 xsendfile(fdin, fdout); in cp_node()
Dsed.c613 xsendfile(fd, TT.fdout); in process_line()
/external/toybox/lib/
Dlib.h214 long long xsendfile(int in, int out);
Dxwrap.c735 long long xsendfile(int in, int out) in xsendfile() function
Dlib.c677 xsendfile(fdin, fdout); in replace_tempfile()