/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
D | 2-1-buildonly.c | 15 #ifndef SHM_RDONLY 16 #error SHM_RDONLY not defined
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | shm.h | 23 #define SHM_RDONLY 010000 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | shm.h | 29 #define SHM_RDONLY 010000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | shm.h | 29 #define SHM_RDONLY 010000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | shm.h | 29 #define SHM_RDONLY 010000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | shm.h | 29 #define SHM_RDONLY 010000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | shm.h | 29 #define SHM_RDONLY 010000 macro
|
/third_party/musl/include/sys/ |
D | shm.h | 29 #define SHM_RDONLY 010000 macro
|
/third_party/musl/libc-test/src/api/ |
D | sys_shm.c | 11 C(SHM_RDONLY) in f()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/ |
D | hugeshmat01.c | 52 {&shm_id_1, 0, SHM_RDONLY}
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmat/ |
D | shmat01.c | 48 {&aligned_addr, SHM_RDONLY, SIGSEGV,
|
/third_party/musl/libc-test/src/functional/ |
D | ipc_shm.c | 93 if ((p=shmat(shmid, 0, SHM_RDONLY)) == 0) in get()
|
/third_party/openssl/providers/implementations/rands/seeding/ |
D | rand_unix.c | 491 shm_addr = shmat(shm_id, NULL, SHM_RDONLY); in wait_random_seeded()
|
/third_party/node/deps/openssl/openssl/providers/implementations/rands/seeding/ |
D | rand_unix.c | 491 shm_addr = shmat(shm_id, NULL, SHM_RDONLY); in wait_random_seeded()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 835 SHM_RDONLY
|
D | dragonfly.txt | 881 SHM_RDONLY
|
D | freebsd.txt | 1099 SHM_RDONLY
|
D | apple.txt | 1279 SHM_RDONLY
|
D | linux.txt | 2157 SHM_RDONLY
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 957 pub const SHM_RDONLY: ::c_int = 0o10000; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1429 pub const SHM_RDONLY: ::c_int = 0o10000; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1909 pub const SHM_RDONLY: ::c_int = 0o10000; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1836 pub const SHM_RDONLY: ::c_int = 0o10000; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2435 pub const SHM_RDONLY: ::c_int = 0o10000; constant
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 4587 pub const SHM_RDONLY: ::c_int = 0x1000; constant
|