Searched
refs:O_CREAT (Results
401 -
425 of
1185) sorted by null
<<11121314151617181920>>
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedreceive/ |
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,
|
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);
|
11-2.c | 38 queue = mq_open(qname, O_CREAT | O_RDONLY, 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/ |
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/sem_post/ |
6-1.c | 53 gsemp = sem_open(semname, O_CREAT, 0777, SEMINITVAL);
|
Completed in 721 milliseconds
<<11121314151617181920>>