Searched refs:fsync (Results 1 - 25 of 105) sorted by relevance

12345

/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dfsync.c28 NoN(fsync)
39 fsync(int fd)
/macosx-10.10/BerkeleyDB-21/db/os/
H A Dos_fsync.c16 #define fsync(fd) __vx_fsync(fd) macro
36 #define fsync(fd) __mpe_fsync(fd) macro
85 * back to regular fsync on other filesystems.
88 RETRY_CHK((fsync(fhp->fd)), ret);
94 RETRY_CHK((fsync(fhp->fd)), ret);
99 __db_syserr(env, ret, "fsync");
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dbigfile002.tcl40 error_check_good fsync [$file fsync] 0
/macosx-10.10/emacs-93/emacs/src/s/
H A Drtu.h128 /* The "fsync" call on RTU versions 3.0 and 3.1 is badly broken!
132 #define fsync(x) 0 /* "Comment out" fsync calls */
131 #define fsync macro
/macosx-10.10/uucp-11/uucp/unix/
H A Dsync.c34 if (fsync (o) < 0)
36 ulog (LOG_ERROR, "%s: fsync: %s", zmsg, strerror (errno));
/macosx-10.10/Libsystem-1213/
H A DCompatibilityHacks.c42 SYM(fsync); variable
/macosx-10.10/dcerpc-61/dcerpc/rpcd/
H A Ddsm_unix.c110 return (fsync(fd));
/macosx-10.10/dtrace-147/libelf/
H A Doutput.c101 (write(fd, p, sz) == sz) && (fsync(fd) == 0)) {
/macosx-10.10/cups-408/cups/scheduler/
H A Dfile.c111 if (fsync(cupsFileNumber(fp)))
444 return (fsync(fd));
/macosx-10.10/postfix-255/postfix/src/fsstone/
H A Dfsstone.c92 if (fsync(fileno(fp)))
93 msg_fatal("fsync: %m");
117 if (fsync(fileno(fp)))
118 msg_fatal("fsync: %m");
/macosx-10.10/BerkeleyDB-21/db/test/scr028/
H A Dt.c68 E(db_env_set_func_fsync, fsync, "fsync");
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dstdio.c119 r = fsync(fileno(f));
121 * fsync is not supported on sockets and pipes which
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dutimens.c95 fsync (fd);
/macosx-10.10/ntp-92/lib/isc/unix/
H A Dstdio.c111 r = fsync(fileno(f));
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dtestlib.tcl31 fchown fchmod flock fsync ftruncate msgcats posix_signals symlink
/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Dwin_db.h58 * Microsoft's C runtime library has fsync, getcwd, getpid, snprintf and
61 #define fsync _commit macro
/macosx-10.10/BerkeleyDB-21/db/docs/ref/transapp/
H A Dwritetest.cs77 if (fsync(fd) != 0) {
78 fprintf(stderr, "fsync: %s\n", strerror(errno));
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/transapp/
H A Dwritetest.cs77 if (fsync(fd) != 0) {
78 fprintf(stderr, "fsync: %s\n", strerror(errno));
/macosx-10.10/postfix-255/postfix/src/bounce/
H A Dbounce_append_service.c153 if (vstream_fflush(log) != 0 || fsync(vstream_fileno(log)) < 0) {
/macosx-10.10/postfix-255/postfix/src/util/
H A Dedit_file.c341 || fsync(fd) < 0
/macosx-10.10/file_cmds-242/rm/
H A Drm.c447 if (fsync(fd) || lseek(fd, (off_t)0, SEEK_SET))
450 if (fsync(fd) || lseek(fd, (off_t)0, SEEK_SET))
453 if (!fsync(fd) && !close(fd)) {
/macosx-10.10/Libc-1044.1.2/fbsdcompat/
H A D_fbsd_compat_.h75 #define _fsync fsync
/macosx-10.10/Libc-1044.1.2/include/
H A Dunistd.h751 int fsync(int) __DARWIN_ALIAS_C(fsync); variable
754 int fsync(int) LIBC_ALIAS_C(fsync); variable
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DAtomicFile.h160 void fsync();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DAtomicFile.h160 void fsync();

Completed in 304 milliseconds

12345