Searched refs:O_SYNC (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/_types/
H A D_o_sync.h28 #ifndef O_SYNC
29 #define O_SYNC 0x0080 /* synch I/O file integrity */ macro
30 #endif /* O_SYNC */
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dfcntl_.h100 #ifndef O_SYNC
101 # define O_SYNC 0 macro
H A Drtapelib.c350 #ifdef O_SYNC
351 if (oflag & O_SYNC) strcat (buf, "|O_SYNC");
/macosx-10.9.5/dtrace-118.1/test/tst/common/io/
H A Dtst.fds.c95 O_SYNC | O_TRUNC | O_XATTR);
98 O_NOCTTY | O_NONBLOCK | O_NDELAY | O_SYNC );
/macosx-10.9.5/procmail-14/procmail/src/
H A Dincludes.h170 #if O_SYNC
172 #undef O_SYNC macro
173 #define O_SYNC 0 macro
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dio.d161 inline int O_SYNC = 0x0080;
162 #pragma D binding "1.1" O_SYNC
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/store/XOTclSdbm/
H A Dxotclsdbm.c52 mode = O_RDWR | O_SYNC ;
54 mode = O_CREAT | O_RDWR | O_SYNC ;
56 mode = O_CREAT | O_EXCL | O_RDWR | O_SYNC ;
65 #ifdef O_SYNC
66 mode = O_CREAT | O_RDWR | O_SYNC;
/macosx-10.9.5/gnutar-452/gnutar/rmt/
H A Drmt.c250 #ifdef O_SYNC
251 {"SYNC", O_SYNC},
/macosx-10.9.5/text_cmds-87/sort/
H A Dsystem.h187 #if !defined O_SYNC
188 # define O_SYNC 0 macro
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dfcntl.h124 #define O_FSYNC O_SYNC /* source compatibility: do not use */
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_aio.c702 /* 0 := O_SYNC for binary backward compatibility with Panther */
703 if (uap->op == O_SYNC || uap->op == 0)
/macosx-10.9.5/ruby-104/ruby/
H A Dfile.c5629 #ifdef O_SYNC
5631 rb_define_const(rb_mFConst, "SYNC", INT2FIX(O_SYNC));
/macosx-10.9.5/system_cmds-597.90.1/fs_usage.tproj/
H A Dfs_usage.c4040 if (ti->arg1 == O_SYNC || ti->arg1 == 0)
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/fs_usage.tproj/
H A Dfs_usage.c4040 if (ti->arg1 == O_SYNC || ti->arg1 == 0)
/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c4891 my_err = aio_fsync( O_SYNC, my_aiocbp );

Completed in 330 milliseconds