Home | History | Annotate | Download | only in examples

Lines Matching refs:O_EXCL

153    - Exclusively create the foo.lock file using the O_CREAT and O_EXCL modes of
354 while ((fd = open(log->path, O_CREAT | O_EXCL, 0644)) < 0) {