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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/editors/
H A Ddiff.c688 int fd_tmp = mkstemp(name); local
689 if (fd_tmp < 0)
692 if (bb_copyfd_eof(fd, fd_tmp) < 0)
696 fd = fd_tmp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/editors/
H A Ddiff.c688 int fd_tmp = mkstemp(name); local
689 if (fd_tmp < 0)
692 if (bb_copyfd_eof(fd, fd_tmp) < 0)
696 fd = fd_tmp;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/editors/
H A Ddiff.c688 int fd_tmp = mkstemp(name); local
689 if (fd_tmp < 0)
692 if (bb_copyfd_eof(fd, fd_tmp) < 0)
696 fd = fd_tmp;

Completed in 189 milliseconds