Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dcrontab.c221 xsendfile(fdin, 1); in do_list()
239 xsendfile(fdin, fdout); in update_crontab()
255 xsendfile(0, tfd); in do_replace()
283 xsendfile(srcfd, destfd); in do_edit()
Dmore.c84 xsendfile(fd, 1); in do_cat_operation()
Dbootchartd.c45 xsendfile(rfd, wfd);
Ddiff.c191 xsendfile(0, tmpfd); in read_stdin()
/third_party/toybox/toys/net/
Dftpget.c251 lenl += xsendfile(port, ii); in ftpget_main()
263 lenr += xsendfile(ii, port); in ftpget_main()
/third_party/toybox/toys/posix/
Dtail.c80 xsendfile(fd, 1); in try_lseek()
Dcp.c275 xsendfile(fdin, fdout); in cp_node()
Dsed.c641 xsendfile(fd, TT.fdout); in sed_line()
/third_party/toybox/porting/liteos_a/toys/posix/
Dcp.c248 xsendfile(fdin, fdout); in cp_node()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h246 long long xsendfile(int in, int out);
/third_party/toybox/lib/
Dlib.h254 long long xsendfile(int in, int out);
Dxwrap.c843 long long xsendfile(int in, int out) in xsendfile() function
Dlib.c802 xsendfile(fdin, fdout); in replace_tempfile()