Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A 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/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dstat.h31 #define S_IWRITE _S_IWRITE /* write permission, owner */ macro
/freebsd/contrib/less/
H A Dless.h270 #define OPEN_APPEND (S_IWRITE)
280 #define CREAT_RW (S_IREAD|S_IWRITE)
/freebsd/contrib/sendmail/libsmutil/
H A Dsafefile.c206 int md = S_IWRITE|S_IEXEC;
708 smode = S_IWRITE;
712 smode = S_IREAD|S_IWRITE;
/freebsd/usr.bin/write/
H A Dwrite.c271 *msgsokP = (s.st_mode & (S_IWRITE >> 3)) != 0; /* group write bit */ in term_chk()
/freebsd/sys/sys/
H A Dstat.h252 #define S_IWRITE S_IWUSR macro
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h740 # define S_IWUSR S_IWRITE
1383 # define S_IWRITE _S_IWRITE macro
1896 # define S_IWRITE S_IWUSR macro
/freebsd/usr.bin/msgs/
H A Dmsgs.c291 && stbuf.st_mode&S_IWRITE) { in main()
/freebsd/crypto/heimdal/appl/rcp/
H A Drcp.c563 mode |= S_IWRITE; in sink()
/freebsd/contrib/sendmail/src/
H A Drecipient.c1392 errno = safefile(filename, euid, egid, user, flags, S_IWRITE, NULL);
H A Dmap.c1722 smode = S_IWRITE;
2300 smode = S_IWRITE;
2913 smode = S_IWRITE;