Searched refs:O_WRONLY (Results 251 - 275 of 297) sorted by relevance

<<1112

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dpipe.c1009 f->f_flags = O_WRONLY | (flags & O_NONBLOCK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/picocom/
H A Dpicocom.c171 fd = open(lockname, O_WRONLY|O_CREAT|O_EXCL, 0666);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dutils.c1038 fd = open(lock_file, O_WRONLY, 0);
H A Dmain.c1733 errfd = open(_PATH_CONNERRS, O_WRONLY | O_APPEND | O_CREAT, 0600);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dsession.c113 } else if (mode == O_WRONLY) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-sunos4.c1209 if ((fd = open(WTMPFILE, O_WRONLY|O_APPEND, 0)) < 0)
H A Dtdb.c1100 file. A flags value of O_WRONLY is invalid
1118 if ((open_flags & O_ACCMODE) == O_WRONLY) {
H A Dmain.c1386 errfd = open(_PATH_CONNERRS, O_WRONLY | O_APPEND | O_CREAT, 0600);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dsys-linux.c972 if (path != 0 && (fd = open(path, O_WRONLY)) >= 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Diproute.c500 int flush_fd = open_or_warn(fn, O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dclient.c808 handle = sys_open(lname, O_WRONLY|O_CREAT, 0644);
817 handle = sys_open(lname, O_WRONLY|O_CREAT|O_TRUNC, 0644);
H A Dsmbctool.c899 handle = sys_open(lname, O_WRONLY|O_CREAT, 0644);
909 handle = sys_open(lname, O_WRONLY|O_CREAT|O_TRUNC, 0644);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dhush.c168 { O_CREAT|O_TRUNC|O_WRONLY, 1, ">" },
169 { O_CREAT|O_APPEND|O_WRONLY, 1, ">>" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bzip2/
H A Dbzip2.c965 fh = open(name, O_WRONLY|O_CREAT|O_EXCL, S_IWUSR|S_IRUSR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Ddir.c924 opmode = O_WRONLY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dwrapper.c269 open(SMBW_DEBUG_FILE, O_WRONLY | O_CREAT | O_APPEND)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dmqueue.c654 if ((oflag & O_ACCMODE) == (O_RDWR | O_WRONLY)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dsysctl_binary.c1343 flags = O_WRONLY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-top.c1269 struct perf_session *session = perf_session__new(NULL, O_WRONLY, false, false);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Diproute.c974 int flush_fd = open (ROUTE_FLUSH_PATH, O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsystem.c424 return sys_open(path, O_WRONLY | O_CREAT | O_TRUNC, mode);
H A Dutil.c674 fd = sys_open("/dev/null",O_WRONLY,0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_full_audit.c1044 ((flags & O_WRONLY) || (flags & O_RDWR))?"w":"r",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nmbd/
H A Dnmbd_winsserver.c2345 if((fp = x_fopen(fnamenew,O_WRONLY|O_CREAT,0644)) == NULL) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/registry/
H A Dregfio.c1231 if ( file->open_flags & (O_WRONLY|O_RDWR) ) {

Completed in 323 milliseconds

<<1112