fsync 412 lib/common/io.c if (fsync(fd) < 0) { fsync 501 lib/common/io.c if (fsync(fileno(fp)) < 0) { fsync 1247 lib/common/xml.c if (fsync(fileno(stream)) < 0 && errno != EROFS && errno != EINVAL) { fsync 26 maint/gnulib/lib/fdatasync.c return fsync (fd); fsync 112 maint/gnulib/lib/textstyle.in.h fsync (fd); fsync 1011 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_SYS (fsync, int, (int fd)); fsync 1013 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (fsync, int, (int fd)); fsync 1014 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (fsync); fsync 1018 maint/gnulib/lib/unistd.in.h _GL_WARN_ON_USE (fsync, "fsync is unportable - " fsync 212 maint/gnulib/lib/utimens.c fsync (fd); fsync 22 maint/gnulib/tests/test-fsync.c SIGNATURE_CHECK (fsync, int, (int)); fsync 38 maint/gnulib/tests/test-fsync.c if (fsync (fd) != 0) fsync 50 maint/gnulib/tests/test-fsync.c ASSERT (fsync (-1) == -1); fsync 56 maint/gnulib/tests/test-fsync.c ASSERT (fsync (99) == -1); fsync 63 maint/gnulib/tests/test-fsync.c ASSERT (fsync (fd) == 0); fsync 76 maint/gnulib/tests/test-fsync.c ASSERT (fsync (fd) == 0); fsync 113 maint/gnulib/tests/test-unistd-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::fsync, int, (int));