P_CREAT
pflags |= P_CREAT;
if (pflags & P_CREAT)
((pflags & P_CREAT) && (pflags & (P_EXIST|P_NEXIST|P_BLK|P_CHR))) ||
if (pflags & P_CREAT) {