Searched refs:S_IWRITE (Results 1 - 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/libreadline/
H A Dposixstat.h114 # define S_IWRITE 00200 macro
120 # define S_IWUSR S_IWRITE /* write, owner */
124 # define S_IWGRP (S_IWRITE >> 3) /* write, group */
128 # define S_IWOTH (S_IWRITE >> 6) /* write, other */
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dstat.h31 #define S_IWRITE _S_IWRITE /* write permission, owner */ macro
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.h285 #ifndef S_IWRITE
286 # define S_IWRITE 0000200 macro
287 #endif /* S_IWRITE */
289 # define S_IWOTH (S_IWRITE >> 6)
292 # define S_IWGRP (S_IWRITE >> 3)
295 # define S_IWUSR S_IWRITE
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Dconf.h279 # ifdef S_IWRITE
280 # define S_IWUSR S_IWRITE
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Dos.h337 #ifndef S_IWRITE
338 #define S_IWRITE 0000200 macro
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Dsafefile.c206 int md = S_IWRITE|S_IEXEC;
708 smode = S_IWRITE;
712 smode = S_IREAD|S_IWRITE;
/freebsd-11-stable/sys/sys/
H A Dstat.h208 #define S_IWRITE S_IWUSR macro
/freebsd-11-stable/usr.bin/write/
H A Dwrite.c233 *msgsokP = (s.st_mode & (S_IWRITE >> 3)) != 0; /* group write bit */
/freebsd-11-stable/contrib/less/
H A Dless.h258 #define OPEN_APPEND (S_IWRITE)
/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h740 # define S_IWUSR S_IWRITE
1382 # define S_IWRITE _S_IWRITE macro
1893 # define S_IWRITE S_IWUSR macro
/freebsd-11-stable/bin/rcp/
H A Drcp.c639 mode |= S_IWRITE;
/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A Drcp.c563 mode |= S_IWRITE;
/freebsd-11-stable/usr.bin/msgs/
H A Dmsgs.c307 && stbuf.st_mode&S_IWRITE) {
/freebsd-11-stable/contrib/sendmail/src/
H A Drecipient.c1378 errno = safefile(filename, euid, egid, user, flags, S_IWRITE, NULL);
H A Dmap.c1491 smode = S_IWRITE;
2089 smode = S_IWRITE;
2779 smode = S_IWRITE;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp6515 if(mode & S_IWRITE)
6531 if(mode & (S_IWRITE >> 3))
6547 if(mode & (S_IWRITE >> 6))

Completed in 304 milliseconds