Searched refs:O_RSYNC (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dfcntl_.h96 #ifndef O_RSYNC
97 # define O_RSYNC 0 macro
H A Drtapelib.c347 #ifdef O_RSYNC
348 if (oflag & O_RSYNC) strcat (buf, "|O_RSYNC");
/macosx-10.9.5/dtrace-118.1/test/tst/common/io/
H A Dtst.fds.c94 O_LARGEFILE | O_NOCTTY | O_NONBLOCK | O_NDELAY | O_RSYNC |
/macosx-10.9.5/gnutar-452/gnutar/rmt/
H A Drmt.c247 #ifdef O_RSYNC
248 {"RSYNC", O_RSYNC},
/macosx-10.9.5/text_cmds-87/sort/
H A Dsystem.h183 #if !defined O_RSYNC
184 # define O_RSYNC 0 macro
/macosx-10.9.5/ruby-104/ruby/
H A Dfile.c5637 #ifdef O_RSYNC
5639 rb_define_const(rb_mFConst, "RSYNC", INT2FIX(O_RSYNC));

Completed in 109 milliseconds