Home
last modified time | relevance | path

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

/external/strace/tests-m32/
Dmq_sendrecv.c65 MSG_CUT = 8, enumerator
303 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
307 (int) bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
313 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
314 MSG_CUT, bogus_prio, bogus_tmout); in main()
317 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT); in main()
319 (unsigned long long) MSG_CUT, (unsigned) bogus_prio, in main()
324 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE, in main()
328 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT); in main()
464 do_send(fd, msg, MSG_CUT, future_tmout, false); in main()
[all …]
/external/strace/tests-mx32/
Dmq_sendrecv.c65 MSG_CUT = 8, enumerator
303 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
307 (int) bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
313 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
314 MSG_CUT, bogus_prio, bogus_tmout); in main()
317 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT); in main()
319 (unsigned long long) MSG_CUT, (unsigned) bogus_prio, in main()
324 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE, in main()
328 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT); in main()
464 do_send(fd, msg, MSG_CUT, future_tmout, false); in main()
[all …]
/external/strace/tests/
Dmq_sendrecv.c65 MSG_CUT = 8, enumerator
303 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
307 (int) bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
313 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_SIZE - MSG_CUT, in main()
314 MSG_CUT, bogus_prio, bogus_tmout); in main()
317 printstr(MSG_START + MSG_SIZE - MSG_CUT, MSG_CUT); in main()
319 (unsigned long long) MSG_CUT, (unsigned) bogus_prio, in main()
324 rc = syscall(__NR_mq_timedsend, bogus_fd, msg + MSG_CUT, MSG_SIZE, in main()
328 printstr(MSG_START + MSG_CUT, MSG_MAX_UNCUT); in main()
464 do_send(fd, msg, MSG_CUT, future_tmout, false); in main()
[all …]