/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/ |
D | 10-1.c | 58 if (sysconf(_SC_VERSION) >= 200800L) { in main()
|
D | 10-2.c | 61 if (sysconf(_SC_VERSION) >= 200800L) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/ |
D | 39-1.c | 53 if (sysconf(_SC_VERSION) >= 200800L) { in main()
|
D | 39-2.c | 57 if (sysconf(_SC_VERSION) >= 200800L) { in main()
|
/third_party/ltp/testcases/kernel/syscalls/sysconf/ |
D | sysconf01.c | 90 test_sysconf(_SC_VERSION); in main()
|
/third_party/musl/porting/linux/user/src/conf/ |
D | sysconf.c | 57 [_SC_VERSION] = VER, in sysconf()
|
/third_party/musl/src/conf/ |
D | sysconf.c | 60 [_SC_VERSION] = VER, in sysconf()
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 333 #define _SC_VERSION 29 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 309 #define _SC_VERSION 29 macro
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 336 #define _SC_VERSION 29 macro
|
/third_party/musl/include/ |
D | unistd.h | 375 #define _SC_VERSION 29 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 309 #define _SC_VERSION 29 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 309 #define _SC_VERSION 29 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 315 #define _SC_VERSION 29 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 333 #define _SC_VERSION 29 macro
|
/third_party/musl/libc-test/src/api/ |
D | unistd.c | 230 C(_SC_VERSION) in f()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | unix.txt | 446 _SC_VERSION
|
D | android.txt | 2806 _SC_VERSION
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 550 pub const _SC_VERSION: ::c_int = 8; constant
|
/third_party/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 711 pub const _SC_VERSION: ::c_int = 7; constant
|
/third_party/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 864 pub const _SC_VERSION: ::c_int = 29; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 743 pub const _SC_VERSION: ::c_int = 29; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1080 pub const _SC_VERSION: ::c_int = 8; constant
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 1135 pub const _SC_VERSION: ::c_int = 24; constant
|
/third_party/rust/crates/nix/src/ |
D | unistd.rs | 2487 _POSIX_VERSION = libc::_SC_VERSION,
|