Searched refs:O_EXCL (Results 176 - 196 of 196) sorted by relevance

12345678

/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Djob.c1126 O_WRONLY | O_EXCL);
1129 O_WRONLY | O_EXCL);
/macosx-10.9.5/vim-53/src/
H A Dmemline.c4257 O_RDWR|O_CREAT|O_EXCL|O_EXTRA);
4270 O_RDWR|O_CREAT|O_EXCL|O_EXTRA);
H A Dundo.c1421 O_CREAT|O_EXTRA|O_WRONLY|O_EXCL|O_NOFOLLOW, perm);
H A Dex_cmds.c1923 O_CREAT|O_EXTRA|O_EXCL|O_WRONLY|O_NOFOLLOW,
1928 O_CREAT|O_EXTRA|O_EXCL|O_WRONLY|O_NOFOLLOW, 0600);
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dexec.c1915 O_WRONLY | O_CREAT | O_EXCL | O_NOCTTY, 0666)) >= 0)
3883 fd = open(nam, O_WRONLY | O_CREAT | O_EXCL | O_NOCTTY, 0600);
H A Dutils.c1916 if ((fd = open(fn, O_RDWR | O_CREAT | O_EXCL, 0600)) >= 0)
/macosx-10.9.5/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vnops.c3601 fmode |= O_EXCL;
3619 if (fmode & O_EXCL) {
3687 if ((nfsvers == NFS_VER3) && (fmode & O_EXCL) && (error == NFSERR_NOTSUPP)) {
3688 fmode &= ~O_EXCL;
3695 } else if ((nfsvers == NFS_VER3) && (fmode & O_EXCL)) {
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclIOUtil.c1673 mode |= O_EXCL;
/macosx-10.9.5/copyfile-103.92.1/
H A Dcopyfile.c1494 int oflags = O_EXCL | O_CREAT | O_WRONLY;
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dsys-MacOSX.c3181 while ((fd = open(lock_file, O_EXCL | O_CREAT | O_RDWR, 0644)) < 0) {
/macosx-10.9.5/ruby-104/ruby/
H A Dfile.c5610 rb_define_const(rb_mFConst, "EXCL", INT2FIX(O_EXCL));
/macosx-10.9.5/system_cmds-597.90.1/fs_usage.tproj/
H A Dfs_usage.c3951 if (ti->arg2 & O_EXCL)
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/fs_usage.tproj/
H A Dfs_usage.c3951 if (ti->arg2 & O_EXCL)
/macosx-10.9.5/tcl-102/tcl84/tcl/generic/
H A DtclIOUtil.c1663 mode |= O_EXCL;
/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c96 my_fd = syscall( SYS_open, my_pathp, (O_RDWR | O_EXCL), 0 );
/macosx-10.9.5/ruby-104/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c7058 fd = open(outfname, O_WRONLY | O_CREAT | O_TRUNC | O_EXCL,
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/lib/Perl/
H A DTidy.pm248 my $fh = IO::File->new( $tmpname, O_RDWR | O_CREAT | O_EXCL );
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm258 my $fh = IO::File->new( $tmpname, O_RDWR | O_CREAT | O_EXCL );
[all...]
/macosx-10.9.5/apr-30/apr/apr/
H A Dconfigure31490 psem = sem_open(sem_name, O_CREAT | O_EXCL, 0644, 1);
[all...]
/macosx-10.9.5/bash-92/bash-3.2/
H A Dconfigure25220 fd = open("/tmp/bash-aclocal/not_a_directory", O_WRONLY|O_CREAT|O_EXCL, 0666);
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c1448 ** analogous to the O_EXCL and O_CREAT flags of the POSIX open()
26548 fd = robust_open(zLockFile,O_RDONLY|O_CREAT|O_EXCL,0600);
[all...]

Completed in 1093 milliseconds

12345678