Searched refs:O_WRONLY (Results 51 - 75 of 297) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/scripts/chatchat/
H A Dchatchat.c231 pipefd = open(pipename, O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dsplit.c113 xmove_fd(xopen(pfx, O_WRONLY | O_CREAT | O_TRUNC), 1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dupdate_passwd.c44 new_fd = open(fnamesfx, O_WRONLY|O_CREAT|O_EXCL, 0600);
H A Dcopy_file.c260 dst_fd = open(dest, O_WRONLY|O_CREAT|O_TRUNC, source_stat.st_mode);
262 dst_fd = open(dest, O_WRONLY|O_CREAT|O_EXCL, source_stat.st_mode);
270 dst_fd = open3_or_warn(dest, O_WRONLY|O_CREAT|O_EXCL, source_stat.st_mode);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndoss.cpp38 m_fd = open(dev_name.mb_str(), O_WRONLY);
149 m_fd = open(m_devname.mb_str(), O_WRONLY);
288 m_fd = open(m_devname.mb_str(), O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ncpfs/
H A Dfile.c69 case O_WRONLY:
70 finfo.access = O_WRONLY;
223 errno = ncp_make_open(inode, O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/runit/
H A Drunit_lib.c212 return open(fn, O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600);
222 return open(fn,O_WRONLY | O_NDELAY | O_TRUNC | O_CREAT,0644);
227 return open(fn, O_WRONLY|O_NDELAY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dio_get.c290 fd = Open(dstfile, is_dev ? O_WRONLY|O_BINARY : O_WRONLY|O_APPEND|O_BINARY, 00666);
294 fd = Open(dstfile, is_dev ? O_WRONLY|O_BINARY|O_APPEND : O_WRONLY|O_CREAT|O_APPEND|O_BINARY, 00666);
298 fd = Open(dstfile, is_dev ? O_WRONLY|O_BINARY : O_WRONLY|O_CREAT|O_TRUNC|O_BINARY, 00666);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dpipe.c196 || ((stdoutfd = open (prog_stdout, O_WRONLY, 0)) >= 0
322 prog_stdout, O_WRONLY,
393 || ((stdoutfd = open (prog_stdout, O_WRONLY, 0)) >= 0
H A Dcopy-file.c71 dest_fd = open (dest_filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0600);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dhwdep.h78 #define SND_HWDEP_OPEN_WRITE (O_WRONLY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtiffcomp.h198 #define O_WRONLY 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dnfsctl.c103 file = do_open(map[cmd].name, map[cmd].rsize ? O_RDWR : O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dcws2fws.c46 fd_out = open(argv[2], O_WRONLY | O_CREAT, 00644);
H A Dpktdumper.c117 fd = open(pktfilename, O_WRONLY | O_CREAT, 0644);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/unix/
H A Dunxcfg.h150 # define O_WRONLY 1 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dfile.c79 access = O_CREAT | O_TRUNC | O_WRONLY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dcws2fws.c42 fd_out = open(argv[2], O_WRONLY|O_CREAT, 00644);
H A Dpktdumper.c106 fd = open(pktfilename, O_WRONLY|O_CREAT, 0644);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddata_extract_all.c72 dst_fd = xopen3(file_header->name, O_WRONLY | O_CREAT | O_EXCL,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-file-unix.c215 fd = open (tmp_filename_c, O_WRONLY | O_BINARY | O_EXCL | O_CREAT,
363 fd = open (filename_c, O_WRONLY | O_BINARY | O_EXCL | O_CREAT,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dftpgetput.c193 fd_local = xopen(local_path, O_APPEND | O_WRONLY);
195 fd_local = xopen(local_path, O_CREAT | O_TRUNC | O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dmdev.c253 loading_fd = open("loading", O_WRONLY);
267 data_fd = open("data", O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/adouble/
H A Dad_open.c1278 hoflags = (oflags & ~(O_RDONLY | O_WRONLY)) | O_RDWR;
1321 if ((oflags & ( O_RDWR | O_WRONLY)) && /* we want write access */
1322 !(ad->ad_data_fork.adf_flags & ( O_RDWR | O_WRONLY))) /* and it was denied the first time */
1356 if ((oflags & ( O_RDWR | O_WRONLY)) &&
1357 !(ad->ad_md->adf_flags & ( O_RDWR | O_WRONLY))) {
1377 hoflags = (hoflags & ~(O_RDONLY | O_WRONLY)) | O_RDWR;
1487 if ((oflags & ( O_RDWR | O_WRONLY)) &&
1488 !(ad->ad_resource_fork.adf_flags & ( O_RDWR | O_WRONLY))) {
1506 hoflags = (oflags & ~(O_RDONLY | O_WRONLY)) | O_RDWR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Ddebug.c621 new_dbf = x_fopen( debugf, O_WRONLY|O_APPEND|O_CREAT, 0644);
731 dbf = x_fopen( "/dev/console", O_WRONLY, 0);
778 dbf = x_fopen( debugf, O_WRONLY|O_APPEND|O_CREAT, 0644 );

Completed in 233 milliseconds

1234567891011>>