Searched refs:O_WRONLY (Results 26 - 50 of 297) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/util/
H A Dtrunc.c112 fd = open(fname, O_WRONLY | O_CREAT, mode);
116 fd = open(fname, O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dmcat.c80 mode = O_WRONLY;
140 if (mode == O_WRONLY) {
H A Dmclasserase.c242 if (dup2(open("/dev/null", O_WRONLY), STDERR_FILENO) != STDERR_FILENO)
244 if (dup2(open("/dev/null", O_WRONLY), STDOUT_FILENO) != STDOUT_FILENO)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Ddaemonize.c74 if( (pidfile = open(fname, O_WRONLY|O_CREAT|O_EXCL, 0666)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/libsmbclient/src/write/
H A Dwrite_5.c59 fd = smbc_open(url, O_WRONLY, 0666);
H A Dwrite_6.c59 fd = smbc_open(url, O_WRONLY, 0666);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfile.cpp206 O_BINARY | O_WRONLY | O_CREAT |
234 flags |= O_WRONLY | O_APPEND;
241 flags |= O_WRONLY | O_CREAT | O_TRUNC;
245 flags |= O_WRONLY | O_CREAT | O_EXCL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/wince/
H A Dmissing.h111 #define O_WRONLY 0x0001 /* open for writing only */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFileLock.h118 // File must be open with O_WRONLY to be able to set write-locks.
119 m_fd = ::open((file + "_lock").c_str(), O_CREAT | O_WRONLY, 0600);
H A DCFile.cpp246 flags |= O_WRONLY | O_APPEND;
253 flags |= O_WRONLY | O_CREAT | O_TRUNC;
257 flags |= O_WRONLY | O_CREAT | O_TRUNC;
263 flags |= O_WRONLY | O_CREAT | O_EXCL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dfcntl.h20 #define O_WRONLY 00000001 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dstate.h344 /* One each for O_RDONLY, O_WRONLY, O_RDWR: */
346 /* One each for O_RDONLY, O_WRONLY: */
364 if (f->fi_fds[O_WRONLY])
365 return f->fi_fds[O_WRONLY];
380 else if (f->fi_fds[O_WRONLY])
381 return f->fi_fds[O_WRONLY];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dtty.c52 mode = O_WRONLY;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dmt.c97 mode = O_WRONLY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/perfcounter/
H A Dperf_writer_util.c184 fd = open("/dev/null", O_WRONLY);
190 fd = open("/dev/null", O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dbbunzip.c64 if (open_to_or_warn(STDOUT_FILENO, bb_dev_null, O_WRONLY, 0))
78 if (open_to_or_warn(STDOUT_FILENO, new_name, O_WRONLY | O_CREAT | O_EXCL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dpidfile.c115 fd = sys_open(pidFile, O_NONBLOCK | O_CREAT | O_WRONLY | O_EXCL, 0644);
H A Dxfile.c37 static XFILE _x_stdout = { 1, NULL, NULL, XBUFSIZE, 0, O_WRONLY, X_IOLBF, 0 };
38 static XFILE _x_stderr = { 2, NULL, NULL, 0, 0, O_WRONLY, X_IONBF, 0 };
257 if ((f->open_flags & O_ACCMODE) != O_WRONLY) {
397 case O_WRONLY:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/replace/system/
H A Dfilesys.h163 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/libsmbclient/src/read/
H A Dread_3.c63 fd = smbc_open(url,O_WRONLY, 0666);
H A Dread_4.c64 fd = smbc_open(url,O_WRONLY, 0666);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/scripts/chatchat/
H A Dchatchat.c231 pipefd = open(pipename, O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/cgroups/
H A Dcgroup_event_listener.c48 event_control = open(event_control_path, O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/extras/
H A Dckdb.c39 soap->sendfd = open(pathname, O_CREAT|O_TRUNC|O_WRONLY, S_IREAD|S_IWRITE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/extras/
H A Dckdb.c39 soap->sendfd = open(pathname, O_CREAT|O_TRUNC|O_WRONLY, S_IREAD|S_IWRITE);

Completed in 144 milliseconds

1234567891011>>