Searched refs:S_IWUSR (Results 1 - 25 of 475) sorted by relevance

1234567891011>>

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H A D22-1.c29 fd = shm_open(SHM_NAME, O_RDONLY | O_CREAT, S_IRUSR | S_IWUSR);
35 fd = shm_open(SHM_NAME, O_RDONLY | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
H A D14-2.c44 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
63 fd = shm_open(SHM_NAME, O_RDWR, S_IRUSR | S_IWUSR);
H A D18-1.c34 #define MOD_FLAGS (S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH) /* -w?rw?r-? */
36 #define ALL_MOD_FLAGS (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | \
H A D25-1.c40 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
51 fd = shm_open(SHM_NAME, O_RDWR | O_TRUNC, S_IRUSR | S_IWUSR);
H A D11-1.c28 fd = shm_open(SHM_NAME, O_RDONLY | O_CREAT, S_IRUSR | S_IWUSR);
H A D38-1.c28 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
H A D5-1.c28 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
39 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR);
H A D6-1.c25 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR);
/external/toybox/toys/posix/
H A Dnohup.c28 S_IRUSR|S_IWUSR ))
/external/selinux/libsemanage/tests/
H A Dtest_semanage_store.c62 err = mkdir(rootpath, S_IRUSR | S_IWUSR | S_IXUSR);
66 err = mkdir(polpath, S_IRUSR | S_IWUSR | S_IXUSR);
70 err = mkdir(actpath, S_IRUSR | S_IWUSR | S_IXUSR);
74 err = mkdir(modpath, S_IRUSR | S_IWUSR | S_IXUSR);
160 err = mknod(readlockpath, S_IRUSR | S_IWUSR, S_IFREG);
185 err = chmod(polpath, S_IRUSR | S_IWUSR | S_IXUSR);
187 err = chmod(readlockpath, S_IRUSR | S_IWUSR);
189 err = chmod(modpath, S_IRUSR | S_IWUSR | S_IXUSR);
207 err = chmod(polpath, S_IRUSR | S_IWUSR | S_IXUSR);
211 err = chmod(modpath, S_IRUSR | S_IWUSR | S_IXUS
[all...]
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
H A D15-1.c32 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
43 S_IRUSR | S_IWUSR, NULL);
H A D23-1.c33 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
44 S_IRUSR | S_IWUSR, NULL);
H A D7-3.c35 roqueue = mq_open(qname, O_CREAT | O_RDONLY, S_IRUSR | S_IWUSR, NULL);
42 roqueue2 = mq_open(qname, O_RDONLY, S_IRUSR | S_IWUSR, NULL);
H A D12-1.c39 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
H A D21-1.c36 queue = mq_open(qname, O_RDWR, S_IRUSR | S_IWUSR, NULL);
H A D29-1.c33 queue = mq_open(qname, O_RDWR, S_IRUSR | S_IWUSR, NULL);
H A D3-1.c32 queue = mq_open(qname, O_RDWR, S_IRUSR | S_IWUSR, NULL);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
H A D1-1.c38 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, 0);
44 if (mq_open(mqname, O_RDWR, S_IRUSR | S_IWUSR, 0) == -1) {
/external/valgrind/memcheck/tests/solaris/
H A Dsyscall_at.c86 fchmodat(dfd, FILENAME, S_IRUSR | S_IWUSR, 0);
87 fchmodat(0x4303151, DIRECTORY FILENAME, S_IRUSR | S_IWUSR, 0);
88 fchmodat(AT_FDCWD, FILENAME, S_IRUSR | S_IWUSR, 0);
89 fchmodat(0x4303152, FILENAME, S_IRUSR | S_IWUSR, 0); /* warning for this one */
92 mkdirat(dfd, FILENAME, S_IRUSR | S_IWUSR);
93 mkdirat(0x9384151, DIRECTORY FILENAME, S_IRUSR | S_IWUSR);
94 mkdirat(AT_FDCWD, FILENAME, S_IRUSR | S_IWUSR);
95 mkdirat(0x9384152, FILENAME, S_IRUSR | S_IWUSR); /* warning for this one */
/external/valgrind/none/tests/linux/
H A Dmremap4.c13 IPC_CREAT | IPC_EXCL | S_IRUSR | S_IWUSR);
H A Dmremap5.c13 IPC_CREAT | IPC_EXCL | S_IRUSR | S_IWUSR);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
H A D1-1.c32 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/speculative/
H A D2-2.c32 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
H A D2-3.c32 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL);
H A D6-1.c37 S_IRUSR | S_IWUSR, NULL);

Completed in 385 milliseconds

1234567891011>>