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