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

<<11121314

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/printing/
H A Dnt_printing.c301 tdb_drivers = tdb_open_log(lock_path("ntdrivers.tdb"), 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0600);
310 tdb_printers = tdb_open_log(lock_path("ntprinters.tdb"), 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0600);
319 tdb_forms = tdb_open_log(lock_path("ntforms.tdb"), 0, TDB_DEFAULT, O_RDWR|O_CREAT, 0600);
H A Dprinting.c75 rap_tdb = tdb_open_log(NULL, 0, TDB_INTERNAL, (O_RDWR|O_CREAT), 0644);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfs/
H A Dnfs4proc.c270 } else if (flags & O_CREAT) {
749 if (o_arg->open_flags & O_CREAT) {
1274 BUG_ON(nd->intent.open.flags & O_CREAT);
H A Dnfs4xdr.c915 switch (arg->open_flags & O_CREAT) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/rpc_server/
H A Dsrv_srvsvc_nt.c136 share_tdb = tdb_open_log(lock_path("share_info.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/utils/
H A Dnet_rpc_printer.c494 O_RDWR|O_CREAT|O_TRUNC, DENY_NONE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-solaris.c2541 while ((fd = open(lock_file, O_EXCL | O_CREAT | O_RDWR, 0644)) < 0) {
H A Deap.c1290 fd = open_pn_file(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 Dutil.c2250 return open(p, O_CREAT|O_EXCL|O_RDWR, 0600);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/libsmb/
H A Dclifile.c717 if (flags & O_CREAT)
H A Dlibsmbclient.c996 static int creat_bits = O_WRONLY | O_CREAT | O_TRUNC; /* FIXME: Do we need this */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/fuse/
H A Ddir.c369 flags &= ~(O_CREAT | O_EXCL | O_TRUNC);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dauditsc.c234 if (flags & (O_TRUNC | O_CREAT))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/torture/
H A Ddenytest.c1425 fnum1 = cli_open(cli1, fnames[i], O_RDWR|O_CREAT, DENY_NONE);
1511 fnum1 = cli_open(cli1, fnames[i], O_RDWR|O_CREAT, DENY_NONE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dash.c4594 return open(fname, O_WRONLY|O_CREAT|O_EXCL, 0666);
4595 fd = open(fname, O_WRONLY|O_CREAT, 0666);
4681 f = open(fname, O_RDWR|O_CREAT|O_TRUNC, 0666);
4697 f = open(fname, O_WRONLY|O_CREAT|O_TRUNC, 0666);
4703 f = open(fname, O_WRONLY|O_CREAT|O_APPEND, 0666);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dnamei.c68 * New symlink semantics: when open() is called with flags O_CREAT | O_EXCL
98 * [Jun 2000 AV] Inconsistent behaviour of open() in case if flags==O_CREAT
1653 if (!(flag & O_CREAT)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/editors/
H A Dvi.c2448 fd = open(fn, (O_WRONLY | O_CREAT | O_TRUNC), 0664);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c1277 fi.flags = O_CREAT | O_EXCL | O_WRONLY;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/squashfs/
H A Dmksquashfs.c3034 if((fd = open(argv[source + 1], O_CREAT | O_TRUNC | O_RDWR, S_IRWXU)) == -1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/Documentation/cdrom/
H A Dcdrom-standard.tex665 \cdrom\ devices: $O_CREAT$, $O_NOCTTY$, $O_TRUNC$, $O_APPEND$, and
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c1280 ** analogous to the O_EXCL and O_CREAT flags of the POSIX open()
22077 ** int fd1 = open("./file1", O_RDWR|O_CREAT, 0644);
22078 ** int fd2 = open("./file2", O_RDWR|O_CREAT, 0644);
23350 fd = open(zLockFile,O_RDONLY|O_CREAT|O_EXCL,0600);
25121 pNew->pOpen->pSem = sem_open(zSemName, O_CREAT, 0666, 1);
25420 if( isCreate ) openFlags |= O_CREAT;
25431 openFlags &= ~(O_RDWR|O_CREAT);
26096 fd = open(path, O_CREAT|O_WRONLY|O_EXCL, 0644);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/
H A Dconfigure[all...]

Completed in 912 milliseconds

<<11121314