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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dwget.c113 int output_fd = -1; local
221 output_fd = 1;
225 output_fd = open(fname_out, O_WRONLY);
226 if (output_fd >= 0) {
227 beg_range = xlseek(output_fd, 0, SEEK_END);
451 if (output_fd < 0)
452 output_fd = xopen(fname_out,
466 if (full_write(output_fd, buf, n) != n) {

Completed in 71 milliseconds