Home
last modified time | relevance | path

Searched refs:MSG_CUT (Results 1 – 3 of 3) sorted by relevance

/external/strace/tests-m32/
Dmq_sendrecv.c64 MSG_CUT = 8, enumerator
302 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
306 (int) bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
312 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
313 MSG_CUT, bogus_prio, bogus_tmout); in main()
316 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT); in main()
318 (unsigned long long) MSG_CUT, (unsigned) bogus_prio, in main()
323 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE, in main()
327 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT); in main()
463 do_send(fd, msg, MSG_CUT, future_tmout, false); in main()
[all …]
/external/strace/tests/
Dmq_sendrecv.c64 MSG_CUT = 8, enumerator
302 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
306 (int) bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
312 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
313 MSG_CUT, bogus_prio, bogus_tmout); in main()
316 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT); in main()
318 (unsigned long long) MSG_CUT, (unsigned) bogus_prio, in main()
323 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE, in main()
327 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT); in main()
463 do_send(fd, msg, MSG_CUT, future_tmout, false); in main()
[all …]
/external/strace/tests-mx32/
Dmq_sendrecv.c64 MSG_CUT = 8, enumerator
302 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
306 (int) bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
312 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
313 MSG_CUT, bogus_prio, bogus_tmout); in main()
316 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT); in main()
318 (unsigned long long) MSG_CUT, (unsigned) bogus_prio, in main()
323 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE, in main()
327 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT); in main()
463 do_send(fd, msg, MSG_CUT, future_tmout, false); in main()
[all …]