Searched
refs:O_RDWR (Results
376 -
400 of
1216) sorted by null
<<11121314151617181920>>
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
14-1.c | 47 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
15-1.c | 48 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &mqstat);
|
17-1.c | 48 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
17-2.c | 49 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
17-3.c | 49 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
2-1.c | 47 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 | 46 mqdes = mq_open(mqname, O_CREAT | O_NONBLOCK | O_RDWR,
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/speculative/ |
10-2.c | 49 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/ |
1-1.c | 46 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
10-1.c | 45 queue = mq_open(qname, O_CREAT | O_RDWR | O_NONBLOCK,
|
11-1.c | 38 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
|
13-1.c | 44 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
|
14-1.c | 51 mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
2-1.c | 41 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
4-3.c | 47 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
7-1.c | 54 queue = mq_open(qname, O_CREAT | O_RDWR | O_NONBLOCK,
|
8-1.c | 46 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, &attr);
|
9-1.c | 48 queue = mq_open(qname, O_CREAT | O_RDWR | O_NONBLOCK,
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munmap/ |
2-1.c | 36 fd = open("/dev/zero", O_RDWR);
|
3-1.c | 58 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
|
9-1.c | 53 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
1-1.c | 39 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
|
28-1.c | 39 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
|
28-3.c | 40 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
|
Completed in 658 milliseconds
<<11121314151617181920>>