pwrite           1794 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_RPL (pwrite, ssize_t,
pwrite           1797 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_RPL (pwrite, ssize_t,
pwrite           1801 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_SYS (pwrite, ssize_t,
pwrite           1805 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (pwrite, ssize_t,
pwrite           1808 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (pwrite);
pwrite           1812 maint/gnulib/lib/unistd.in.h _GL_WARN_ON_USE (pwrite, "pwrite is unportable - "
pwrite             22 maint/gnulib/tests/test-pwrite.c SIGNATURE_CHECK (pwrite, ssize_t, (int, const void *, size_t, off_t));
pwrite             59 maint/gnulib/tests/test-pwrite.c       ASSERT (pwrite (fd, &byte, 1, i) == 1);
pwrite             66 maint/gnulib/tests/test-pwrite.c     ASSERT (pwrite (fd, &byte, 1, (off_t) -1) == -1);
pwrite             84 maint/gnulib/tests/test-pwrite.c     ASSERT (pwrite (-1, &byte, 1, 0) == -1);
pwrite             91 maint/gnulib/tests/test-pwrite.c     ASSERT (pwrite (99, &byte, 1, 0) == -1);
pwrite            211 maint/gnulib/tests/test-unistd-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::pwrite, ssize_t,