Lines Matching refs:MSG_CUT
65 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()
468 do_recv(fd, msg, MSG_CUT, future_tmout, false); in main()