| /src/external/gpl2/mkhybrid/dist/include/ |
| fctldefs.h | 44 * Do not define more than O_RDONLY / O_WRONLY / O_RDWR 50 #ifndef O_WRONLY 51 #define O_WRONLY 1
|
| /src/external/gpl3/binutils/dist/ld/ |
| sysdep.h | 67 #ifndef O_WRONLY 68 #define O_WRONLY 1 74 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| sysdep.h | 67 #ifndef O_WRONLY 68 #define O_WRONLY 1 74 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| target-newlib-open.c | 80 #ifdef O_WRONLY 81 { "O_WRONLY", O_WRONLY, 1 },
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| target-newlib-open.c | 80 #ifdef O_WRONLY 81 { "O_WRONLY", O_WRONLY, 1 },
|
| /src/lib/libc/compat-43/ |
| creat.c | 51 return(open(path, O_WRONLY|O_CREAT|O_TRUNC, mode));
|
| /src/external/bsd/libpcap/dist/testprogs/ |
| unix.h | 48 #define O_WRONLY _O_WRONLY
|
| /src/lib/libc/stdio/ |
| flags.c | 74 m = O_WRONLY; 80 m = O_WRONLY;
|
| /src/lib/libutil/compat/ |
| compat_login.c | 69 if (tty > 0 && (fd = open(_PATH_UTMP, O_WRONLY|O_CREAT, 0644)) >= 0) { 74 if ((fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) >= 0) {
|
| /src/lib/libutil/ |
| login.c | 61 if (tty > 0 && (fd = open(_PATH_UTMP, O_WRONLY|O_CREAT, 0644)) >= 0) { 66 if ((fd = open(_PATH_WTMP, O_WRONLY|O_APPEND, 0)) >= 0) {
|
| /src/external/public-domain/xz/dist/src/common/ |
| tuklib_open_stdxxx.c | 38 | (i == 0 ? O_WRONLY : O_RDONLY));
|
| /src/regress/sys/kern/kqueue/vnode/ |
| write.c | 51 fd = open(argv[1], O_WRONLY);
|
| /src/sys/dev/microcode/rum/ |
| build.c | 38 fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644);
|
| /src/sys/dev/microcode/run/ |
| build.c | 38 fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644);
|
| /src/sys/dev/microcode/zyd/ |
| build.c | 37 fd = open(name, O_WRONLY | O_CREAT | O_TRUNC, 0644);
|
| /src/sys/sys/ |
| timerfd.h | 44 #define TFD_TIMER_ABSTIME O_WRONLY
|
| /src/lib/libc/db/hash/ |
| ndbm.c | 76 if ((flags & O_ACCMODE) == O_WRONLY) { 77 flags &= ~O_WRONLY;
|
| /src/external/ibm-public/postfix/dist/src/tls/ |
| tls_proxy_client_misc.c | 102 if ((mp = vstream_memopen(buf, O_WRONLY)) == 0 121 if ((mp = vstream_memopen(buf, O_WRONLY)) == 0
|
| /src/external/gpl3/binutils/dist/bfd/ |
| sysdep.h | 72 #ifndef O_WRONLY 73 #define O_WRONLY 1 79 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| sysdep.h | 68 #ifndef O_WRONLY 69 #define O_WRONLY 1 75 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| sysdep.h | 68 #ifndef O_WRONLY 69 #define O_WRONLY 1 75 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
| /src/external/gpl3/gdb/dist/bfd/ |
| sysdep.h | 68 #ifndef O_WRONLY 69 #define O_WRONLY 1 75 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
|
| /src/lib/libc/sys/ |
| adjtime.c | 79 __clockctl_fd = open(_PATH_CLOCKCTL, O_WRONLY | O_CLOEXEC, 0);
|
| clock_settime.c | 81 __clockctl_fd = open(_PATH_CLOCKCTL, O_WRONLY | O_CLOEXEC, 0);
|
| ntp_adjtime.c | 89 __clockctl_fd = open(_PATH_CLOCKCTL, O_WRONLY | O_CLOEXEC, 0);
|