Searched refs:O_WRONLY (Results 226 - 250 of 297) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dtar.c886 flags = O_WRONLY|O_CREAT|O_TRUNC;
887 /* was doing unlink; open(O_WRONLY|O_CREAT|O_EXCL); why? */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/init/
H A Dinit.c177 log_fd = device_open(log_console, O_WRONLY | O_NONBLOCK | O_NOCTTY);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/cramfs/
H A Dmkcramfs.c684 fd = open(outfile, O_WRONLY | O_CREAT | O_TRUNC, 0666);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dfile_io.c596 const int flags = O_WRONLY | O_BINARY | O_NOCTTY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/socket_wrapper/
H A Dsocket_wrapper.c762 fd = open(fname, O_WRONLY|O_CREAT|O_EXCL|O_APPEND, 0644);
777 fd = open(fname, O_WRONLY|O_APPEND, 0644);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_default.c377 if((ofd = sys_open (dest, O_WRONLY | O_CREAT | O_TRUNC | O_NOFOLLOW, 0600)) < 0 )
379 if((ofd = sys_open (dest, O_WRONLY | O_CREAT | O_TRUNC , 0600)) < 0 )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dnanohttp.c1543 fd = open(filename, O_CREAT | O_WRONLY, 00644);
1586 fd = open(filename, O_CREAT | O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dnanohttp.c1560 fd = open(filename, O_CREAT | O_WRONLY, 00644);
1603 fd = open(filename, O_CREAT | O_WRONLY, 0666);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.c855 int flags = O_WRONLY | O_CREAT | O_TRUNC;
889 int flags = O_WRONLY | O_CREAT | O_EXCL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dnanohttp.c1560 fd = open(filename, O_CREAT | O_WRONLY, 00644);
1603 fd = open(filename, O_CREAT | O_WRONLY, 0666);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dnanohttp.c1543 fd = open(filename, O_CREAT | O_WRONLY, 00644);
1586 fd = open(filename, O_CREAT | O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibiptc.c1360 O_CREAT|O_WRONLY);
2589 O_CREAT|O_WRONLY);
2665 O_CREAT|O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libiptc/
H A Dlibiptc.c1359 O_CREAT|O_WRONLY);
2585 O_CREAT|O_WRONLY);
2661 O_CREAT|O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Drc.c3957 fd2 = open("/dev/null", O_WRONLY);
4151 fd2 = open("/dev/null", O_WRONLY);
4388 fd2 = open("/dev/null", O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclifile.c724 WARNING: if you open with O_WRONLY then getattrE won't work!
746 } else if ((flags & O_ACCMODE) == O_WRONLY) {
1790 case O_WRONLY:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dcommands.c1062 do_stor(filename, O_CREAT | O_WRONLY | O_TRUNC);
1067 do_stor(filename, O_CREAT | O_WRONLY | O_APPEND);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dprocess.c873 fd = open(fname, O_WRONLY|O_CREAT|O_EXCL, 0644);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dcmd_vfs.c214 printf(" W = O_WRONLY\n");
242 flags |= O_WRONLY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dwin32_io.c227 * Supported flags are O_RDONLY, O_WRONLY and O_RDWR.
237 case O_WRONLY:
259 * Supported flags are O_RDONLY, O_WRONLY and O_RDWR.
820 * Supported flags are O_RDONLY, O_WRONLY and O_RDWR.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto.c1094 fd = platform_open (filename, O_CREAT | O_TRUNC | O_WRONLY, S_IRUSR | S_IWUSR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/char/
H A Dvmur.c730 ((accmode == O_WRONLY) && (urd->class != DEV_CLASS_UR_O))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dfile.c47 if (flags & (O_WRONLY|O_RDWR|O_CREAT|O_TRUNC))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hppfs/
H A Dhppfs.c429 return O_WRONLY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dinode.c940 if ((result = ncp_make_open(inode, O_WRONLY)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4state.c175 __nfs4_file_get_access(fp, O_WRONLY);
200 __nfs4_file_put_access(fp, O_WRONLY);
429 return O_WRONLY;
2080 nfs4_file_put_access(fp, O_WRONLY);

Completed in 313 milliseconds

1234567891011>>