Searched refs:S_IWUSR (Results 1 - 25 of 241) sorted by last modified time

12345678910

/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dmisc.c38 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) );
139 (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) );
H A Dtests.c935 my_err = chmod( my_pathp, (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP) );
967 (my_sb.st_mode & (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP)) == 0 ) {
3940 my_err = mkfifo( my_pathp, (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) );
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsys_pipe.c531 sb64->st_mode = S_IFIFO | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP;
558 sb->st_mode = S_IFIFO | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP;
1557 ub->vst_mode = S_IFIFO | S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP;
/macosx-10.9.5/CF-855.17/
H A DCFBurstTrie.c55 #define S_IWUSR 0 macro
637 if ((fd=open(filename, CF_OPENFLGS|O_RDWR|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR)) < 0) return success;
H A DCFXMLPreferencesDomain.c328 mode = isWorldReadable ? S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH : S_IRUSR|S_IWUSR;
/macosx-10.9.5/launchd-842.92.1/src/
H A Dcore.c4300 if (stat("/var/log", &sb) == 0 && (sb.st_mode & S_IWUSR)) {
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dsession.c216 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) == -1) {
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOKitLib.c2841 fd = open(path, O_WRONLY|O_CREAT|O_TRUNC, (S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH));
/macosx-10.9.5/lukemftp-13.92.1/tnftp/src/
H A Dftp.c972 chmod(local, (S_IRUSR|S_IWUSR)) < 0) {
/macosx-10.9.5/copyfile-103.92.1/
H A Dcopyfile.c916 (void)fchmod(s->dst_fd, (dst_sb.st_mode & ~S_IFMT) | (S_IRUSR | S_IWUSR));
1361 * of traditional permissions, we set the S_IWUSR (user-write)
1425 if ((mode & (S_IWUSR | S_IRUSR)) != (S_IWUSR | S_IRUSR))
1427 mode |= S_IWUSR|S_IRUSR;
1627 } else while((s->dst_fd = open(s->dst, oflags | dsrc, s->sb.st_mode | S_IWUSR)) < 0)
1630 * We set S_IWUSR because fsetxattr does not -- at the time this comment
1649 if(chmod(s->dst, (s->sb.st_mode | S_IWUSR) & ~S_IFMT) == 0)
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c4457 st->st_mode |= S_IWUSR;
4483 st->st_mode |= S_IWUSR;
4516 mode |= S_IREAD | S_IWRITE | S_IWUSR;
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_attrlist.c2566 (al.commonattr & ATTR_CMN_ACCESSMASK) && !(va.va_mode & S_IWUSR)) {
H A Dvfs_subr.c6067 needed |= S_IWUSR;
6165 (vap->va_mode & S_IWUSR) ? "w" : "-",
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vnops.c1730 return ((cp->c_mode & S_IWUSR) == S_IWUSR ? 0 : EACCES);
/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_vnops.c3448 ((vap->va_mode & (S_IRUSR | S_IWUSR)) != (S_IRUSR | S_IWUSR))) {
H A Dsmbfs_smb.c4646 uint64_t vamode = np->n_mode | S_IWUSR;
/macosx-10.9.5/ruby-104/ruby/
H A Dfile.c1371 # define S_IWUGO (S_IWUSR | S_IWGRP | S_IWOTH)
4882 #ifdef S_IWUSR
4884 return st->st_mode & S_IWUSR ? Qtrue : Qfalse;
4915 #ifdef S_IWUSR
4917 return st->st_mode & S_IWUSR ? Qtrue : Qfalse;
/macosx-10.9.5/cups-372.4/cups/notifier/
H A Ddbus.c636 if ((*fd = open(lockfile, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR)) < 0)
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dconf.c1151 else if ((tmpinfo.st_uid != User || !(tmpinfo.st_mode & S_IWUSR)) &&
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dwin32.h371 #if !defined S_IWUSR && !defined __MINGW32__
372 #define S_IWUSR 0200 macro
/macosx-10.9.5/xnu-2422.115.4/bsd/vm/
H A Dvm_compressor_backing_file.c56 if ((error = vnode_open(path, (O_CREAT | FREAD | FWRITE), S_IRUSR | S_IWUSR, 0, vp, ctx))) {
/macosx-10.9.5/Libc-997.90.3/util/
H A Dmkpath_np.c149 if ((dirstat.st_mode & (S_IWUSR | S_IXUSR)) != (S_IWUSR | S_IXUSR)) {
150 chmod_mode = dirstat.st_mode | S_IWUSR | S_IXUSR;
/macosx-10.9.5/bless-98/
H A Dfirmwaresyncd.c729 tfd = open(timepath, O_WRONLY|O_CREAT|O_EXCL, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH);
/macosx-10.9.5/bless-98/libbless/Misc/
H A DBLCopyFileFromCFData.c54 fdw = open(dest, O_WRONLY|O_TRUNC, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH);
H A DBLCreateFile.c103 mainfd = open(rsrcpath, O_WRONLY|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH);

Completed in 405 milliseconds

12345678910