HomeSort by relevance Sort by last modified time
    Searched refs:MSG_MAX_UNCUT (Results 1 - 3 of 3) sorted by null

  /external/strace/tests/
mq_sendrecv.c 66 MSG_MAX_UNCUT = 32,
143 printstr(MSG_START, msg_size > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
178 printstr(MSG_START, rc > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
328 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT);
  /external/strace/tests-m32/
mq_sendrecv.c 66 MSG_MAX_UNCUT = 32,
143 printstr(MSG_START, msg_size > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
178 printstr(MSG_START, rc > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
328 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT);
  /external/strace/tests-mx32/
mq_sendrecv.c 66 MSG_MAX_UNCUT = 32,
143 printstr(MSG_START, msg_size > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
178 printstr(MSG_START, rc > MSG_MAX_UNCUT ? MSG_MAX_UNCUT :
328 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT);

Completed in 1105 milliseconds