Searched
refs:O_RDWR (Results
351 -
375 of
1216) sorted by null
<<11121314151617181920>>
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/ |
20-1.c | 47 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
|
7-1.c | 44 rdwrqueue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_receive/ |
10-1.c | 45 mq_open(mqname, O_CREAT | O_NONBLOCK | O_RDWR, S_IRUSR | S_IWUSR,
|
11-1.c | 45 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
12-1.c | 46 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &mqstat);
|
13-1.c | 53 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
2-1.c | 45 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &mqstat);
|
5-1.c | 54 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
7-1.c | 44 mq_open(mqname, O_CREAT | O_NONBLOCK | O_RDWR, S_IRUSR | S_IWUSR,
|
8-1.c | 50 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_send/ |
1-1.c | 44 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
10-1.c | 43 queue = mq_open(qname, O_CREAT | O_RDWR | O_NONBLOCK,
|
13-1.c | 42 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
|
14-1.c | 47 mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
4-3.c | 45 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
7-1.c | 53 queue = mq_open(qname, O_CREAT | O_RDWR | O_NONBLOCK,
|
8-1.c | 44 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
9-1.c | 46 queue = mq_open(qname, O_CREAT | O_RDWR | O_NONBLOCK,
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_setattr/ |
1-1.c | 43 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, 0);
|
1-2.c | 44 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, 0);
|
2-1.c | 46 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, 0);
|
5-1.c | 45 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, 0);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
10-1.c | 46 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
10-2.c | 51 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
13-1.c | 46 mqdes = mq_open(mqname, O_CREAT | O_NONBLOCK | O_RDWR,
|
Completed in 1944 milliseconds
<<11121314151617181920>>