Searched refs:MSG_STAT (Results 1 – 6 of 6) sorted by relevance
16 #if defined(MSG_STAT) || (defined(HAVE_DECL_MSG_STAT) && HAVE_DECL_MSG_STAT)17 XLAT(MSG_STAT),
5 MSG_STAT
25 rc = msgctl(id, MSG_STAT, &ds); in main()
7 #define MSG_STAT 11 macro
41 #ifndef MSG_STAT42 #define MSG_STAT 11 macro
387 if ((msqid = msgctl(i, MSG_STAT, &buf)) < 0 ) continue; in msg_array()