Searched refs:O_CREAT (Results 226 - 250 of 368) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dsys_ea.c569 if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT;
630 if (!(flags & XATTR_REPLACE)) myflags |= O_CREAT;
H A Dea.c312 /* its like O_CREAT|O_EXCL -> fail */
374 * EEXIST: open with O_CREAT | O_EXCL failed
381 * try to create a file with O_CREAT | O_EXCL, but the whole process in not atomic.
393 if ((fd = open(uname, O_RDWR | O_CREAT | O_EXCL, 0666 & ~ea->vol->v_umask)) == -1) {
469 if ((fd = open(eaname, O_RDWR | O_CREAT | O_EXCL, 0666 & ~ea->vol->v_umask)) == -1) {
1399 if ((ad_open(dst, ADFLAGS_HF, O_RDWR | O_CREAT, 0666, &ad)) != 0) {
1496 if ((ad_open(dst, ADFLAGS_HF, O_RDWR | O_CREAT, 0666, &ad)) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dconfdata.c614 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
634 fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_file.c623 fd = open(fname, O_WRONLY|O_CREAT|O_TRUNC, 0644);
H A Dmessages.c103 O_RDWR|O_CREAT,0600);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_serverlistdb.c337 fp = x_fopen(fnamenew,O_WRONLY|O_CREAT|O_TRUNC, 0644);
H A Dnmbd_namelistdb.c564 fp = x_fopen(lock_path("namelist.debug"),O_WRONLY|O_CREAT|O_TRUNC, 0644);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dmangle_hash.c660 (O_RDWR|O_CREAT), 0644, NULL, fast_string_hash);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbm/
H A Ddbm.c92 if ((__cur_db = dbm_open(file, O_CREAT | O_RDWR, DB_MODE_600)) != NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-catalog.c223 fd = open (filename, O_WRONLY | O_CREAT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgzlog.c147 log->fd = open(path, O_RDWR | O_CREAT, 0600);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/afppasswd/
H A Dafppasswd.c230 if ((fd = open(path, O_CREAT | O_TRUNC | O_RDWR, 0600)) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzlog.c147 log->fd = open(path, O_RDWR | O_CREAT, 0600);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dmkjournal.c351 if ((fd = open(jfile, O_CREAT|O_WRONLY, 0600)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dtftp.c417 flags = O_WRONLY | O_CREAT | O_TRUNC;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/accounting/
H A Dgetdelays.c294 fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dea.c312 /* its like O_CREAT|O_EXCL -> fail */
374 * EEXIST: open with O_CREAT | O_EXCL failed
381 * try to create a file with O_CREAT | O_EXCL, but the whole process in not atomic.
393 if ((fd = open(uname, O_RDWR | O_CREAT | O_EXCL, 0666 & ~ea->vol->v_umask)) == -1) {
469 if ((fd = open(eaname, O_RDWR | O_CREAT | O_EXCL, 0666 & ~ea->vol->v_umask)) == -1) {
1397 if ((ad_open(dst, ADFLAGS_HF, O_RDWR | O_CREAT, 0666, &ad)) != 0) {
1494 if ((ad_open(dst, ADFLAGS_HF, O_RDWR | O_CREAT, 0666, &ad)) != 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/afppasswd/
H A Dafppasswd.c228 if ((fd = open(path, O_CREAT | O_TRUNC | O_RDWR, 0600)) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/
H A Dudev_db.c69 fd = open(filename, O_WRONLY|O_TRUNC|O_CREAT, 0644);
H A Dudevd.c194 fd = open(filename, O_WRONLY|O_TRUNC|O_CREAT, 0644);
288 fd = open(filename, O_WRONLY|O_TRUNC|O_CREAT, 0644);
929 fd = open(filename, O_WRONLY|O_TRUNC|O_CREAT, 0644);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dlp.c488 if (( fd = open( ".seq", O_RDWR|O_CREAT, 0661 )) < 0 ) {
597 if (( fd = open( name, O_WRONLY|O_CREAT|O_EXCL, 0660 )) < 0 ) {
788 if (( fd = open( tfname, O_WRONLY|O_EXCL|O_CREAT, 0660 )) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dlp.c488 if (( fd = open( ".seq", O_RDWR|O_CREAT, 0661 )) < 0 ) {
597 if (( fd = open( name, O_WRONLY|O_CREAT|O_EXCL, 0660 )) < 0 ) {
788 if (( fd = open( tfname, O_WRONLY|O_EXCL|O_CREAT, 0660 )) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Ddir.c1001 if (IS_RDONLY(dir) && (nd->intent.open.flags & (O_CREAT|O_TRUNC|FMODE_WRITE)))
1040 if (nd->intent.open.flags & O_CREAT) {
1097 if ((openflags & (O_CREAT|O_EXCL)) == (O_CREAT|O_EXCL))
1100 openflags &= ~(O_CREAT|O_TRUNC);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.xs28 Changed the default flags to O_CREAT|O_RDWR
1180 if ((flags & O_CREAT) == O_CREAT)
1436 if ((flags & O_CREAT) == O_CREAT)
1510 db_DoTie_(isHASH, dbtype, name=undef, flags=O_CREAT|O_RDWR, mode=0666, type=DB_HASH)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/sam/
H A Didmap_tdb.c504 TDB_DEFAULT, O_RDWR | O_CREAT,

Completed in 303 milliseconds

1234567891011>>