Searched refs:O_RSYNC (Results 51 - 60 of 60) sorted by relevance

123

/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/
H A Dfcntl.h873 #ifndef O_RSYNC
874 # define O_RSYNC 0 macro
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/
H A Dfcntl.h873 #ifndef O_RSYNC
874 # define O_RSYNC 0 macro
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
H A Dfcntl.h873 #ifndef O_RSYNC
874 # define O_RSYNC 0 macro
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
H A Dfcntl.h873 #ifndef O_RSYNC
874 # define O_RSYNC 0 macro
/netbsd-current/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
H A Dfcntl.h873 #ifndef O_RSYNC
874 # define O_RSYNC 0 macro
/netbsd-current/tests/fs/vfs/
H A Dt_io.c235 RL(fd = rump_sys_open("file", O_RDONLY | O_SYNC | O_RSYNC));
/netbsd-current/bin/sh/
H A Dredir.c795 #ifdef O_RSYNC
796 { "rsync", 2, O_RSYNC },
798 # define O_RSYNC 0
816 #define ALLFLAGS (O_APPEND|O_ASYNC|O_SYNC|O_NONBLOCK|O_DSYNC|O_RSYNC|\
/netbsd-current/sys/rump/kern/lib/libsys_sunos/
H A Drump_sunos_compat.c199 flags |= (sflags & 0x8000) ? O_RSYNC : 0;
/netbsd-current/bin/rm/
H A Drm.c403 if ((fd = open(file, O_RDWR|O_SYNC|O_RSYNC|O_NOFOLLOW, 0)) == -1)
/netbsd-current/bin/dd/
H A Dargs.c464 { "rsync", O_RSYNC, C_IFLAG },

Completed in 130 milliseconds

123