Searched refs:O_CREAT (Results 301 - 325 of 347) sorted by relevance

<<11121314

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Doptions.c1430 fd = open(*argv, O_WRONLY | O_APPEND | O_CREAT | O_EXCL, 0644);
H A Dtdb.c1152 if (!(open_flags & O_CREAT)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Doptions.c1536 fd = open(*argv, O_WRONLY | O_APPEND | O_CREAT | O_EXCL, 0644);
H A Dutils.c952 while ((fd = open(lock_file, O_EXCL | O_CREAT | O_RDWR, 0644)) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dfs.c501 if (flags & 0x100) fl |= O_CREAT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/server/
H A Dtftpd.c575 test->ofile=open(outfile, O_CREAT|O_RDWR, 0777);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/misc/
H A Darpd.c670 dbase = dbopen(dbname, O_CREAT|O_RDWR, 0644, DB_HASH, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dmformat.c946 create = O_CREAT | O_TRUNC;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/groupdb/
H A Dmapping.c132 tdb = tdb_open_log(lock_path("group_mapping.tdb"), 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0600);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dsystem.c367 return sys_open(path, O_WRONLY | O_CREAT | O_TRUNC, mode);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/locking/
H A Dlocking.c311 read_only?O_RDONLY:O_RDWR|O_CREAT,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dinode.c202 lower_flags = ((O_CREAT | O_TRUNC) & O_ACCMODE) | O_RDWR;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/fuse/
H A Dfile.c31 inarg.flags = file->f_flags & ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_prs.c62 fd = open(fname, O_WRONLY|O_CREAT|O_EXCL, 0644);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Ddbif.c369 if ((lockfd = open(lockpath, O_RDWR | O_CREAT, 0644)) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/bzip2/
H A Dbzip2.c965 fh = open(name, O_WRONLY|O_CREAT|O_EXCL, S_IWUSR|S_IRUSR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/client/
H A Dclitar.c947 (fnum=cli_open(cli, finfo.name, O_RDWR|O_CREAT|O_TRUNC, DENY_NONE)) == -1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_winsserver.c1817 if((fp = x_fopen(fnamenew,O_WRONLY|O_CREAT,0644)) == NULL) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_cache.c62 TDB_CLEAR_IF_FIRST, O_RDWR|O_CREAT, 0600);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dutils.c988 fd = open(*filename, O_RDWR | O_BINARY | O_CREAT, 0444);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dexec.c1549 O_CREAT | 2 | O_NOFOLLOW | O_LARGEFILE | flag,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c1022 if ((fd = open(destpath, O_RDONLY | O_CREAT, new_mode & ~S_IFMT)) < 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/ipc/
H A Dmqueue.c681 if (oflag & O_CREAT) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/squashfs/
H A Dunsquashfs.c466 if((file_fd = open(pathname, O_CREAT | O_WRONLY | (force ? O_TRUNC : 0), (mode_t) mode & 0777)) == -1) {

Completed in 205 milliseconds

<<11121314