Searched refs:S_IWUSR (Results 101 - 125 of 241) sorted by relevance

12345678910

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/edit/
H A Dhistory.c150 O_BINARY|O_WRONLY|O_APPEND|O_CREAT,S_IRUSR|S_IWUSR))>=0 &&
265 histmode = S_IRUSR|S_IWUSR;
297 fd = open(fname,O_BINARY|O_APPEND|O_CREAT|O_RDWR,S_IRUSR|S_IWUSR);
385 if((fd=sh_open(buff,O_BINARY|O_WRONLY|O_APPEND|O_CREAT,S_IRUSR|S_IWUSR))>=0 && fd < 10)
1195 if((newfd=open(hp->histname,O_BINARY|O_APPEND|O_CREAT|O_RDWR,S_IRUSR|S_IWUSR)) >= 0)
/macosx-10.9.5/system_cmds-597.90.1/at.tproj/
H A Dat.c255 if ((lockdes = open(LFILE, O_WRONLY | O_CREAT, S_IWUSR | S_IRUSR)) < 0)
292 cmask = umask(S_IRUSR | S_IWUSR | S_IXUSR);
463 if (fchmod(fd2, S_IRUSR | S_IWUSR | S_IXUSR) < 0)
/macosx-10.9.5/system_cmds-597.90.1/pwd_mkdb.tproj/
H A Dpwd_mkdb.c70 #define PERM_INSECURE (S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)
71 #define PERM_SECURE (S_IRUSR|S_IWUSR)
328 (void)fchmod(fileno(fp), S_IRUSR|S_IWUSR); local
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/at.tproj/
H A Dat.c255 if ((lockdes = open(LFILE, O_WRONLY | O_CREAT, S_IWUSR | S_IRUSR)) < 0)
292 cmask = umask(S_IRUSR | S_IWUSR | S_IXUSR);
463 if (fchmod(fd2, S_IRUSR | S_IWUSR | S_IXUSR) < 0)
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/pwd_mkdb.tproj/
H A Dpwd_mkdb.c70 #define PERM_INSECURE (S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)
71 #define PERM_SECURE (S_IRUSR|S_IWUSR)
328 (void)fchmod(fileno(fp), S_IRUSR|S_IWUSR); local
/macosx-10.9.5/BerkeleyDB-21/db/docs/ref/transapp/
H A Dtransapp.cs148 S_IRUSR | S_IWUSR)) != 0) {
265 DB_AUTO_COMMIT | DB_CREATE | DB_THREAD, S_IRUSR | S_IWUSR)) != 0) {
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/transapp/
H A Dtransapp.cs148 S_IRUSR | S_IWUSR)) != 0) {
265 DB_AUTO_COMMIT | DB_CREATE | DB_THREAD, S_IRUSR | S_IWUSR)) != 0) {
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-unix.c76 #if defined (S_IRUSR) && defined (S_IWUSR) && defined (S_IRGRP) && defined (S_IWGRP) && defined (S_IROTH) && defined (S_IWOTH)
78 (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
/macosx-10.9.5/kext_tools-326.95.1/
H A Dsafecalls.c519 dstfd = sopen(dstfdvol, dstpath, O_CREAT|O_WRONLY, srcsb->st_mode|S_IWUSR);
599 dirmode = ((srcsb.st_mode&~S_IFMT) | S_IWUSR | S_IXUSR /* u+wx */);
/macosx-10.9.5/network_cmds-433/kdumpd.tproj/
H A Dkdumpd.c436 fd = open(filename, O_RDWR|O_CREAT|O_TRUNC , S_IRUSR | S_IWUSR);
445 if (fchmod(fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP) < 0)
/macosx-10.9.5/rsync-42/rsync/
H A Drsync.h743 #ifndef S_IWUSR
744 #define S_IWUSR 0200 macro
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsys_socket.c398 sb64->st_mode |= S_IWUSR | S_IWGRP | S_IWOTH;
408 sb->st_mode |= S_IWUSR | S_IWGRP | S_IWOTH;
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dstat.c61 S_IRUSR, S_IWUSR, S_IXUSR,
73 mflags[1] = S_IWUSR;
/macosx-10.9.5/CPANInternal-140/Log-Dispatch-2.34/lib/Log/Dispatch/
H A DFile.pm248 S_IRUSR|S_IWUSR.
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dauth-krb5.c263 if (fchmod(tmpfd,S_IRUSR | S_IWUSR) == -1) {
/macosx-10.9.5/bind9-45.100/bind9/bin/named/win32/
H A Dos.c260 lockfile = ns_os_openfile(filename, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH,
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dfsaccess.c143 SET_AND_CLEAR(S_IWUSR, S_IWGRP, S_IWOTH);
/macosx-10.9.5/file_cmds-230/rmt/
H A Drmt.c117 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dpaxerror.c31 *string++ = mode & S_IWUSR ? 'w' : '-';
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/bltins/
H A Dhist.c193 if((fdo=open(fname,O_CREAT|O_RDWR,S_IRUSR|S_IWUSR)) < 0)
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dfds.c273 st.st_mode = S_IFSOCK|S_IRUSR|S_IWUSR;
/macosx-10.9.5/man-16/man/misc/
H A Dman-preformat.c137 S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dfsaccess.c143 SET_AND_CLEAR(S_IWUSR, S_IWGRP, S_IWOTH);
/macosx-10.9.5/ntp-88/sntp/
H A Dkod_management.c128 dirmode = S_IRUSR | S_IWUSR | S_IXUSR
/macosx-10.9.5/postfix-252/postfix/src/virtual/
H A Dmailbox.c120 S_IRUSR | S_IWUSR, &st, -1, -1,

Completed in 236 milliseconds

12345678910