/third_party/musl/libc-test/src/functionalext/supplement/conf/conf_gtest/ |
D | conf_sysconf_test.cpp | 22 int result = sysconf(_SC_TRACE_USER_EVENT_MAX);
|
/third_party/musl/src/conf/ |
D | sysconf.c | 164 [_SC_TRACE_USER_EVENT_MAX] = -1, in sysconf()
|
/third_party/musl/porting/linux/user/src/conf/ |
D | sysconf.c | 164 [_SC_TRACE_USER_EVENT_MAX] = -1, in sysconf()
|
/third_party/musl/ndk_musl_include/ |
D | unistd.h | 405 #define _SC_TRACE_USER_EVENT_MAX 245 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | unistd.h | 442 #define _SC_TRACE_USER_EVENT_MAX 245 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | unistd.h | 418 #define _SC_TRACE_USER_EVENT_MAX 245 macro
|
/third_party/musl/porting/linux/user/include/ |
D | unistd.h | 445 #define _SC_TRACE_USER_EVENT_MAX 245 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | unistd.h | 442 #define _SC_TRACE_USER_EVENT_MAX 245 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | unistd.h | 418 #define _SC_TRACE_USER_EVENT_MAX 245 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | unistd.h | 418 #define _SC_TRACE_USER_EVENT_MAX 245 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | unistd.h | 424 #define _SC_TRACE_USER_EVENT_MAX 245 macro
|
/third_party/musl/include/ |
D | unistd.h | 424 #define _SC_TRACE_USER_EVENT_MAX 245 macro
|
/third_party/musl/libc-test/src/api/ |
D | unistd.c | 222 C(_SC_TRACE_USER_EVENT_MAX) in f()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 952 _SC_TRACE_USER_EVENT_MAX
|
D | fuchsia.txt | 1122 _SC_TRACE_USER_EVENT_MAX
|
D | apple.txt | 1770 _SC_TRACE_USER_EVENT_MAX
|
D | linux.txt | 2816 _SC_TRACE_USER_EVENT_MAX
|
D | android.txt | 2798 _SC_TRACE_USER_EVENT_MAX
|
/third_party/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 796 pub const _SC_TRACE_USER_EVENT_MAX: ::c_int = 90; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 851 pub const _SC_TRACE_USER_EVENT_MAX: ::c_int = 245; constant
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1238 pub const _SC_TRACE_USER_EVENT_MAX: ::c_int = 106; constant
|
/third_party/rust/crates/nix/src/ |
D | unistd.rs | 2478 _POSIX_TRACE_USER_EVENT_MAX = libc::_SC_TRACE_USER_EVENT_MAX,
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1807 pub const _SC_TRACE_USER_EVENT_MAX: ::c_int = 165; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 2104 pub const _SC_TRACE_USER_EVENT_MAX: ::c_int = 755; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 1197 pub const _SC_TRACE_USER_EVENT_MAX: ::c_int = 135; constant
|