Lines Matching refs:O_CREAT
326 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))
328 else if ((oflags & (O_CREAT | O_TRUNC)) == (O_CREAT | O_TRUNC))
330 else if ((oflags & O_CREAT) == O_CREAT)
486 if (!(oflags & O_CREAT)) {
535 if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL))
581 unsigned oflags = O_EXCL | O_CREAT | O_RDWR;