Searched refs:msg (Results 1 – 4 of 4) sorted by relevance
/rt/ |
A D | tst-mqueue10.c | 42 char msg[8] = { 0x55 }; in do_test() local 44 struct mq_attr attr = { .mq_maxmsg = 1, .mq_msgsize = sizeof (msg) }; in do_test() 52 TEST_COMPARE (mq_timedreceive (q, msg, sizeof (msg), NULL, &ts), -1); in do_test() 60 TEST_COMPARE (mq_timedsend (q, msg, sizeof (msg), 0, in do_test() 62 TEST_COMPARE (mq_timedsend (q, msg, sizeof (msg), 0, &ts), -1); in do_test()
|
A D | tst-bz28213.c | 31 static const char msg[] = "hello"; variable 36 char buf[sizeof (msg)]; in check_bz28213_cb() 42 TEST_VERIFY_EXIT (memcmp (buf, msg, sizeof (buf)) == 0); in check_bz28213_cb() 66 TEST_VERIFY_EXIT (mq_send (m, msg, sizeof (msg), 1) == 0); in check_bz28213() 80 m_attr.mq_msgsize = sizeof (msg); in do_test()
|
A D | tst-aio64.c | 64 test_file (const void *buf, size_t size, int fd, const char *msg) in test_file() argument 72 error (0, errno, "%s: failed stat", msg); in test_file() 79 msg, (unsigned long int) st.st_size, (unsigned long int) size); in test_file() 85 error (0, errno, "%s: failed pread", msg); in test_file() 91 error (0, errno, "%s: failed comparison", msg); in test_file() 95 printf ("%s test ok\n", msg); in test_file()
|
A D | tst-aio.c | 63 test_file (const void *buf, size_t size, int fd, const char *msg) in test_file() argument 71 error (0, errno, "%s: failed stat", msg); in test_file() 78 msg, (unsigned long int) st.st_size, (unsigned long int) size); in test_file() 84 error (0, errno, "%s: failed pread", msg); in test_file() 90 error (0, errno, "%s: failed comparison", msg); in test_file() 94 printf ("%s test ok\n", msg); in test_file()
|
Completed in 8 milliseconds