fileno 79 lib-src/hexl.c set_binary_mode (fileno (stdout), O_BINARY); fileno 112 lib-src/hexl.c set_binary_mode (fileno (stdin), O_BINARY); fileno 186 lib-src/make-docfile.c set_binary_mode (fileno (stdout), O_BINARY); fileno 99 lib-src/make-fingerprint.c if (!f || fstat (fileno (f), &st) != 0) fileno 75 lib-src/ntlib.h #ifndef fileno fileno 314 lib-src/update-game-score.c if (fstat (fileno (f), &st) != 0) fileno 394 lib/stdio.in.h _GL_CXXALIAS_MDA (fileno, int, (FILE *restrict stream)); fileno 396 lib/stdio.in.h _GL_CXXALIAS_SYS (fileno, int, (FILE *restrict stream)); fileno 398 lib/stdio.in.h _GL_CXXALIASWARN (fileno); fileno 391 nt/inc/ms-w32.h #ifndef fileno fileno 5898 src/dispnew.c get_tty_size (fileno (tty->input), &width, &height); fileno 694 src/dosfns.c fsync (fileno (tty->termscript)); fileno 6293 src/fileio.c return (set_binary_mode (fileno (fp), binmode) == O_BINARY) ? Qt : Qnil; fileno 1402 src/frame.c get_tty_size (fileno (FRAME_TTY (f)->input), &width, &height); fileno 3762 src/image.c if (fstat (fileno (fp), &st) == 0 fileno 9105 src/image.c if (fstat (fileno (fp), &st) == 0) fileno 7567 src/keyboard.c if (ioctl (fileno (tty->input), FIONREAD, &n_to_read) < 0) fileno 7581 src/keyboard.c fcntl (fileno (tty->input), F_SETFL, O_NONBLOCK); fileno 7594 src/keyboard.c nread = emacs_read (fileno (tty->input), (char *) cbuf, n_to_read); fileno 7613 src/keyboard.c fcntl (fileno (tty->input), F_SETFL, 0); fileno 11259 src/keyboard.c get_tty_size (fileno (CURTTY ()->input), &old_width, &old_height); fileno 11274 src/keyboard.c get_tty_size (fileno (CURTTY ()->input), &width, &height); fileno 3680 src/msdos.c stdin_stat = setmode (fileno (stdin), O_BINARY); fileno 3684 src/msdos.c return (setmode (fileno (stdin), O_BINARY) != -1); fileno 3707 src/msdos.c return (setmode (fileno (stdin), stdin_stat) != -1); fileno 83 src/sysdep.c #define STDERR_FILENO fileno(GetStdHandle(STD_ERROR_HANDLE)) fileno 379 src/sysdep.c emacs_get_tty (fileno (tty->input), &buf); fileno 380 src/sysdep.c emacs_set_tty (fileno (tty->input), &buf, 0); fileno 406 src/sysdep.c ioctl (fileno (CURTTY()->input), TIOCSTI, &c); fileno 1114 src/sysdep.c narrow_foreground_group (fileno (tty_out->input)); fileno 1119 src/sysdep.c emacs_get_tty (fileno (tty_out->input), tty_out->old_tty); fileno 1267 src/sysdep.c emacs_set_tty (fileno (tty_out->input), &tty, 0); fileno 1275 src/sysdep.c if (!tty_out->flow_control) ioctl (fileno (tty_out->input), TCXONC, 1); fileno 1279 src/sysdep.c if (!tty_out->flow_control) ioctl (fileno (tty_out->input), TIOCSTART, 0); fileno 1284 src/sysdep.c if (!tty_out->flow_control) tcflow (fileno (tty_out->input), TCOON); fileno 1291 src/sysdep.c old_fcntl_owner[fileno (tty_out->input)] = fileno 1292 src/sysdep.c fcntl (fileno (tty_out->input), F_GETOWN, 0); fileno 1293 src/sysdep.c fcntl (fileno (tty_out->input), F_SETOWN, getpid ()); fileno 1294 src/sysdep.c init_sigio (fileno (tty_out->input)); fileno 1529 src/sysdep.c while (tcdrain (fileno (tty_out->output)) != 0 && errno == EINTR) fileno 1536 src/sysdep.c reset_sigio (fileno (tty_out->input)); fileno 1537 src/sysdep.c fcntl (fileno (tty_out->input), F_SETOWN, fileno 1538 src/sysdep.c old_fcntl_owner[fileno (tty_out->input)]); fileno 1541 src/sysdep.c fcntl (fileno (tty_out->input), F_SETFL, fileno 1542 src/sysdep.c fcntl (fileno (tty_out->input), F_GETFL, 0) & ~O_NONBLOCK); fileno 1546 src/sysdep.c while (emacs_set_tty (fileno (tty_out->input), fileno 1554 src/sysdep.c widen_foreground_group (fileno (tty_out->input)); fileno 2299 src/term.c delete_keyboard_wait_descriptor (fileno (f)); fileno 2383 src/term.c get_tty_size (fileno (t->display_info.tty->input), &width, &height); fileno 2614 src/term.c Gpm_DrawPointer (event->x, event->y, fileno (tty->output)); fileno 4062 src/term.c add_keyboard_wait_descriptor (fileno (tty->input)); fileno 4277 src/term.c get_tty_size (fileno (tty->input), &width, &height); fileno 4281 src/term.c init_baud_rate (fileno (tty->input)); fileno 4327 src/term.c get_tty_size (fileno (tty->input), &width, &height); fileno 4433 src/term.c UseTabs (tty) = tabs_safe_p (fileno (tty->input)) && TabWidth (tty) == 8; fileno 4450 src/term.c init_baud_rate (fileno (tty->input)); fileno 4544 src/term.c delete_keyboard_wait_descriptor (fileno (tty->input)); fileno 561 src/terminal.c int fd = fileno (t->display_info.tty->output); fileno 7045 test/manual/etags/c-src/emacs/src/keyboard.c if (ioctl (fileno (tty->input), FIONREAD, &n_to_read) < 0) fileno 7059 test/manual/etags/c-src/emacs/src/keyboard.c fcntl (fileno (tty->input), F_SETFL, O_NONBLOCK); fileno 7074 test/manual/etags/c-src/emacs/src/keyboard.c nread = emacs_read (fileno (tty->input), (char *) cbuf, n_to_read); fileno 7109 test/manual/etags/c-src/emacs/src/keyboard.c fcntl (fileno (tty->input), F_SETFL, 0); fileno 10254 test/manual/etags/c-src/emacs/src/keyboard.c get_tty_size (fileno (CURTTY ()->input), &old_width, &old_height); fileno 10269 test/manual/etags/c-src/emacs/src/keyboard.c get_tty_size (fileno (CURTTY ()->input), &width, &height); fileno 1179 test/manual/etags/c-src/etags.c SET_BINARY (fileno (stdout));