Searched refs:xsendfile (Results 1 – 13 of 13) sorted by relevance
/third_party/toybox/toys/pending/ |
D | crontab.c | 221 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()
|
D | more.c | 84 xsendfile(fd, 1); in do_cat_operation()
|
D | bootchartd.c | 45 xsendfile(rfd, wfd);
|
D | diff.c | 191 xsendfile(0, tmpfd); in read_stdin()
|
/third_party/toybox/toys/net/ |
D | ftpget.c | 251 lenl += xsendfile(port, ii); in ftpget_main() 263 lenr += xsendfile(ii, port); in ftpget_main()
|
/third_party/toybox/toys/posix/ |
D | tail.c | 80 xsendfile(fd, 1); in try_lseek()
|
D | cp.c | 275 xsendfile(fdin, fdout); in cp_node()
|
D | sed.c | 641 xsendfile(fd, TT.fdout); in sed_line()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | cp.c | 248 xsendfile(fdin, fdout); in cp_node()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 246 long long xsendfile(int in, int out);
|
/third_party/toybox/lib/ |
D | lib.h | 254 long long xsendfile(int in, int out);
|
D | xwrap.c | 843 long long xsendfile(int in, int out) in xsendfile() function
|
D | lib.c | 802 xsendfile(fdin, fdout); in replace_tempfile()
|