Home
last modified time | relevance | path

Searched refs:MODE_READ (Results 1 – 10 of 10) sorted by relevance

/titanic_50/usr/src/cmd/lp/lib/forms/
H A Dputform.c93 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 Dfiles.c274 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 Dalerts.c155 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 Dstatus.c569 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 Ddefault.c61 if ((fd = open_locked(Lp_Default, "w", MODE_READ)) < 0) in putdefault()
H A Dputprinter.c308 if ((fdout = open_locked(path, "w", MODE_READ)) < 0) { in putprinter()
/titanic_50/usr/src/cmd/lp/lib/filters/
H A Dfiltertable.c79 fd = open_locked(file, mode, MODE_READ); in open_filtertable()
/titanic_50/usr/src/cmd/lp/lib/class/
H A Dputclass.c69 if ((fd = open_locked(file, "w", MODE_READ)) < 0) { in putclass()
/titanic_50/usr/src/cmd/lp/lib/access/
H A Ddumpaccess.c91 if ((fd = open_locked(file, "w", MODE_READ)) < 0) in _dumpaccess()
/titanic_50/usr/src/cmd/lp/include/
H A Dlp.h342 #define MODE_READ (mode_t)0664 macro