Home
last modified time | relevance | path

Searched refs:RW (Results 1 – 7 of 7) sorted by relevance

/original-bsd/usr.bin/uuencode/
H A Duuencode.c56 #define RW (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH) macro
57 mode = RW & ~umask(RW);
/original-bsd/usr.sbin/lpr/common_source/
H A Dlp.h42 extern long RW; /* open LP for reading and writing */
H A Dcommon.c66 long RW; /* open LP for reading and writing */ variable
/original-bsd/libexec/getty/
H A Dgettytab.h99 #define RW gettyflags[11].value macro
H A Dsubr.c185 if (RW)
/original-bsd/usr.sbin/lpr/lpd/
H A Dprintjob.c1187 RW = (cgetcap(bp, "rw", ':') != NULL); in init()
1309 pfd = open(LP, RW ? O_RDWR : O_WRONLY); in opentty()
/original-bsd/usr.sbin/sendmail/src/
H A DTODO262 X * Disable all default RW sets except mailer-specific?