fileno 501 lib/common/io.c if (fsync(fileno(fp)) < 0) { fileno 260 lib/common/logging.c int logfd = fileno(logfile); fileno 1248 lib/common/xml.c if (fsync(fileno(stream)) < 0 && errno != EROFS && errno != EINVAL) { fileno 113 maint/gnulib/lib/af_alg.c int fd = fileno (stream); fileno 102 maint/gnulib/lib/clean-temp.c if (fileno (fp) != element->fd) fileno 618 maint/gnulib/lib/clean-temp.c int fd = fileno (fp); fileno 752 maint/gnulib/lib/clean-temp.c int fd = fileno (fp); fileno 164 maint/gnulib/lib/error.c stdout_fd = fileno (stdout); fileno 65 maint/gnulib/lib/fclose.c fd = fileno (fp); fileno 72 maint/gnulib/lib/fclose.c if ((!freading (fp) || lseek (fileno (fp), 0, SEEK_CUR) != -1) fileno 221 maint/gnulib/lib/fflush.c pos = lseek (fileno (stream), pos, SEEK_SET); fileno 37 maint/gnulib/lib/fopen-safer.c int fd = fileno (fp); fileno 114 maint/gnulib/lib/freadseek.c fd = fileno (fp); fileno 69 maint/gnulib/lib/freopen-safer.c switch (fileno (f)) fileno 75 maint/gnulib/lib/freopen.c int fd = fileno (result); fileno 45 maint/gnulib/lib/fseeko.c if (lseek (fileno (fp), 0, SEEK_CUR) == -1) fileno 117 maint/gnulib/lib/fseeko.c off_t pos = lseek (fileno (fp), offset, whence); fileno 68 maint/gnulib/lib/fseterr.c fd = fileno (fp); fileno 114 maint/gnulib/lib/ftello.c if (lseek (fileno (fp), 0, SEEK_CUR) == -1) fileno 130 maint/gnulib/lib/ftello.c pos = lseek (fileno (fp), (off_t) 0, SEEK_CUR); fileno 120 maint/gnulib/lib/getpass.c if (tcgetattr (fileno (in), &t) == 0) fileno 126 maint/gnulib/lib/getpass.c tty_changed = (tcsetattr (fileno (in), TCSAFLUSH | TCSASOFT, &t) == 0); fileno 170 maint/gnulib/lib/getpass.c tcsetattr (fileno (in), TCSAFLUSH | TCSASOFT, &s); fileno 62 maint/gnulib/lib/read-file.c if (fstat (fileno (stream), &st) >= 0 && S_ISREG (st.st_mode)) fileno 62 maint/gnulib/lib/stdio-read.c int fd = fileno (stream); \ fileno 58 maint/gnulib/lib/stdio-write.c int fd = fileno (stream); \ fileno 87 maint/gnulib/lib/stdio-write.c int fd = fileno (stream); \ fileno 394 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_MDA (fileno, int, (FILE *restrict stream)); fileno 396 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_SYS (fileno, int, (FILE *restrict stream)); fileno 398 maint/gnulib/lib/stdio.in.h _GL_CXXALIASWARN (fileno); fileno 108 maint/gnulib/lib/textstyle.in.h int fd = fileno (stream); fileno 41 maint/gnulib/lib/tmpfile-safer.c int fd = fileno (fp); fileno 41 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%ju %d\n", (uintmax_t) 12345671, 33, 44, 55); fileno 43 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%zu %d\n", (size_t) 12345672, 33, 44, 55); fileno 45 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%tu %d\n", (ptrdiff_t) 12345673, 33, 44, 55); fileno 51 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%a %d\n", 0.0, 33, 44, 55); fileno 54 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%a %d\n", Infinityd (), 33, 44, 55); fileno 57 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%a %d\n", - Infinityd (), 33, 44, 55); fileno 60 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%010a %d\n", Infinityd (), 33, 44, 55); fileno 65 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%f %d\n", 12.75, 33, 44, 55); fileno 68 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%f %d\n", 1234567.0, 33, 44, 55); fileno 71 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%f %d\n", -0.03125, 33, 44, 55); fileno 74 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%f %d\n", 0.0, 33, 44, 55); fileno 77 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%015f %d\n", 1234.0, 33, 44, 55); fileno 80 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%.f %d\n", 1234.0, 33, 44, 55); fileno 83 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%.2f %d\n", 999.95, 33, 44, 55); fileno 86 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%.2f %d\n", 999.996, 33, 44, 55); fileno 89 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%Lf %d\n", 12.75L, 33, 44, 55); fileno 92 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%Lf %d\n", 1234567.0L, 33, 44, 55); fileno 95 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%Lf %d\n", -0.03125L, 33, 44, 55); fileno 98 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%Lf %d\n", 0.0L, 33, 44, 55); fileno 101 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%015Lf %d\n", 1234.0L, 33, 44, 55); fileno 104 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%.Lf %d\n", 1234.0L, 33, 44, 55); fileno 107 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%.2Lf %d\n", 999.95L, 33, 44, 55); fileno 110 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%.2Lf %d\n", 999.996L, 33, 44, 55); fileno 115 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%F %d\n", 12.75, 33, 44, 55); fileno 118 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%F %d\n", 1234567.0, 33, 44, 55); fileno 121 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%F %d\n", -0.03125, 33, 44, 55); fileno 124 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%F %d\n", 0.0, 33, 44, 55); fileno 127 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%015F %d\n", 1234.0, 33, 44, 55); fileno 130 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%.F %d\n", 1234.0, 33, 44, 55); fileno 133 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%.2F %d\n", 999.95, 33, 44, 55); fileno 136 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%.2F %d\n", 999.996, 33, 44, 55); fileno 139 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%LF %d\n", 12.75L, 33, 44, 55); fileno 142 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%LF %d\n", 1234567.0L, 33, 44, 55); fileno 145 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%LF %d\n", -0.03125L, 33, 44, 55); fileno 148 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%LF %d\n", 0.0L, 33, 44, 55); fileno 151 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%015LF %d\n", 1234.0L, 33, 44, 55); fileno 154 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%.LF %d\n", 1234.0L, 33, 44, 55); fileno 157 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%.2LF %d\n", 999.95L, 33, 44, 55); fileno 160 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%.2LF %d\n", 999.996L, 33, 44, 55); fileno 164 maint/gnulib/tests/test-dprintf-posix.c my_dprintf (fileno (stdout), "%2$d %1$d\n", 33, 55); fileno 53 maint/gnulib/tests/test-fflush.c fd = fileno (f); fileno 155 maint/gnulib/tests/test-fflush.c ASSERT (close (fileno (fp)) == 0); fileno 60 maint/gnulib/tests/test-fgetc.c ASSERT (close (fileno (fp)) == 0); fileno 50 maint/gnulib/tests/test-fopen-gnu.c fd = fileno (f); fileno 60 maint/gnulib/tests/test-fopen-gnu.c fd = fileno (f); fileno 52 maint/gnulib/tests/test-fputc.c ASSERT (close (fileno (fp)) == 0); fileno 61 maint/gnulib/tests/test-fread.c ASSERT (close (fileno (fp)) == 0); fileno 50 maint/gnulib/tests/test-freopen-safer.c ASSERT (STDERR_FILENO < fileno (tmp)); fileno 52 maint/gnulib/tests/test-freopen-safer.c ASSERT (fileno (tmp) < fileno (fp)); fileno 58 maint/gnulib/tests/test-freopen-safer.c ASSERT (STDERR_FILENO < fileno (fp)); fileno 61 maint/gnulib/tests/test-freopen-safer.c ASSERT (STDIN_FILENO == fileno (stdin)); fileno 64 maint/gnulib/tests/test-freopen-safer.c ASSERT (STDOUT_FILENO == fileno (stdout)); fileno 67 maint/gnulib/tests/test-freopen-safer.c ASSERT (STDERR_FILENO == fileno (stderr)); fileno 73 maint/gnulib/tests/test-freopen-safer.c ASSERT (STDOUT_FILENO == fileno (stdout)); fileno 76 maint/gnulib/tests/test-freopen-safer.c ASSERT (STDERR_FILENO == fileno (stderr)); fileno 79 maint/gnulib/tests/test-freopen-safer.c ASSERT (STDERR_FILENO < fileno (fp)); fileno 85 maint/gnulib/tests/test-freopen-safer.c ASSERT (STDERR_FILENO == fileno (stderr)); fileno 88 maint/gnulib/tests/test-freopen-safer.c ASSERT (STDERR_FILENO < fileno (fp)); fileno 94 maint/gnulib/tests/test-freopen-safer.c ASSERT (STDERR_FILENO < fileno (fp)); fileno 48 maint/gnulib/tests/test-freopen.c ASSERT (close (fileno (fp)) == 0); fileno 40 maint/gnulib/tests/test-fseeko4.c ASSERT (close (fileno (fp)) == 0); fileno 37 maint/gnulib/tests/test-ftello4.c ASSERT (close (fileno (fp)) == 0); fileno 53 maint/gnulib/tests/test-fwrite.c ASSERT (close (fileno (fp)) == 0); fileno 102 maint/gnulib/tests/test-perror2.c ASSERT (ftruncate (fileno (stderr), 0) == 0); fileno 50 maint/gnulib/tests/test-popen-safer.c ASSERT (STDERR_FILENO < fileno (fp)); fileno 57 maint/gnulib/tests/test-popen-safer.c ASSERT (STDERR_FILENO < fileno (fp)); fileno 64 maint/gnulib/tests/test-popen-safer.c ASSERT (STDERR_FILENO < fileno (fp)); fileno 71 maint/gnulib/tests/test-popen-safer.c ASSERT (STDERR_FILENO < fileno (fp)); fileno 42 maint/gnulib/tests/test-vdprintf-posix.c ret = vdprintf (fileno (fp), format, args);