Home
last modified time | relevance | path

Searched refs:S_IWRITE (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/tcsh/
Dtc.os.h285 #ifndef S_IWRITE
286 # define S_IWRITE 0000200 macro
289 # define S_IWOTH (S_IWRITE >> 6)
292 # define S_IWGRP (S_IWRITE >> 3)
295 # define S_IWUSR S_IWRITE
/freebsd-12-stable/contrib/ntp/libntp/lib/isc/win32/include/isc/
Dstat.h31 #define S_IWRITE _S_IWRITE /* write permission, owner */ macro
/freebsd-12-stable/contrib/sendmail/libsmutil/
Dsafefile.c206 int md = S_IWRITE|S_IEXEC;
708 smode = S_IWRITE;
712 smode = S_IREAD|S_IWRITE;
/freebsd-12-stable/usr.bin/write/
Dwrite.c286 *msgsokP = (s.st_mode & (S_IWRITE >> 3)) != 0; /* group write bit */ in term_chk()
/freebsd-12-stable/sys/sys/
Dstat.h251 #define S_IWRITE S_IWUSR macro
/freebsd-12-stable/contrib/sendmail/include/sm/
Dconf.h740 # define S_IWUSR S_IWRITE
1383 # define S_IWRITE _S_IWRITE macro
1894 # define S_IWRITE S_IWUSR macro
/freebsd-12-stable/contrib/less/
Dless.h258 #define OPEN_APPEND (S_IWRITE)
/freebsd-12-stable/usr.bin/msgs/
Dmsgs.c309 && stbuf.st_mode&S_IWRITE) { in main()
/freebsd-12-stable/crypto/heimdal/appl/rcp/
Drcp.c563 mode |= S_IWRITE; in sink()
/freebsd-12-stable/contrib/sendmail/src/
Drecipient.c1390 errno = safefile(filename, euid, egid, user, flags, S_IWRITE, NULL);
Dmap.c1508 smode = S_IWRITE;
2105 smode = S_IWRITE;
2783 smode = S_IWRITE;
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp6503 if(mode & S_IWRITE) in PrintModeVerbose()
6519 if(mode & (S_IWRITE >> 3)) in PrintModeVerbose()
6535 if(mode & (S_IWRITE >> 6)) in PrintModeVerbose()