Lines Matching refs:O_WRONLY
2943 i = open(dbglogfile, O_WRONLY | O_TRUNC);
4847 close(open(ttydev, O_WRONLY));
4966 (i = open(etc_wtmp, O_WRONLY | O_APPEND)) >= 0) {
4983 (i = open(etc_utmp, O_WRONLY)) >= 0) {
5004 (i = open(etc_wtmp, O_WRONLY | O_APPEND)) >= 0) {
5011 (i = open(_U_LASTLOG, O_WRONLY)) >= 0) {
5046 (i = open(etc_lastlog, O_WRONLY)) >= 0) {
5551 if ((fd = open(etc_wtmp, O_WRONLY | O_APPEND)) >= 0) {
5579 if ((wfd = open(etc_utmp, O_WRONLY)) >= 0) {
5587 (wfd = open(etc_wtmp, O_WRONLY | O_APPEND)) >= 0) {