Searched refs:O_WRONLY (Results 1 - 25 of 297) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Ddenytest.c56 {O_WRONLY, "O_WRONLY"},
91 {1, O_RDWR, DENY_DOS, O_WRONLY, DENY_DOS, A_W},
94 {1, O_RDWR, DENY_DOS, O_WRONLY, DENY_ALL, A_0},
97 {1, O_RDWR, DENY_DOS, O_WRONLY, DENY_WRITE, A_0},
100 {1, O_RDWR, DENY_DOS, O_WRONLY, DENY_READ, A_0},
103 {1, O_RDWR, DENY_DOS, O_WRONLY, DENY_NONE, A_W},
106 {1, O_RDWR, DENY_DOS, O_WRONLY, DENY_FCB, A_0},
109 {1, O_RDONLY, DENY_DOS, O_WRONLY, DENY_DOS, A_W},
112 {1, O_RDONLY, DENY_DOS, O_WRONLY, DENY_AL
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Dopenflags.c40 #define O_ACCMODE (O_RDONLY | O_RDWR | O_WRONLY)
44 case O_WRONLY:
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dnohup.c26 nullfd = xopen(bb_dev_null, O_WRONLY|O_APPEND);
35 if (open(nohupout, O_CREAT|O_WRONLY|O_APPEND, S_IRUSR|S_IWUSR) < 0) {
39 xopen3(nohupout, O_CREAT|O_WRONLY|O_APPEND, S_IRUSR|S_IWUSR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/watchdog/src/
H A Dwatchdog-simple.c8 int fd = open("/dev/watchdog", O_WRONLY);
H A Dwatchdog-test.c36 fd = open("/dev/watchdog", O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dtuklib_open_stdxxx.c39 | (i == 0 ? O_WRONLY : O_RDONLY));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dpidfile.c26 pid_fd = open(path, O_WRONLY|O_CREAT|O_TRUNC, 0666);
H A Dget_console.c32 fd = open(fnam, O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dtuklib_open_stdxxx.c39 | (i == 0 ? O_WRONLY : O_RDONLY));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dfile_open.c105 case 'w': access = O_CREAT|O_WRONLY|O_TRUNC; break;
106 case 'a': access = O_CREAT|O_WRONLY|O_APPEND; break;
113 access &= ~(O_RDONLY | O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/win32/wince/
H A Dwincecompat.c36 if ( oflag==(O_WRONLY|O_CREAT) )
H A Dwincecompat.h20 #define O_WRONLY 0x0001 /* open for writing only */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/win32/wince/
H A Dwincecompat.c36 if ( oflag==(O_WRONLY|O_CREAT) )
H A Dwincecompat.h20 #define O_WRONLY 0x0001 /* open for writing only */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dwatchdog.c46 xmove_fd(xopen(argv[argc - 1], O_WRONLY), 3);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/util/
H A Dcopy.pl55 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
H A Dcopy-if-different.pl68 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dceph_fs.c39 flags |= O_WRONLY;
43 else if ((flags & O_ACCMODE) == O_WRONLY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/util/
H A Dcopy.pl48 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/util/
H A Dcopy.pl55 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
H A Dcopy-if-different.pl68 sysopen(OUT, $dfile, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/
H A Dfallocate.c33 fd = open(path, O_WRONLY|O_CREAT|O_EXCL, 0600);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dfilefnwce.cpp43 if ((oflag & (O_RDONLY | O_WRONLY | O_RDWR)) == O_RDONLY)
49 else if ((oflag & (O_RDONLY | O_WRONLY | O_RDWR)) == O_WRONLY)
54 else if ((oflag & (O_RDONLY | O_WRONLY | O_RDWR)) == O_RDWR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Dpidfile.c37 pid_fd = open(pidfile, O_CREAT | O_WRONLY, 0644);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Dpidfile.c37 pid_fd = open(pidfile, O_CREAT | O_WRONLY, 0644);

Completed in 132 milliseconds

1234567891011>>