Searched refs:output_fd (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/tnf/tnfxtract/ |
H A D | tnfxtract.c | 69 static int output_fd; variable 98 if (lseek(output_fd, offset, SEEK_SET) < 0) { in writeout() 102 if (write(output_fd, addr, size) != size) { in writeout() 279 output_fd = open(outfile, O_WRONLY | O_CREAT | O_TRUNC, 0600); in main() 280 if (output_fd < 0) { in main()
|
/titanic_44/usr/src/lib/libtecla/common/ |
H A D | getline.c | 378 int output_fd; /* The file descriptor to write to */ member 1763 gl->output_fd = -1; in new_GetLine() 3740 tcflow(gl->output_fd, TCOOFF); in KT_KEY_FN() 3749 tcflow(gl->output_fd, TCOON); in KT_KEY_FN() 5143 if(ioctl(gl->output_fd, TIOCGWINSZ, &size) == 0 && in gl_query_size() 5910 gl->output_fd = fileno(output_fp); in _gl_change_terminal() 5929 is_term = isatty(gl->input_fd) && isatty(gl->output_fd); in _gl_change_terminal() 6875 int nnew = write(gl->output_fd, s, n-ndone); in GL_WRITE_FN() 10740 gl_nonblocking_io(gl, gl->output_fd) || 10824 gl_blocking_io(gl, gl->output_fd) || [all …]
|