SEEK_END 443 lib/common/io.c if ((fp == NULL) || (fseek(fp, 0L, SEEK_END) < 0)) { SEEK_END 191 lib/services/services_nagios.c fseek(file_strm, 0L, SEEK_END); SEEK_END 65 maint/gnulib/lib/unistd.in.h #if (!(defined SEEK_CUR && defined SEEK_END && defined SEEK_SET) \ SEEK_END 81 maint/gnulib/tests/nap.h lseek (nap_fd, 0, SEEK_END); SEEK_END 182 maint/gnulib/tests/test-dup2.c ASSERT (lseek (fd, 0, SEEK_END) == 0); SEEK_END 160 maint/gnulib/tests/test-dup3.c ASSERT (lseek (fd, 0, SEEK_END) == 0); SEEK_END 29 maint/gnulib/tests/test-fcntl-h.c int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET }; SEEK_END 46 maint/gnulib/tests/test-fcntl-h.c case SEEK_END: SEEK_END 101 maint/gnulib/tests/test-fpurge.c if (fseek (fp, -1, SEEK_END)) SEEK_END 67 maint/gnulib/tests/test-freadable.c if (fseek (fp, 0, SEEK_END)) SEEK_END 95 maint/gnulib/tests/test-freadable.c if (fseek (fp, 0, SEEK_END)) SEEK_END 59 maint/gnulib/tests/test-freading.c ASSERT (fseek (fp, 0, SEEK_END) == 0); SEEK_END 84 maint/gnulib/tests/test-freading.c ASSERT (fseek (fp, 0, SEEK_END) == 0); SEEK_END 115 maint/gnulib/tests/test-freading.c ASSERT (fseek (fp, 0, SEEK_END) == 0); SEEK_END 62 maint/gnulib/tests/test-fseek.c ASSERT (fseek (stdin, 0, SEEK_END) == 0); SEEK_END 66 maint/gnulib/tests/test-fseek.c ASSERT (fseek (stdin, 0, SEEK_END) == 0); SEEK_END 66 maint/gnulib/tests/test-fseeko.c ASSERT (fseeko (stdin, 0, SEEK_END) == 0); SEEK_END 70 maint/gnulib/tests/test-fseeko.c ASSERT (fseeko (stdin, 0, SEEK_END) == 0); SEEK_END 41 maint/gnulib/tests/test-fseeko3.c ASSERT (fseeko (fp, 0, SEEK_END) == 0); SEEK_END 38 maint/gnulib/tests/test-fseeko4.c ASSERT (fseeko (fp, 0, SEEK_END) == 0); SEEK_END 54 maint/gnulib/tests/test-fseeko4.c ASSERT (fseeko (fp, 0, SEEK_END) == -1); SEEK_END 66 maint/gnulib/tests/test-fseeko4.c ASSERT (fseeko (fp, 0, SEEK_END) == -1); SEEK_END 100 maint/gnulib/tests/test-ftell.c ASSERT (fseek (stdin, 0, SEEK_END) == 0); SEEK_END 102 maint/gnulib/tests/test-ftell.c ASSERT (fseek (stdin, 10, SEEK_END) == 0); SEEK_END 50 maint/gnulib/tests/test-ftell3.c if (fseek (fp, -1, SEEK_END)) SEEK_END 110 maint/gnulib/tests/test-ftello.c ASSERT (fseek (stdin, 0, SEEK_END) == 0); SEEK_END 112 maint/gnulib/tests/test-ftello.c ASSERT (fseek (stdin, 10, SEEK_END) == 0); SEEK_END 50 maint/gnulib/tests/test-ftello3.c if (fseek (fp, -1, SEEK_END)) SEEK_END 67 maint/gnulib/tests/test-fwritable.c if (fseek (fp, 0, SEEK_END)) SEEK_END 95 maint/gnulib/tests/test-fwritable.c if (fseek (fp, 0, SEEK_END)) SEEK_END 67 maint/gnulib/tests/test-fwriting.c if (fseek (fp, 0, SEEK_END)) SEEK_END 100 maint/gnulib/tests/test-fwriting.c if (fseek (fp, 0, SEEK_END)) SEEK_END 140 maint/gnulib/tests/test-fwriting.c if (fseek (fp, 0, SEEK_END)) SEEK_END 51 maint/gnulib/tests/test-lseek.c ASSERT (lseek (0, (off_t)0, (SEEK_SET | SEEK_CUR | SEEK_END) + 1) == -1); SEEK_END 65 maint/gnulib/tests/test-lseek.c ASSERT (lseek (1, (off_t)0, (SEEK_SET | SEEK_CUR | SEEK_END) + 1) == -1); SEEK_END 26 maint/gnulib/tests/test-stdio.c int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET }; SEEK_END 48 maint/gnulib/tests/test-truncate.c ASSERT (lseek (fd, 0, SEEK_END) == 5); SEEK_END 57 maint/gnulib/tests/test-truncate.c ASSERT (lseek (fd, 0, SEEK_END) == 314159); SEEK_END 66 maint/gnulib/tests/test-truncate.c ASSERT (lseek (fd, 0, SEEK_END) == 3); SEEK_END 75 maint/gnulib/tests/test-truncate.c ASSERT (lseek (fd, 0, SEEK_END) == 0); SEEK_END 30 maint/gnulib/tests/test-unistd.c int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET };