Searched refs:O_WRONLY (Results 76 - 100 of 297) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libgpo/
H A Dgpo_filesync.c56 if ((fd = sys_open(unix_path, O_WRONLY|O_CREAT|O_TRUNC, 0644)) == -1) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dutable.c83 fd = open("valid.dat", O_WRONLY|O_CREAT|O_TRUNC, 0644);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dsmbfilter.c40 fd = open(fname, O_WRONLY|O_CREAT|O_TRUNC, 0644);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dspool.c47 fd = open(f, O_WRONLY|O_TRUNC, 00600);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drandfile.c228 int fd = open(file, O_WRONLY | O_CREAT | O_BINARY, 0600);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dradvd_token.l249 O_CREAT|O_EXCL|O_WRONLY|O_TRUNC, 0644))
281 O_CREAT|O_EXCL|O_WRONLY|O_TRUNC, buf.st_mode)) < 0) {
H A Dresolv_token.l164 O_CREAT|O_EXCL|O_WRONLY|O_TRUNC, 0644))
196 O_CREAT|O_EXCL|O_WRONLY|O_TRUNC, buf.st_mode)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dsnglinst.cpp151 O_WRONLY | O_CREAT | O_EXCL,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/coda/
H A Dcoda_linux.c60 if ((flags & O_ACCMODE) == O_WRONLY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dsymlink.c163 if (ncp_make_open(inode, O_WRONLY))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drandfile.c228 int fd = open(file, O_WRONLY | O_CREAT | O_BINARY, 0600);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwince.h165 #define O_WRONLY _O_WRONLY macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dcrond.c115 int logfd = open(LogFile, O_WRONLY | O_CREAT | O_APPEND, 0600);
117 int logfd = open3_or_warn(LogFile, O_WRONLY | O_CREAT | O_APPEND, 0600);
281 logfd = open3_or_warn(LogFile, O_WRONLY | O_CREAT | O_APPEND, 0600);
849 mailFd = open(mailFile, O_CREAT | O_TRUNC | O_WRONLY | O_EXCL | O_APPEND, 0600);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Drunsv.c497 O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600);
521 O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600);
530 svd[0].fdcontrolwrite = xopen("log/supervise/control"+4, O_WRONLY|O_NDELAY);
537 svd[1].fdcontrolwrite = xopen("log/supervise/control", O_WRONLY|O_NDELAY);
H A Dsvlogd.c205 fd = xopen(ld->fnsave, O_WRONLY|O_NDELAY|O_TRUNC|O_CREAT);
211 close(xopen("state", O_WRONLY|O_NDELAY|O_TRUNC|O_CREAT));
215 fd = xopen("newstate", O_WRONLY|O_NDELAY|O_TRUNC|O_CREAT);
359 while ((ld->fdcur = open("current", O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600)) == -1)
491 ld->fdlock = open("lock", O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600);
621 while ((ld->fdcur = open("current", O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600)) == -1)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dhwclock.c87 int rtc = xopen_rtc(O_WRONLY);
H A Dreadprofile.c90 fd = xopen(defaultpro, O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dradvd_token.l256 O_CREAT|O_EXCL|O_WRONLY|O_TRUNC, 0644))
288 O_CREAT|O_EXCL|O_WRONLY|O_TRUNC, buf.st_mode)) < 0) {
H A Dresolv_token.l164 O_CREAT|O_EXCL|O_WRONLY|O_TRUNC, 0644))
196 O_CREAT|O_EXCL|O_WRONLY|O_TRUNC, buf.st_mode)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbm/
H A Ddbm.c222 * The historic ndbm library corrected for opening O_WRONLY.
224 if (oflags & O_WRONLY) {
225 oflags &= ~O_WRONLY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msdos/
H A Dutilsdos.cpp444 O_CREAT | O_WRONLY | O_TRUNC | O_TEXT))
448 O_CREAT | O_WRONLY | O_TRUNC | O_TEXT))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Duser.c111 data->mode = O_WRONLY;
289 if (data->mode != O_WRONLY || !data->frozen ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hd-idle-1.04/
H A Dhd-idle.c376 open("/dev/null", O_WRONLY);
377 open("/dev/null", O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dmkjournal.c106 if ((fd = open(filename, O_WRONLY)) < 0) {
351 if ((fd = open(jfile, O_CREAT|O_WRONLY, 0600)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dgzlog.c953 fd = open(log->path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
963 fd = open(log->path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
1014 fd = open(log->path, O_WRONLY | O_CREAT | O_TRUNC, 0644);

Completed in 736 milliseconds

1234567891011>>