Home
last modified time | relevance | path

Searched refs:O_SYNC (Results 1 – 25 of 80) sorted by relevance

1234

/netbsd/sys/sys/
H A Dfcntl.h91 #define O_SYNC 0x00000080 /* synchronous writes */ macro
134 O_ASYNC|O_SYNC|O_CREAT|O_TRUNC|O_EXCL|O_DSYNC|\
160 #define O_FSYNC O_SYNC /* compat */
167 #define FFSYNC O_SYNC /* kernel */
/netbsd/usr.bin/mail/
H A Ddotlock.c36 #ifndef O_SYNC
37 #define O_SYNC 0 macro
85 O_WRONLY|O_CREAT|O_TRUNC|O_EXCL|O_SYNC|O_CLOEXEC, 0); in create_exclusive()
/netbsd/external/gpl3/gdb/dist/gnulib/import/
H A Dfcntl.in.h327 #ifndef O_SYNC
328 # define O_SYNC 0
/netbsd/external/gpl3/gdb.old/dist/gnulib/import/
H A Dfcntl.in.h327 #ifndef O_SYNC
328 # define O_SYNC 0
/netbsd/tests/lib/libc/stdlib/
H A Dt_mktemp.c197 O_SYNC, O_CLOEXEC in ATF_TC_BODY()
232 O_SYNC, O_CLOEXEC in ATF_TC_BODY()
/netbsd/external/mit/libuv/dist/include/uv/
H A Dunix.h482 #if defined(O_SYNC)
483 # define UV_FS_O_SYNC O_SYNC
/netbsd/bin/sh/
H A Dredir.c775 #ifdef O_SYNC
776 { "sync", 2, O_SYNC },
778 # define O_SYNC 0
816 #define ALLFLAGS (O_APPEND|O_ASYNC|O_SYNC|O_NONBLOCK|O_DSYNC|O_RSYNC|\
/netbsd/lib/libc/stdio/
H A Dgettemp.c66 (oflags & ~(O_APPEND | O_DIRECT | O_SHLOCK | O_EXLOCK | O_SYNC | in GETTEMP()
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/powerpc64/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/sh3eb/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/sh3el/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/sparc/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/vax/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/x86_64/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mipsn64el/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/sparc64/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/mipsn64eb/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro
/netbsd/external/gpl3/gdb/lib/libgnulib/arch/powerpc/gnulib/import/
H A Dfcntl.h807 #ifndef O_SYNC
808 # define O_SYNC 0 macro

1234