IPC_EXCL
if (msgget(MSG_KEY, IPC_CREAT | IPC_EXCL | 0600) == -1)
buf[i] = msgget(MSG_KEY + i, IPC_CREAT | IPC_EXCL | 0600);
buf[i] = msgget(MSG_KEY + i, IPC_CREAT | IPC_EXCL | 0600);
id = msgget(MSG_KEY, IPC_CREAT | IPC_EXCL | (int)mode[i]);
if (msgget(MSG_KEY, IPC_CREAT | IPC_EXCL | 0600) != -1)
sender_semid = semget(semkey, 1, IPC_CREAT | IPC_EXCL | 0640);
if ((msgflg & IPC_CREAT) && (msgflg & IPC_EXCL))
if ((semflg & IPC_CREAT) && (semflg & IPC_EXCL)) {
if ((SCARG(uap, shmflg) & (IPC_CREAT | IPC_EXCL)) ==
(IPC_CREAT | IPC_EXCL))
if_print_or(flag, IPC_EXCL, or);
if (flag & ~(IPC_CREAT|IPC_EXCL|SEM_R|SEM_A|((SEM_R|SEM_A)>>3)|