whence 26 maint/gnulib/lib/fseek.c fseek (FILE *fp, long offset, int whence) whence 29 maint/gnulib/lib/fseek.c return fseeko (fp, (off_t)offset, whence); whence 28 maint/gnulib/lib/fseeko.c fseeko (FILE *fp, off_t offset, int whence) whence 117 maint/gnulib/lib/fseeko.c off_t pos = lseek (fileno (fp), offset, whence); whence 163 maint/gnulib/lib/fseeko.c return fseeko (fp, offset, whence); whence 40 maint/gnulib/lib/lseek.c rpl_lseek (int fd, off_t offset, int whence) whence 56 maint/gnulib/lib/lseek.c if (whence == SEEK_DATA) whence 71 maint/gnulib/lib/lseek.c whence = SEEK_SET; whence 85 maint/gnulib/lib/lseek.c return _lseeki64 (fd, offset, whence); whence 87 maint/gnulib/lib/lseek.c return lseek (fd, offset, whence); whence 657 maint/gnulib/lib/stdio.in.h _GL_FUNCDECL_RPL (fseek, int, (FILE *fp, long offset, int whence) whence 659 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_RPL (fseek, int, (FILE *fp, long offset, int whence)); whence 661 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_SYS (fseek, int, (FILE *fp, long offset, int whence)); whence 680 maint/gnulib/lib/stdio.in.h _GL_FUNCDECL_RPL (fseeko, int, (FILE *fp, off_t offset, int whence) whence 682 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_RPL (fseeko, int, (FILE *fp, off_t offset, int whence)); whence 685 maint/gnulib/lib/stdio.in.h _GL_FUNCDECL_SYS (fseeko, int, (FILE *fp, off_t offset, int whence) whence 688 maint/gnulib/lib/stdio.in.h _GL_CXXALIAS_SYS (fseeko, int, (FILE *fp, off_t offset, int whence)); whence 1666 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_RPL (lseek, off_t, (int fd, off_t offset, int whence)); whence 1667 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_RPL (lseek, off_t, (int fd, off_t offset, int whence)); whence 1673 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA (lseek, off_t, (int fd, off_t offset, int whence)); whence 1675 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence)); whence 1693 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA (lseek, long, (int fd, long offset, int whence)); whence 1695 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence));