Home
last modified time | relevance | path

Searched refs:S_IWOTH (Results 1 – 25 of 81) sorted by path

1234

/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h219 #define S_IWOTH 0000002 /* W for other */ macro
255 #define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/illumos-gate/usr/src/cmd/auditd/
H A Ddoorway.c341 if (stat.st_mode&S_IWOTH) { in load_plugin()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1007 if (sb.st_mode & S_IWOTH || sb.st_mode & S_IWGRP) { in is_safe_exec()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c698 || fchmod(ttyfd, statbuf.st_mode & ~(S_IWGRP | S_IWOTH)) < 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c867 if (((statb.st_mode & ((readmode) ? S_IROTH : S_IWOTH)) == 0) || in tftp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c9415 (void) umask(S_IXUSR | S_IWGRP | S_IXGRP | S_IWOTH | S_IXOTH); in commitconf()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c6969 if (S_IWOTH & temp) in verbose()
/illumos-gate/usr/src/cmd/dd/
H A Ddd.c903 S_IROTH | S_IWOTH)); in main()
907 S_IROTH | S_IWOTH)); in main()
923 S_IROTH | S_IWOTH)); in main()
/illumos-gate/usr/src/cmd/ed/
H A Ded.c804 |S_IWGRP|S_IROTH|S_IWOTH)) < 0) in commands()
877 |S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)) < 0) in commands()
1236 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH); in onhup()
1245 |S_IROTH|S_IWOTH); in onhup()
/illumos-gate/usr/src/cmd/find/
H A Dfind.c1966 S_IROTH != 0004 || S_IWOTH != 0002 || S_IXOTH != 0001 in readmode()
1973 S_IXOTH, S_IWOTH, S_IROTH, in readmode()
2150 return (S_IWUSR|S_IWGRP|S_IWOTH); in isperm()
2221 if (temp & (S_IWUSR|S_IWGRP|S_IWOTH)) in getmode()
2222 perm |= ((S_IWUSR|S_IWGRP|S_IWOTH) & pp->p_who); in getmode()
2231 if (temp & (S_IWUSR|S_IWGRP|S_IWOTH)) in getmode()
2232 perm |= ((S_IWUSR|S_IWGRP|S_IWOTH) & pp->p_who); in getmode()
2241 if (temp & (S_IWUSR|S_IWGRP|S_IWOTH)) in getmode()
2242 perm |= ((S_IWUSR|S_IWGRP|S_IWOTH) & pp->p_who); in getmode()
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_svc.c941 if (info == FTW_D && (statp->st_mode & (S_IWGRP | S_IWOTH)) != 0) { in nftw_owner()
942 mode_t newmode = (statp->st_mode & ~(S_IWGRP | S_IWOTH)) & in nftw_owner()
/illumos-gate/usr/src/cmd/lofiadm/
H A Dmain.c1025 if ((sbuf.st_mode & (S_IWGRP | S_IWOTH)) != 0) in getkeyfromfile()
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Dchkopts.c779 || (statbuf.st_mode & (S_IWGRP|S_IRGRP|S_IWOTH|S_IROTH)))
/illumos-gate/usr/src/cmd/ls/
H A Dls.c1485 static int m7[] = { 1, S_IWOTH, 'w', '-' };
2797 return (!S_ISLNK(mode) && (mode & (S_IWOTH|S_ISVTX))); in color_match()
2800 return (!S_ISLNK(mode) && (mode & S_IWOTH)); in color_match()
/illumos-gate/usr/src/cmd/mesg/
H A Dmesg.c85 if (sbuf.st_mode & (S_IWGRP | S_IWOTH)) { in main()
/illumos-gate/usr/src/cmd/mkfifo/
H A Dmkfifo.c41 #define ALLRW (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)
/illumos-gate/usr/src/cmd/news/
H A Dnews.c51 #define RD_WR_ALL (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
/illumos-gate/usr/src/cmd/oamuser/user/
H A Duserdel.c164 S_IWOTH|S_IXOTH) != 0) { in main()
H A Dusermod.c505 pstruct->pw_gid, S_IWOTH|S_IXOTH) != 0) {
/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_oflags.c70 #define S_IWOTH 0 /* W for other */ macro
77 #define S_IWOTH 0000002 /* W for other */ macro
92 mode |= S_IWOTH;
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2702 # ifndef S_IWOTH
2703 # define S_IWOTH 0002 macro
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstdio.c98 S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH);
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dsafefile.c281 bitset(S_IWOTH, st->st_mode))
303 bitset(S_IWUSR|S_IWGRP|S_IWOTH, mode) &&
404 int mode = S_IWOTH;
601 if (bitset(S_IWOTH, stbuf.st_mode))
613 bitset(S_IWOTH, stbuf.st_mode)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dalias.c544 bitset(S_IWUSR|S_IWGRP|S_IWOTH, stb.st_mode))
H A Dconf.c1193 if (stat(pathn, &stbuf) < 0 || !bitset(S_IWOTH, stbuf.st_mode)) in ttypath()

1234