Searched refs:MODE_READ (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/cmd/lp/lib/forms/ |
H A D | putform.c | 93 if ((fd = open_locked(path, "w", MODE_READ)) < 0) { in putform() 130 if ((fd = open_locked(path, "w", MODE_READ)) < 0) { in putform()
|
/titanic_50/usr/src/cmd/lp/lib/lp/ |
H A D | files.c | 274 if ((fd = open_locked(path, "r", MODE_READ)) < 0) in loadline() 302 if ((fd = open_locked(path, "r", MODE_READ)) < 0) in loadstring() 327 if ((fd = open_locked(path, "w", MODE_READ)) < 0) in dumpstring()
|
/titanic_50/usr/src/cmd/lp/cmd/lpsched/ |
H A D | alerts.c | 155 if ((fd = open_locked(file, "a", MODE_READ)) < 0) in pformat() 161 if ((fd = open_locked(file, "w", MODE_READ)) < 0) in pformat() 187 if ((fd = open_locked(file, "w", MODE_READ)) < 0) in pwformat() 212 if ((fd = open_locked(file, "w", MODE_READ)) < 0) in fformat()
|
H A D | status.c | 569 if ((fd = open_locked(pstatus, "w", MODE_READ)) < 0) { in dump_pstatus() 635 if ((fd = open_locked(fault_status, "w", MODE_READ)) < 0) { in dump_fault_status() 661 if ((fd = open_locked(cstatus, "w", MODE_READ)) < 0) { in dump_cstatus()
|
/titanic_50/usr/src/cmd/lp/lib/printers/ |
H A D | default.c | 61 if ((fd = open_locked(Lp_Default, "w", MODE_READ)) < 0) in putdefault()
|
H A D | putprinter.c | 308 if ((fdout = open_locked(path, "w", MODE_READ)) < 0) { in putprinter()
|
/titanic_50/usr/src/cmd/lp/lib/filters/ |
H A D | filtertable.c | 79 fd = open_locked(file, mode, MODE_READ); in open_filtertable()
|
/titanic_50/usr/src/cmd/lp/lib/class/ |
H A D | putclass.c | 69 if ((fd = open_locked(file, "w", MODE_READ)) < 0) { in putclass()
|
/titanic_50/usr/src/cmd/lp/lib/access/ |
H A D | dumpaccess.c | 91 if ((fd = open_locked(file, "w", MODE_READ)) < 0) in _dumpaccess()
|
/titanic_50/usr/src/cmd/lp/include/ |
H A D | lp.h | 342 #define MODE_READ (mode_t)0664 macro
|