Searched refs:bb_copyfd_size (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dcopyfd.c70 off_t bb_copyfd_size(int fd1, int fd2, off_t size) function
80 off_t sz = bb_copyfd_size(fd1, fd2, size);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dftpgetput.c201 if (bb_copyfd_size(fd_data, fd_local, filesize) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h232 extern off_t bb_copyfd_size(int fd1, int fd2, off_t size);

Completed in 34 milliseconds