fileno           6513 ext/nkf/nkf-utf8/nkf.c 			    || (fd_backup = dup(fileno(stdout))) < 0
fileno           6514 ext/nkf/nkf-utf8/nkf.c 			    || dup2(fd, fileno(stdout)) < 0
fileno           6569 ext/nkf/nkf-utf8/nkf.c 		    if (dup2(fd_backup, fileno(stdout)) < 0){
fileno             89 ext/nkf/nkf-utf8/nkf.h     fd = fileno(fp);
fileno             94 ext/nkf/nkf-utf8/nkf.h #define setbinmode(fp) setmode(fileno(fp), O_BINARY)
fileno             21 ext/openssl/ruby_missing.h #define FPTR_TO_FD(fptr) (fileno(GetReadFile(fptr)))
fileno            119 ext/readline/readline.c     FD_SET(fileno(rl_instream), &rset);
fileno            120 ext/readline/readline.c     rb_thread_select(fileno(rl_instream) + 1, &rset, NULL, NULL, NULL);
fileno            428 io.c           	rb_thread_wait_fd(fileno(fp));
fileno           4682 io.c               fd = fileno(fp);
fileno           5353 io.c                   fptr->fd = fileno(fptr->stdio_file);
fileno           5826 io.c               VALUE io = prep_io(fileno(f), fmode|FMODE_PREP, klass, path);
fileno           5949 io.c               if (fileno(stdin) == fd)
fileno           5951 io.c               else if (fileno(stdout) == fd)
fileno           5953 io.c               else if (fileno(stderr) == fd)
fileno           1794 win32/win32.c      if (fileno(stdin) < 0) {
fileno           1798 win32/win32.c  	setmode(fileno(stdin), O_BINARY);
fileno           1800 win32/win32.c      if (fileno(stdout) < 0) {
fileno           1804 win32/win32.c  	setmode(fileno(stdout), O_BINARY);
fileno           1806 win32/win32.c      if (fileno(stderr) < 0) {
fileno           1810 win32/win32.c  	setmode(fileno(stderr), O_BINARY);
fileno           3768 win32/win32.c  	if ((pos = _filelengthi64(fileno(stream))) == (off_t)-1)
fileno           4227 win32/win32.c      int fd = fileno(fp);