Home | History | Annotate | Download | only in pppd

Lines Matching refs:O_WRONLY

1700 		int fd = open(forw_path, O_WRONLY);
2202 wtmp = open(_PATH_WTMP, O_APPEND|O_WRONLY);
2385 if (path != 0 && (fd = open(path, O_WRONLY)) >= 0) {