Searched refs:FILMOD (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/lpr/common_source/
H A Dlp.local.h56 #define FILMOD 0660 macro
/openbsd-current/usr.sbin/lpr/lpd/
H A Drecvjob.c232 if ((fd = open(file, O_CREAT|O_EXCL|O_WRONLY, FILMOD)) < 0)
H A Dprintjob.c650 if ((fo = open(".railmag", O_CREAT|O_WRONLY|O_EXCL, FILMOD)) < 0) {
/openbsd-current/usr.sbin/lpr/lpr/
H A Dlpr.c507 f = open(n, O_WRONLY|O_EXCL|O_CREAT, FILMOD);

Completed in 123 milliseconds