Lines Matching defs:output_fd
95 int output_fd;
316 state.output_fd = open_log(state.output_filename);
317 if (state.output_fd == -1) {
495 if (state->log_reopen && state->output_fd >= 0) {
589 if (state->log_reopen && state->output_fd >= 0) {
747 if (state->output_fd != -1) {
748 if (write(state->output_fd, buf, len) == -1)
753 state->output_fd == -1) {
771 if (state->output_fd >= 0) {
772 close(state->output_fd);
774 state->output_fd = outfd;
805 .output_fd = -1,
820 if (state->output_fd >= 0) {
821 close(state->output_fd);