Home
last modified time | relevance | path

Searched refs:MSG_STAT_ANY (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dmsgctl_flags.h48 #if defined(MSG_STAT_ANY) || (defined(HAVE_DECL_MSG_STAT_ANY) && HAVE_DECL_MSG_STAT_ANY)
50 static_assert((MSG_STAT_ANY) == (13), "MSG_STAT_ANY != 13");
53 # define MSG_STAT_ANY 13
75 XLAT(MSG_STAT_ANY),
Dmsgctl_flags.in8 MSG_STAT_ANY 13
/external/strace/tests-mx32/
Dipc_msg.c39 #ifndef MSG_STAT_ANY
40 # define MSG_STAT_ANY 13 macro
176 rc = msgctl(id, MSG_STAT_ANY, &ds); in main()
/external/strace/tests/
Dipc_msg.c39 #ifndef MSG_STAT_ANY
40 # define MSG_STAT_ANY 13 macro
176 rc = msgctl(id, MSG_STAT_ANY, &ds); in main()
/external/strace/tests-m32/
Dipc_msg.c39 #ifndef MSG_STAT_ANY
40 # define MSG_STAT_ANY 13 macro
176 rc = msgctl(id, MSG_STAT_ANY, &ds); in main()
/external/kernel-headers/original/uapi/linux/
Dmsg.h10 #define MSG_STAT_ANY 13 macro
/external/strace/
DChangeLog3438 xlat: add MSG_STAT_ANY.
3439 * xlat/msgctl_flags.in (MSG_STAT_ANY): New constant, introduced