Searched refs:S_IWUSR (Results 126 - 150 of 241) sorted by relevance

12345678910

/macosx-10.9.5/system_cmds-597.90.1/passwd.tproj/
H A Dfile_passwd.c141 if (tfp == NULL || fchmod(fd, S_IRUSR | S_IWUSR) != 0) {
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/passwd.tproj/
H A Dfile_passwd.c141 if (tfp == NULL || fchmod(fd, S_IRUSR | S_IWUSR) != 0) {
/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/CF-855.17/
H A DCFXMLPreferencesDomain.c328 mode = isWorldReadable ? S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH : S_IRUSR|S_IWUSR;
/macosx-10.9.5/bind9-45.100/bind9/bin/named/unix/
H A Dos.c702 mode = S_IRUSR | S_IWUSR | S_IXUSR; /* u=rwx */
874 lockfile = ns_os_openfile(filename, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH,
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c/detail/
H A Dfs.c634 return st->m_sb.st_mode & S_IWUSR;
731 ((mode & atf_fs_access_w) && (st.st_mode & S_IWUSR)) ||
/macosx-10.9.5/gpatch-3/patch/
H A Dutil.c196 mode |= S_IRUSR | S_IWUSR;
882 S_IRUSR|S_IWUSR|S_IXUSR
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dtest.c49 # define isapipe(f,p) (test_stat(f,p)>=0&&S_ISFIFO((p)->st_mode)||S_ISSOCK((p)->st_mode)&&(p)->st_ino&&((p)->st_mode&(S_IRUSR|S_IWUSR))!=(S_IRUSR|S_IWUSR))
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dcache.c502 open(mm.file, O_RDWR|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR)) < 0) {
592 if ((lock.flock_fd = open(lock.flock_file, O_RDWR|O_CREAT|O_TRUNC, S_IWUSR|S_IRUSR)) == -1) {
H A Dipc_unix.c128 if ((accept_fd = open(accept_file, O_RDWR|O_CREAT|O_TRUNC, S_IWUSR|S_IRUSR)) == -1) {
/macosx-10.9.5/BerkeleyDB-21/db/os/
H A Dos_map.c569 if (env->db_mode & S_IWUSR)
/macosx-10.9.5/CPANInternal-140/Log-Dispatch/lib/Log/Dispatch/
H A DFile.pm233 S_IRUSR|S_IWUSR.
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Daaplbfct.cpp244 if (stat(cacheTargetPath, &cacheStat) || cacheStat.st_mode != (S_IFREG|S_IRUSR|S_IWUSR)) {
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dsetmode.c289 perm |= S_IWUSR|S_IWGRP|S_IWOTH;
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dpolicydb.cpp437 ::chmod(prefsFile, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dpolicydb.cpp437 ::chmod(prefsFile, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A Dio_test.cpp115 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/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/file_cmds-230/mknod/
H A Dmknod.c358 mode = S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH;
/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/ksh-20/ksh/src/lib/libast/misc/
H A Dfastfind.c233 if (!stat(fp->encode.file, &st) && st.st_uid == uid && (st.st_mode & S_IWUSR))
244 else if (st.st_uid == uid && (st.st_mode & S_IWUSR))
257 if (!stat(fp->encode.file, &st) && st.st_uid == uid && (st.st_mode & S_IWUSR))
275 !stat(fp->encode.temp, &st) && st.st_uid == uid && (st.st_mode & S_IWUSR))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vmalloc/
H A Dvmmopen.c36 #define CREAT_MODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_windows.h222 #define S_IWUSR _S_IWUSR macro
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dfile.c272 mode = S_IWUSR|S_IRUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH;
/macosx-10.9.5/postfix-252/postfix/src/local/
H A Dmailbox.c189 S_IRUSR | S_IWUSR, &st, chown_uid, chown_gid,

Completed in 192 milliseconds

12345678910