Lines Matching refs:O_CREAT
281 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))
283 else if ((oflags & (O_CREAT | O_TRUNC)) == (O_CREAT | O_TRUNC))
285 else if ((oflags & O_CREAT) == O_CREAT)
446 if (!(oflags & O_CREAT)) {
494 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))
545 unsigned oflags = O_EXCL | O_CREAT | O_RDWR;