Searched refs:O_CREAT (Results 201 - 225 of 347) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/alpha/boot/tools/
H A Dobjstrip.c95 ofd = open(argv[i++], O_WRONLY | O_CREAT | O_TRUNC, 0666);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/client/
H A Dsmbmnt.c275 if ((fd = open(MOUNTED"~", O_RDWR|O_CREAT|O_EXCL, 0600)) == -1)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/lib/
H A Dgencache.c66 O_RDWR|O_CREAT, 0644);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dcliprint.c169 if (flags & O_CREAT)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_synclists.c171 fp = x_fopen(s->fname,O_WRONLY|O_CREAT|O_TRUNC, 0644);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddpid.c225 if ((fd = open(fn, O_CREAT|O_RDWR|O_EXCL, 0644)) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/archival/
H A Dunzip.c327 dst_fd = xopen(dst_fn, O_WRONLY | O_CREAT | O_TRUNC);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Ddd.c234 int oflag = O_WRONLY | O_CREAT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dismounted.c151 fd = open(TEST_FILE, O_RDWR|O_CREAT);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/networking/
H A Dftpgetput.c195 fd_local = xopen(local_path, O_CREAT | O_TRUNC | O_WRONLY);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/procps/
H A Dsysctl.c208 fd = open(tmpname, O_WRONLY | O_CREAT | O_TRUNC, 0666);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dfile.c83 if ((flags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))
85 else if ((flags & (O_CREAT | O_TRUNC)) == (O_CREAT | O_TRUNC))
87 else if ((flags & O_CREAT) == O_CREAT)
179 if (file->f_flags & O_CREAT) {
224 * O_CREAT FILE_OPEN_IF
225 * O_CREAT | O_EXCL FILE_CREATE
226 * O_CREAT | O_TRUN
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Dlocktest.c337 O_RDWR|O_CREAT,
382 O_RDWR|O_CREAT,
H A Dlocktest2.c282 O_RDWR|O_CREAT);
328 O_RDWR|O_CREAT);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db185/
H A Ddb185.c128 * the user has the O_CREAT flag set, DB 1.85 did it for you,
146 if (oflags & O_CREAT &&
161 * Set the O_CREAT flag in case the application didn't -- in DB
166 oflags |= O_CREAT;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/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) {
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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/runit/
H A Drunsv.c497 O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600);
521 O_WRONLY|O_NDELAY|O_APPEND|O_CREAT, 0600);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dmangle_hash.c660 (O_RDWR|O_CREAT), 0644, NULL, fast_string_hash);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-catalog.c223 fd = open (filename, O_WRONLY | O_CREAT);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzlog.c147 log->fd = open(path, O_RDWR | O_CREAT, 0600);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/accounting/
H A Dgetdelays.c294 fd = open(logfile, O_WRONLY | O_CREAT | O_TRUNC,

Completed in 312 milliseconds

1234567891011>>