msgget
if ((id = msgget(k, 0)) == -1)
if ((event_msqid = msgget(key, 0444)) == -1) {
if (msgget(key, 0644 | IPC_CREAT) == -1)
if ((msqid = msgget(key, 0644)) == -1) {
(msqid = msgget(key, 0644)) != -1 &&
error = msgget((key_t)a1, (int)a2);
error = msgget((key_t)a1, (int)a2);
int msgget(key_t, int);