Searched refs:O_CREAT (Results 176 - 200 of 347) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmopen.c137 dbf->desc = open (dbf->name, O_RDWR|O_CREAT, mode);
142 dbf->desc = open (dbf->name, O_RDWR|O_CREAT, mode);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/adouble/
H A Dad_open.c1237 * O_CREAT: create fork\n
1238 * O_EXCL: fail if exists with O_CREAT
1240 * @param mode passed to open with O_CREAT
1248 * metadata(ressource)-fork only gets created with O_CREAT.
1280 if ((oflags & O_CREAT)) {
1356 ad->ad_md->adf_flags &= ~( O_TRUNC | O_CREAT );
1365 hoflags = oflags & ~(O_CREAT | O_EXCL);
1372 hoflags = oflags & ~(O_CREAT | O_EXCL);
1378 if (errno == ENOENT && (oflags & O_CREAT) ) {
1382 * if ((oflags & O_CREAT)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea_sys.c311 if ((oflag & O_CREAT) )
338 oflag & O_CREAT ? "XATTR_CREATE" : "-",
H A Dunix.c215 if ((dfd = open(dst, O_WRONLY | O_CREAT | O_TRUNC, mode)) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/runit/
H A Dsvlogd.c205 fd = xopen(ld->fnsave, O_WRONLY|O_NDELAY|O_TRUNC|O_CREAT);
211 close(xopen("state", O_WRONLY|O_NDELAY|O_TRUNC|O_CREAT));
215 fd = xopen("newstate", O_WRONLY|O_NDELAY|O_TRUNC|O_CREAT);
359 while ((ld->fdcur = open("current", O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600)) == -1)
491 ld->fdlock = open("lock", O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600);
621 while ((ld->fdcur = open("current", O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600)) == -1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm271 $arg[2] = O_CREAT()|O_RDWR() if @arg >=3 && ! defined $arg[2];
277 $arg[2] |= O_CREAT();
833 tie %A, "DB_File", "filename", O_CREAT|O_RDWR, 0666, $DB_HASH ;
842 tie %A, "DB_File", undef, O_CREAT|O_RDWR, 0666, $DB_HASH ;
871 tie %h, "DB_File", "fruit", O_RDWR|O_CREAT, 0666, $DB_HASH
932 tie %h, "DB_File", "tree", O_RDWR|O_CREAT, 0666, $DB_BTREE
1026 tie %h, "DB_File", $filename, O_RDWR|O_CREAT, 0666, $DB_BTREE
1081 $x = tie %h, "DB_File", $filename, O_RDWR|O_CREAT, 0666, $DB_BTREE
1152 $x = tie %h, "DB_File", $filename, O_RDWR|O_CREAT, 0666, $DB_BTREE
1202 $x = tie %h, "DB_File", $filename, O_RDWR|O_CREAT, 066
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/passdb/
H A Dpdb_tdb.c299 uint32 flags = update ? (O_RDWR|O_CREAT) : O_RDONLY;
422 if (!(pwd_tdb = tdbsam_tdbopen(tdb_state->tdbsam_location, O_CREAT ))) {
600 pwd_tdb = tdbsam_tdbopen(tdb_state->tdbsam_location, O_RDWR | O_CREAT);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-csprng.c877 fd = open (seed_file_name, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY,
881 fd = open (seed_file_name, O_WRONLY|O_CREAT, S_IRUSR|S_IWUSR );
883 fd = open (seed_file_name, O_WRONLY|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dscanner.c205 fnum = cli_open(cli, fname, O_RDWR | O_CREAT | O_TRUNC,
407 fnum = cli_open(cli, fname, O_RDWR | O_CREAT | O_TRUNC,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dfile.c344 fd = open(file->path, O_WRONLY|O_CREAT|O_TRUNC|O_BINARY,
347 fd = open(file->path, O_WRONLY|O_CREAT|O_TRUNC,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Ddebug.c585 new_dbf = x_fopen( debugf, O_WRONLY|O_APPEND|O_CREAT, 0644);
742 dbf = x_fopen( debugf, O_WRONLY|O_APPEND|O_CREAT, 0644 );
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/init/
H A Dinitramfs.c276 int openflags = O_WRONLY|O_CREAT;
565 fd = sys_open("/initrd.image", O_WRONLY|O_CREAT, 0700);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/registry/
H A Dreg_db.c137 tdb_reg = tdb_open_log(lock_path("registry.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/smbd/
H A Dclose.c68 outfd = open(magic_output, O_CREAT|O_EXCL|O_RDWR, 0600);
H A Doplock_irix.c48 if((fd = sys_open(tmpname, O_RDWR|O_CREAT|O_EXCL|O_TRUNC, 0600)) < 0) {
H A Dsession.c38 O_RDWR | O_CREAT, 0644);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/stf/
H A Dcomfychair.py217 openmode = os.O_WRONLY|os.O_CREAT|os.O_TRUNC
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdbtest.c230 O_RDWR | O_CREAT | O_TRUNC, 0600);
H A Dtdbtorture.c193 O_RDWR | O_CREAT, 0600);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/testsuite/printing/
H A Dvlp.c382 if (!(tdb = tdb_open(PRINT_TDB, 0, 0, O_RDWR | O_CREAT,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/bin/ad/
H A Dad_cp.c547 if (ad_open_metadata(to.p_path, ADFLAGS_DIR, O_RDWR | O_CREAT, &ad) != 0) {
614 if (ad_open_metadata(to.p_path, 0, O_RDWR | O_CREAT, &ad) != 0) {
697 to_fd = open(to.p_path, O_WRONLY | O_TRUNC | O_CREAT,
704 to_fd = open(to.p_path, O_WRONLY | O_TRUNC | O_CREAT,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddesktop.c89 if ( errno == ENOENT && ( flags & O_CREAT )) {
161 if (iconopen( vol, fcreator, O_RDWR|O_CREAT, 0666 ) < 0) {
697 if (ad_open_metadata( upath , ( (isadir) ? ADFLAGS_DIR : 0), O_CREAT, adp) < 0 ) {
702 if ( (ad_get_MD_flags( adp ) & O_CREAT) ) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/os-Linux/
H A Dumid.c213 fd = open(file, O_RDWR | O_CREAT | O_EXCL, 0644);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dkspd.c103 { MTSP_O_CREAT, O_CREAT },
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dearly_printk.c184 simnow_fd = simnow(XOPEN, (unsigned long)fn, O_WRONLY|O_APPEND|O_CREAT, 0644);

Completed in 164 milliseconds

1234567891011>>