Home
last modified time | relevance | path

Searched refs:S_IRUSR (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/third_party/ltp/testcases/kernel/syscalls/mknod/
Dmknod07.c52 #define DIR_TEMP_MODE (S_IRUSR | S_IXUSR)
53 #define DIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP| \
57 #define FIFO_MODE (S_IFIFO | S_IRUSR | S_IRGRP | S_IROTH)
59 #define CHR_MODE (S_IFCHR | S_IRUSR | S_IWUSR)
60 #define BLK_MODE (S_IFBLK | S_IRUSR | S_IWUSR)
/third_party/boost/libs/filesystem/test/issues/
Dfchmodat_AT_SYMLINK_NOFOLLOW_6659.cpp31 assert(!::fchmodat(AT_FDCWD, "out", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
32 assert(!::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, 0)); in main()
34 assert(::fchmodat(AT_FDCWD, "sym", S_IRUSR | S_IWUSR | S_IXUSR, AT_SYMLINK_NOFOLLOW) == -1); in main()
/third_party/ltp/testcases/kernel/syscalls/mknodat/
Dmknodat02.c45 #define DIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP| \
49 #define FIFOMODE (S_IFIFO | S_IRUSR | S_IRGRP | S_IROTH)
50 #define FREGMODE (S_IFREG | S_IRUSR | S_IRGRP | S_IROTH)
51 #define SOCKMODE (S_IFSOCK | S_IRUSR | S_IRGRP | S_IROTH)
/third_party/libsnd/tests/
Dwin32_test.c118 flags = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH ; in show_fstat_error()
128 flags = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH ; in show_fstat_error()
178 flags = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH ; in show_lseek_error()
188 flags = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH ; in show_lseek_error()
239 flags = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH ; in show_stat_fstat_error()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
D16-1.c59 fd = open(fname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR); in main()
94 S_IRUSR | S_IWUSR, NULL); in main()
111 S_IRUSR | S_IWUSR, NULL); in main()
D7-3.c35 roqueue = mq_open(qname, O_CREAT | O_RDONLY, S_IRUSR | S_IWUSR, NULL); in main()
42 roqueue2 = mq_open(qname, O_RDONLY, S_IRUSR | S_IWUSR, NULL); in main()
D15-1.c32 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL); in main()
43 S_IRUSR | S_IWUSR, NULL); in main()
D23-1.c33 queue = mq_open(qname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, NULL); in main()
44 S_IRUSR | S_IWUSR, NULL); in main()
/third_party/ltp/testcases/kernel/syscalls/link/
Dlink04.c24 #define MODE_TO1 S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IXGRP|S_IXOTH|S_IROTH
25 #define MODE_TO2 S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IXGRP|S_IXOTH|S_IROTH|S_IWOTH
26 #define MODE_TE S_IRUSR|S_IWUSR|S_IXUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
D22-1.c29 fd = shm_open(SHM_NAME, O_RDONLY | O_CREAT, S_IRUSR | S_IWUSR); in main()
35 fd = shm_open(SHM_NAME, O_RDONLY | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in main()
D25-1.c35 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); in main()
46 fd = shm_open(SHM_NAME, O_RDWR | O_TRUNC, S_IRUSR | S_IWUSR); in main()
D14-2.c39 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); in main()
58 fd = shm_open(SHM_NAME, O_RDWR, S_IRUSR | S_IWUSR); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
D5-1.c28 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); in main()
39 fd = shm_open(SHM_NAME, O_RDWR | O_CREAT | O_EXCL, S_IRUSR | S_IWUSR); in main()
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dstat.h52 #ifndef S_IRUSR
56 #define S_IRUSR 0400 macro
96 #define S_IREAD S_IRUSR
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dstat.h52 #ifndef S_IRUSR
56 #define S_IRUSR 0400 macro
96 #define S_IREAD S_IRUSR
/third_party/musl/include/sys/
Dstat.h52 #ifndef S_IRUSR
56 #define S_IRUSR 0400 macro
96 #define S_IREAD S_IRUSR
/third_party/musl/porting/uniproton/kernel/include/sys/
Dstat.h52 #ifndef S_IRUSR
56 #define S_IRUSR 0400 macro
96 #define S_IREAD S_IRUSR
/third_party/musl/porting/linux/user/include/sys/
Dstat.h52 #ifndef S_IRUSR
56 #define S_IRUSR 0400 macro
96 #define S_IREAD S_IRUSR
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dstat.h52 #ifndef S_IRUSR
56 #define S_IRUSR 0400 macro
96 #define S_IREAD S_IRUSR
/third_party/musl/ndk_musl_include/sys/
Dstat.h52 #ifndef S_IRUSR
56 #define S_IRUSR 0400 macro
95 #define S_IREAD S_IRUSR
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
D1-1.c38 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, 0); in main()
44 if (mq_open(mqname, O_RDWR, S_IRUSR | S_IWUSR, 0) == (mqd_t)-1) { in main()
/third_party/libsnd/src/
Dsf_unistd.h52 #ifndef S_IRUSR
53 #define S_IRUSR 0000400 /* read permission, owner */ macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D6-4.c47 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR); in main()
59 fd = open(tmpfname, O_RDONLY, S_IRUSR | S_IWUSR); in main()
D6-6.c45 fd = open(tmpfname, O_CREAT | O_RDWR | O_EXCL, S_IRUSR | S_IWUSR); in main()
57 fd = open(tmpfname, O_WRONLY, S_IRUSR | S_IWUSR); in main()
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h83 #ifndef S_IRUSR
87 #define S_IRUSR 0400 macro
101 #define DEFFILEMODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH)

12345678910>>...22