fdatasync         992 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_SYS (fdatasync, int, (int fd));
fdatasync         994 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (fdatasync, int, (int fd));
fdatasync         995 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (fdatasync);
fdatasync         999 maint/gnulib/lib/unistd.in.h _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - "
fdatasync          22 maint/gnulib/tests/test-fdatasync.c SIGNATURE_CHECK (fdatasync, int, (int));
fdatasync          38 maint/gnulib/tests/test-fdatasync.c     if (fdatasync (fd) != 0)
fdatasync          50 maint/gnulib/tests/test-fdatasync.c     ASSERT (fdatasync (-1) == -1);
fdatasync          56 maint/gnulib/tests/test-fdatasync.c     ASSERT (fdatasync (99) == -1);
fdatasync          63 maint/gnulib/tests/test-fdatasync.c   ASSERT (fdatasync (fd) == 0);
fdatasync          73 maint/gnulib/tests/test-fdatasync.c   ASSERT (fdatasync (fd) == -1);
fdatasync         109 maint/gnulib/tests/test-unistd-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::fdatasync, int, (int));