Home
last modified time | relevance | path

Searched refs:target_os (Results 1 - 25 of 319) sorted by relevance

12345678910>>...13

/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs3 #[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
[all...]
H A Dconstants.rs3 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
[all...]
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs30 #[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
[all...]
H A Daddr.rs24 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 in _new()
[all...]
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs29 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
[all...]
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs96 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
[all...]
/third_party/rust/crates/rustix/src/backend/libc/mm/
H A Dtypes.rs34 #[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
[all...]
/third_party/rust/crates/rustix/src/fs/
H A Dmod.rs4 #[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
[all...]
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs14 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 in show()
[all...]
H A Dprocess.rs23 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 in main()
[all...]
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs23 #[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
[all...]
H A Ddir.rs3 #[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
[all...]
/third_party/rust/crates/nix/src/sys/
H A Dtermios.rs90 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
[all...]
H A Dmod.rs3 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
[all...]
H A Devent.rs5 #[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
[all...]
H A Dstatfs.rs4 #[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
[all...]
H A Dmman.rs4 #[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
[all...]
/third_party/rust/crates/libloading/src/os/unix/
H A Dconsts.rs61 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
[all...]
/third_party/rust/crates/nix/src/net/
H A Dif_.rs32 #[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
[all...]
/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dtypes.rs12 #[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
[all...]
/third_party/rust/crates/rustix/src/backend/libc/
H A Doffset.rs8 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
[all...]
/third_party/rust/crates/nix/src/
H A Dunistd.rs4 #[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
[all...]
H A Dtime.rs3 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
[all...]
/third_party/rust/crates/rustix/src/process/
H A Dmod.rs3 #[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
[all...]
/third_party/rust/crates/nix/src/sys/socket/
H A Daddr.rs2 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
[all...]

Completed in 9 milliseconds

12345678910>>...13