lseek             135 maint/gnulib/lib/af_alg.c                   if (lseek (fd, off, SEEK_SET) != (off_t)-1)
lseek              72 maint/gnulib/lib/fclose.c   if ((!freading (fp) || lseek (fileno (fp), 0, SEEK_CUR) != -1)
lseek             221 maint/gnulib/lib/fflush.c     pos = lseek (fileno (stream), pos, SEEK_SET);
lseek             115 maint/gnulib/lib/freadseek.c   if (fd >= 0 && lseek (fd, 0, SEEK_CUR) >= 0)
lseek              45 maint/gnulib/lib/fseeko.c   if (lseek (fileno (fp), 0, SEEK_CUR) == -1)
lseek             117 maint/gnulib/lib/fseeko.c       off_t pos = lseek (fileno (fp), offset, whence);
lseek             114 maint/gnulib/lib/ftello.c   if (lseek (fileno (fp), 0, SEEK_CUR) == -1)
lseek             130 maint/gnulib/lib/ftello.c       pos = lseek (fileno (fp), (off_t) 0, SEEK_CUR);
lseek             904 maint/gnulib/lib/getloadavg.c       if (lseek (channel, offset, 0) == -1L
lseek              69 maint/gnulib/lib/lseek.c   return lseek (fd, offset, whence);
lseek              24 maint/gnulib/lib/pread.c #define __libc_lseek(f,o,w) lseek (f, o, w)
lseek              27 maint/gnulib/lib/pwrite.c #define __libc_lseek(f,o,w) lseek (f, o, w)
lseek             247 maint/gnulib/lib/stackvma.c       if (lseek (fd, 0, SEEK_SET) < 0)
lseek            1666 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_RPL (lseek, off_t, (int fd, off_t offset, int whence));
lseek            1667 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_RPL (lseek, off_t, (int fd, off_t offset, int whence));
lseek            1673 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA (lseek, off_t, (int fd, off_t offset, int whence));
lseek            1675 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence));
lseek            1677 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (lseek);
lseek            1681 maint/gnulib/lib/unistd.in.h _GL_WARN_ON_USE (lseek, "lseek does not fail with ESPIPE on pipes on some "
lseek            1693 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA (lseek, long, (int fd, long offset, int whence));
lseek            1695 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (lseek, off_t, (int fd, off_t offset, int whence));
lseek            1697 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (lseek);
lseek             267 maint/gnulib/lib/vma-iter.c       if (lseek (fd, 0, SEEK_SET) < 0)
lseek              81 maint/gnulib/tests/nap.h       lseek (nap_fd, 0, SEEK_END);
lseek             182 maint/gnulib/tests/test-dup2.c   ASSERT (lseek (fd, 0, SEEK_END) == 0);
lseek             184 maint/gnulib/tests/test-dup2.c   ASSERT (lseek (fd, 0, SEEK_SET) == 0);
lseek             160 maint/gnulib/tests/test-dup3.c       ASSERT (lseek (fd, 0, SEEK_END) == 0);
lseek             162 maint/gnulib/tests/test-dup3.c       ASSERT (lseek (fd, 0, SEEK_SET) == 0);
lseek              48 maint/gnulib/tests/test-fclose.c   ASSERT (lseek (fd, 1, SEEK_SET) == 1);
lseek              60 maint/gnulib/tests/test-fclose.c   ASSERT (lseek (fd2, 0, SEEK_CUR) == -1);
lseek              62 maint/gnulib/tests/test-fclose.c   ASSERT (lseek (fd, 0, SEEK_CUR) == 2);
lseek              72 maint/gnulib/tests/test-fclose.c   ASSERT (lseek (fd2, 0, SEEK_CUR) == -1);
lseek              74 maint/gnulib/tests/test-fclose.c   ASSERT (lseek (fd, 0, SEEK_CUR) == 3);
lseek              65 maint/gnulib/tests/test-fflush.c   if (lseek (fd, 0, SEEK_CUR) == 5)
lseek              82 maint/gnulib/tests/test-fflush.c   if (lseek (fd, 0, SEEK_CUR) != 5)
lseek              85 maint/gnulib/tests/test-fflush.c                (long) lseek (fd, 0, SEEK_CUR));
lseek             107 maint/gnulib/tests/test-fflush.c   if (lseek (fd, 0, SEEK_CUR) == 6)
lseek             123 maint/gnulib/tests/test-fflush.c   if (lseek (fd, 0, SEEK_CUR) != 6)
lseek             126 maint/gnulib/tests/test-fflush.c                (long) lseek (fd, 0, SEEK_CUR));
lseek              43 maint/gnulib/tests/test-freadahead.c       if (lseek (0, 0, SEEK_CUR) == nbytes)
lseek              39 maint/gnulib/tests/test-freadptr.c   if (lseek (0, 0, SEEK_CUR) == nbytes)
lseek              53 maint/gnulib/tests/test-freadptr2.c       if (lseek (0, 0, SEEK_CUR) == nbytes)
lseek              24 maint/gnulib/tests/test-lseek.c SIGNATURE_CHECK (lseek, off_t, (int, off_t, int));
lseek              41 maint/gnulib/tests/test-lseek.c       ASSERT (lseek (0, (off_t)2, SEEK_SET) == 2);
lseek              42 maint/gnulib/tests/test-lseek.c       ASSERT (lseek (0, (off_t)-4, SEEK_CUR) == -1);
lseek              48 maint/gnulib/tests/test-lseek.c       ASSERT (lseek (0, (off_t)0, SEEK_CUR) == 2);
lseek              51 maint/gnulib/tests/test-lseek.c       ASSERT (lseek (0, (off_t)0, (SEEK_SET | SEEK_CUR | SEEK_END) + 1) == -1);
lseek              54 maint/gnulib/tests/test-lseek.c       ASSERT (lseek (1, (off_t)2, SEEK_SET) == 2);
lseek              56 maint/gnulib/tests/test-lseek.c       ASSERT (lseek (1, (off_t)-4, SEEK_CUR) == -1);
lseek              62 maint/gnulib/tests/test-lseek.c       ASSERT (lseek (1, (off_t)0, SEEK_CUR) == 2);
lseek              65 maint/gnulib/tests/test-lseek.c       ASSERT (lseek (1, (off_t)0, (SEEK_SET | SEEK_CUR | SEEK_END) + 1) == -1);
lseek              72 maint/gnulib/tests/test-lseek.c       ASSERT (lseek (0, (off_t)0, SEEK_CUR) == -1);
lseek              75 maint/gnulib/tests/test-lseek.c       ASSERT (lseek (1, (off_t)0, SEEK_CUR) == -1);
lseek              86 maint/gnulib/tests/test-lseek.c       ASSERT (lseek (0, (off_t)0, SEEK_CUR) == -1);
lseek              90 maint/gnulib/tests/test-lseek.c       ASSERT (lseek (1, (off_t)0, SEEK_CUR) == -1);
lseek              95 maint/gnulib/tests/test-lseek.c       ASSERT (lseek (-1, (off_t)0, SEEK_CUR) == -1);
lseek             100 maint/gnulib/tests/test-lseek.c       ASSERT (lseek (99, (off_t)0, SEEK_CUR) == -1);
lseek              55 maint/gnulib/tests/test-pread.c       off_t init_pos = lseek (fd, pos, SEEK_SET);
lseek              63 maint/gnulib/tests/test-pread.c           ASSERT (lseek (fd, 0, SEEK_CUR) == init_pos);
lseek              53 maint/gnulib/tests/test-pwrite.c   init_pos = lseek (fd, pos, SEEK_SET);
lseek              60 maint/gnulib/tests/test-pwrite.c       ASSERT (lseek (fd, 0, SEEK_CUR) == init_pos);
lseek              45 maint/gnulib/tests/test-read.c   ASSERT (lseek (fd, 6, SEEK_SET) == 6);
lseek              48 maint/gnulib/tests/test-truncate.c     ASSERT (lseek (fd, 0, SEEK_END) == 5);
lseek              57 maint/gnulib/tests/test-truncate.c     ASSERT (lseek (fd, 0, SEEK_END) == 314159);
lseek              66 maint/gnulib/tests/test-truncate.c     ASSERT (lseek (fd, 0, SEEK_END) == 3);
lseek              75 maint/gnulib/tests/test-truncate.c     ASSERT (lseek (fd, 0, SEEK_END) == 0);
lseek             194 maint/gnulib/tests/test-unistd-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::lseek, off_t, (int, off_t, int));
lseek              45 maint/gnulib/tests/test-write.c   ASSERT (lseek (fd, 6, SEEK_SET) == 6);