Home | History | Annotate | Download | only in pppd

Lines Matching refs:O_EXCL

2541     while ((fd = open(lock_file, O_EXCL | O_CREAT | O_RDWR, 0644)) < 0) {