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 312 lib-src/update-game-score.c if (fstat (fileno (f), &st) != 0) fileno 456 lib/stdio.in.h _GL_CXXALIAS_MDA (fileno, int, (FILE *restrict stream)); fileno 458 lib/stdio.in.h _GL_CXXALIAS_SYS (fileno, int, (FILE *restrict stream)); fileno 460 lib/stdio.in.h _GL_CXXALIASWARN (fileno); fileno 391 nt/inc/ms-w32.h #ifndef fileno fileno 6965 src/androidvfs.c fd = fileno (stream); fileno 5952 src/dispnew.c get_tty_size (fileno (tty->input), &width, &height); fileno 694 src/dosfns.c fsync (fileno (tty->termscript)); fileno 6381 src/fileio.c return (set_binary_mode (fileno (fp), binmode) == O_BINARY) ? Qt : Qnil; fileno 1422 src/frame.c get_tty_size (fileno (FRAME_TTY (f)->input), &width, &height); fileno 4291 src/image.c if (sys_fstat (fileno (fp), &st) == 0 fileno 7923 src/keyboard.c if (ioctl (fileno (tty->input), FIONREAD, &n_to_read) < 0) fileno 7937 src/keyboard.c fcntl (fileno (tty->input), F_SETFL, O_NONBLOCK); fileno 7950 src/keyboard.c nread = emacs_read (fileno (tty->input), (char *) cbuf, n_to_read); fileno 7969 src/keyboard.c fcntl (fileno (tty->input), F_SETFL, 0); fileno 11798 src/keyboard.c get_tty_size (fileno (CURTTY ()->input), &old_width, &old_height); fileno 11813 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 387 src/sysdep.c emacs_get_tty (fileno (tty->input), &buf); fileno 388 src/sysdep.c emacs_set_tty (fileno (tty->input), &buf, 0); fileno 414 src/sysdep.c ioctl (fileno (CURTTY()->input), TIOCSTI, &c); fileno 1129 src/sysdep.c narrow_foreground_group (fileno (tty_out->input)); fileno 1134 src/sysdep.c emacs_get_tty (fileno (tty_out->input), tty_out->old_tty); fileno 1282 src/sysdep.c emacs_set_tty (fileno (tty_out->input), &tty, 0); fileno 1290 src/sysdep.c if (!tty_out->flow_control) ioctl (fileno (tty_out->input), TCXONC, 1); fileno 1294 src/sysdep.c if (!tty_out->flow_control) ioctl (fileno (tty_out->input), TIOCSTART, 0); fileno 1299 src/sysdep.c if (!tty_out->flow_control) tcflow (fileno (tty_out->input), TCOON); fileno 1306 src/sysdep.c old_fcntl_owner[fileno (tty_out->input)] = fileno 1307 src/sysdep.c fcntl (fileno (tty_out->input), F_GETOWN, 0); fileno 1308 src/sysdep.c fcntl (fileno (tty_out->input), F_SETOWN, getpid ()); fileno 1309 src/sysdep.c init_sigio (fileno (tty_out->input)); fileno 1546 src/sysdep.c while (tcdrain (fileno (tty_out->output)) != 0 && errno == EINTR) fileno 1553 src/sysdep.c reset_sigio (fileno (tty_out->input)); fileno 1554 src/sysdep.c fcntl (fileno (tty_out->input), F_SETOWN, fileno 1555 src/sysdep.c old_fcntl_owner[fileno (tty_out->input)]); fileno 1558 src/sysdep.c fcntl (fileno (tty_out->input), F_SETFL, fileno 1559 src/sysdep.c fcntl (fileno (tty_out->input), F_GETFL, 0) & ~O_NONBLOCK); fileno 1563 src/sysdep.c while (emacs_set_tty (fileno (tty_out->input), fileno 1571 src/sysdep.c widen_foreground_group (fileno (tty_out->input)); fileno 2353 src/term.c delete_keyboard_wait_descriptor (fileno (f)); fileno 2444 src/term.c get_tty_size (fileno (t->display_info.tty->input), &width, &height); fileno 2682 src/term.c Gpm_DrawPointer (event->x, event->y, fileno (tty->output)); fileno 4151 src/term.c add_keyboard_wait_descriptor (fileno (tty->input)); fileno 4366 src/term.c get_tty_size (fileno (tty->input), &width, &height); fileno 4370 src/term.c init_baud_rate (fileno (tty->input)); fileno 4416 src/term.c get_tty_size (fileno (tty->input), &width, &height); fileno 4522 src/term.c UseTabs (tty) = tabs_safe_p (fileno (tty->input)) && TabWidth (tty) == 8; fileno 4539 src/term.c init_baud_rate (fileno (tty->input)); fileno 4641 src/term.c delete_keyboard_wait_descriptor (fileno (tty->input)); fileno 563 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));