/third_party/rust/crates/rustix/src/termios/ |
D | mod.rs | 3 #[cfg(not(target_os = "wasi"))] 5 #[cfg(not(target_os = "wasi"))] 7 #[cfg(not(target_os = "wasi"))] 12 #[cfg(not(target_os = "wasi"))] 15 target_os = "dragonfly", 16 target_os = "freebsd", 17 target_os = "haiku", 18 target_os = "ios", 19 target_os = "macos", 20 target_os = "netbsd", [all …]
|
D | constants.rs | 3 target_os = "dragonfly", 4 target_os = "freebsd", 5 target_os = "haiku", 6 target_os = "ios", 7 target_os = "macos", 8 target_os = "netbsd", 9 target_os = "openbsd", 10 target_os = "solaris", 14 target_os = "dragonfly", 15 target_os = "freebsd", [all …]
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | errno.rs | 29 target_os = "aix", 30 target_os = "dragonfly", 31 target_os = "freebsd", 32 target_os = "haiku", 33 target_os = "ios", 34 target_os = "macos", 35 target_os = "netbsd", 36 target_os = "openbsd", 37 target_os = "wasi", 48 target_os = "dragonfly", [all …]
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
D | types.rs | 96 target_os = "dragonfly", 97 target_os = "freebsd", 98 target_os = "haiku", 99 target_os = "illumos", 100 target_os = "ios", 101 target_os = "macos", 102 target_os = "netbsd", 103 target_os = "openbsd", 104 target_os = "solaris", 121 #[cfg(not(target_os = "haiku"))] [all …]
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
D | types.rs | 30 #[cfg(not(target_os = "haiku"))] 66 target_os = "dragonfly", 67 target_os = "freebsd", 68 target_os = "haiku", 69 target_os = "illumos", 70 target_os = "ios", 71 target_os = "macos", 72 target_os = "netbsd", 73 target_os = "openbsd", 74 target_os = "solaris", [all …]
|
D | addr.rs | 24 target_os = "dragonfly", 25 target_os = "freebsd", 26 target_os = "ios", 27 target_os = "macos", 28 target_os = "netbsd", 29 target_os = "openbsd", 54 target_os = "dragonfly", in _new() 55 target_os = "freebsd", in _new() 56 target_os = "ios", in _new() 57 target_os = "macos", in _new() [all …]
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
D | types.rs | 34 #[cfg(any(target_os = "android", target_os = "linux"))] 37 #[cfg(any(target_os = "android", target_os = "linux"))] 54 target_os = "android", 55 target_os = "dragonfly", 56 target_os = "emscripten", 57 target_os = "freebsd", 58 target_os = "fuchsia", 59 target_os = "haiku", 60 target_os = "illumos", 61 target_os = "ios", [all …]
|
/third_party/rust/crates/rustix/src/fs/ |
D | mod.rs | 4 #[cfg(not(target_os = "redox"))] 7 #[cfg(any(target_os = "android", target_os = "linux"))] 9 #[cfg(not(target_os = "redox"))] 11 #[cfg(not(target_os = "redox"))] 14 target_os = "dragonfly", 15 target_os = "haiku", 16 target_os = "illumos", 17 target_os = "ios", 18 target_os = "macos", 19 target_os = "netbsd", [all …]
|
/third_party/rust/crates/rustix/examples/ |
D | stdio.rs | 14 not(any(windows, target_os = "fuchsia")), 44 #[cfg(not(target_os = "fuchsia"))] in show() 47 #[cfg(target_os = "wasi")] in show() 50 #[cfg(not(target_os = "wasi"))] in show() 53 #[cfg(not(target_os = "wasi"))] in show() 56 #[cfg(not(target_os = "wasi"))] in show() 69 #[cfg(not(any(target_os = "ios", target_os = "macos")))] in show() 73 #[cfg(not(any(target_os = "ios", target_os = "macos")))] in show() 77 #[cfg(not(any(target_os = "ios", target_os = "macos")))] in show() 81 #[cfg(not(any(target_os = "ios", target_os = "macos")))] in show() [all …]
|
D | process.rs | 23 all(target_os = "android", target_pointer_width = "64"), in main() 24 target_os = "linux", in main() 33 #[cfg(not(target_os = "fuchsia"))] in main() 43 #[cfg(not(target_os = "fuchsia"))] in main() 49 #[cfg(not(target_os = "haiku"))] in main() 51 #[cfg(not(any(target_os = "haiku", target_os = "illumos", target_os = "solaris")))] in main() 53 #[cfg(not(any(target_os = "haiku", target_os = "illumos", target_os = "solaris")))] in main() 55 #[cfg(not(target_os = "solaris"))] in main() 57 #[cfg(not(any(target_os = "haiku", target_os = "illumos", target_os = "solaris")))] in main() 59 #[cfg(not(target_os = "openbsd"))] in main() [all …]
|
/third_party/rust/crates/nix/src/sys/ |
D | termios.rs | 90 target_os = "freebsd", 91 target_os = "dragonfly", 92 target_os = "ios", 93 target_os = "macos", 94 target_os = "netbsd", 95 target_os = "openbsd" 101 target_os = "freebsd", 102 target_os = "dragonfly", 103 target_os = "ios", 104 target_os = "macos", [all …]
|
D | mod.rs | 3 target_os = "dragonfly", 4 target_os = "freebsd", 5 target_os = "ios", 6 all(target_os = "linux", not(target_env = "uclibc")), 7 target_os = "macos", 8 target_os = "netbsd" 18 #[cfg(any(target_os = "android", target_os = "linux"))] 22 #[cfg(any(target_os = "dragonfly", 23 target_os = "freebsd", 24 target_os = "ios", [all …]
|
D | event.rs | 5 #[cfg(not(target_os = "netbsd"))] 7 #[cfg(target_os = "netbsd")] 22 target_os = "dragonfly", 23 target_os = "freebsd", 24 target_os = "ios", 25 target_os = "macos", 26 target_os = "openbsd" 29 #[cfg(any(target_os = "netbsd"))] 32 #[cfg(target_os = "netbsd")] 34 #[cfg(not(target_os = "netbsd"))] [all …]
|
D | statfs.rs | 4 #[cfg(not(any(target_os = "linux", target_os = "android")))] 15 target_os = "dragonfly", 16 target_os = "freebsd", 17 target_os = "macos", 18 target_os = "netbsd", 19 target_os = "openbsd" 23 #[cfg(target_os = "linux")] 28 #[cfg(target_os = "android")] 32 #[cfg(not(target_os = "android"))] 37 if #[cfg(any(target_os = "android", target_os = "fuchsia", target_os = "linux"))] { [all …]
|
D | mman.rs | 4 #[cfg(not(any(target_os = "android", target_env = "ohos")))] 7 #[cfg(not(any(target_os = "android", target_env = "ohos")))] 25 #[cfg(any(target_os = "android", target_os = "linux"))] 29 #[cfg(any(target_os = "android", target_os = "linux"))] 47 #[cfg(target_os = "linux")] 52 #[cfg(target_os = "freebsd")] 60 #[cfg(any(all(any(target_os = "android", target_os = "linux"), 62 …all(target_os = "linux", any(target_env = "musl", target_env = "ohos"), any(target_arch = "x86", t… 63 all(target_os = "freebsd", target_pointer_width = "64")))] 67 #[cfg(any(target_os = "android", target_os = "linux"))] [all …]
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 23 #[cfg(not(target_os = "redox"))] 42 target_os = "android", 43 target_os = "fuchsia", 44 target_os = "linux", 49 #[cfg(not(any(target_os = "emscripten", target_os = "android")))] 53 #[cfg(all(target_os = "linux", target_env = "gnu"))] 57 #[cfg(all(target_os = "linux", target_env = "gnu"))] 61 #[cfg(all(target_os = "linux", target_env = "gnu"))] 74 #[cfg(not(target_os = "wasi"))] // WASI doesn't have Unix-style mode flags. 78 #[cfg(not(target_os = "wasi"))] // WASI doesn't have Unix-style mode flags. [all …]
|
D | dir.rs | 3 #[cfg(not(any(target_os = "haiku", target_os = "illumos", target_os = "solaris")))] 7 #[cfg(target_os = "wasi")] 11 target_os = "haiku", 12 target_os = "illumos", 13 target_os = "netbsd", 14 target_os = "redox", 15 target_os = "solaris", 16 target_os = "wasi", 20 target_os = "haiku", 21 target_os = "illumos", [all …]
|
/third_party/rust/crates/rustix/src/backend/libc/process/ |
D | types.rs | 12 #[cfg(any(target_os = "android", target_os = "linux"))] 44 #[cfg(not(any(target_os = "fuchsia", target_os = "redox", target_os = "wasi")))] 57 #[cfg(not(target_os = "haiku"))] 61 target_os = "haiku", 62 target_os = "illumos", 63 target_os = "ios", 64 target_os = "macos", 65 target_os = "solaris", 69 #[cfg(not(any(target_os = "haiku", target_os = "illumos", target_os = "solaris")))] 75 target_os = "aix", [all …]
|
/third_party/rust/crates/nix/src/ |
D | unistd.rs | 4 #[cfg(not(target_os = "redox"))] 12 target_os = "openbsd", 13 target_os = "netbsd", 14 target_os = "freebsd", 15 target_os = "dragonfly", 16 target_os = "macos", 17 target_os = "ios" 24 #[cfg(not(target_os = "redox"))] 32 #[cfg(not(target_os = "redox"))] 34 #[cfg(not(target_os = "redox"))] [all …]
|
D | time.rs | 3 target_os = "freebsd", 4 target_os = "dragonfly", 5 target_os = "linux", 6 target_os = "android", 7 target_os = "emscripten", 32 target_os = "freebsd", 33 target_os = "dragonfly", 34 target_os = "linux", 35 target_os = "android", 36 target_os = "emscripten", [all …]
|
/third_party/rust/crates/nix/src/net/ |
D | if_.rs | 32 #[cfg(not(target_os = "haiku"))] 42 #[cfg(any(target_os = "android", 43 target_os = "fuchsia", 44 target_os = "ios", 45 target_os = "linux", 46 target_os = "macos", 47 target_os = "netbsd", 48 target_os = "illumos", 49 target_os = "solaris"))] 53 #[cfg(any(target_os = "dragonfly"))] [all …]
|
/third_party/rust/crates/rustix/src/backend/libc/ |
D | offset.rs | 8 target_os = "android", 9 target_os = "emscripten", 10 target_os = "l4re", 11 target_os = "linux", 20 target_os = "android", 21 target_os = "emscripten", 22 target_os = "l4re", 23 target_os = "linux", 32 target_os = "android", 33 target_os = "emscripten", [all …]
|
/third_party/rust/crates/libloading/src/os/unix/ |
D | consts.rs | 61 if #[cfg(target_os = "haiku")] { 63 } else if #[cfg(target_os = "aix")] { 66 target_os = "linux", 67 target_os = "android", 68 target_os = "emscripten", 70 target_os = "macos", 71 target_os = "ios", 72 target_os = "freebsd", 73 target_os = "dragonfly", 74 target_os = "openbsd", [all …]
|
/third_party/rust/crates/rustix/src/process/ |
D | mod.rs | 3 #[cfg(not(target_os = "wasi"))] 6 #[cfg(not(target_os = "wasi"))] // WASI doesn't have get[gpu]id. 8 #[cfg(not(target_os = "wasi"))] 10 #[cfg(any(target_os = "android", target_os = "linux"))] 12 #[cfg(any(target_os = "android", target_os = "linux"))] 14 #[cfg(not(any(target_os = "fuchsia", target_os = "wasi")))] // WASI doesn't have [gs]etpriority. 16 #[cfg(target_os = "freebsd")] 18 #[cfg(not(any(target_os = "fuchsia", target_os = "redox", target_os = "wasi")))] 21 target_os = "android", 22 target_os = "dragonfly", [all …]
|
/third_party/rust/crates/nix/src/sys/socket/ |
D | addr.rs | 2 target_os = "android", 3 target_os = "dragonfly", 4 target_os = "freebsd", 5 target_os = "ios", 6 target_os = "linux", 7 target_os = "macos", 8 target_os = "illumos", 9 target_os = "netbsd", 10 target_os = "openbsd", 11 target_os = "haiku", [all …]
|