Home
last modified time | relevance | path

Searched refs:target_os (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/external/rust/crates/nix/src/net/
Dif_.rs40 #[cfg(any(target_os = "android",
41 target_os = "fuchsia",
42 target_os = "ios",
43 target_os = "linux",
44 target_os = "macos",
45 target_os = "netbsd",
46 target_os = "solaris"))]
49 #[cfg(any(target_os = "dragonfly"))]
53 #[cfg(any(target_os = "android",
54 target_os = "dragonfly",
[all …]
/external/rust/crates/nix/src/sys/
Dtermios.rs88 #![cfg_attr(any(target_os = "freebsd", target_os = "dragonfly", target_os = "ios",
89 target_os = "macos", target_os = "netbsd", target_os = "openbsd"),
91 #![cfg_attr(not(any(target_os = "freebsd", target_os = "dragonfly", target_os = "ios",
92 target_os = "macos", target_os = "netbsd", target_os = "openbsd")),
105 #![cfg_attr(any(target_os = "freebsd", target_os = "dragonfly", target_os = "ios",
106 target_os = "macos", target_os = "netbsd", target_os = "openbsd"),
108 #![cfg_attr(not(any(target_os = "freebsd", target_os = "dragonfly", target_os = "ios",
109 target_os = "macos", target_os = "netbsd", target_os = "openbsd")),
122 #![cfg_attr(any(target_os = "freebsd", target_os = "dragonfly", target_os = "ios",
123 target_os = "macos", target_os = "netbsd", target_os = "openbsd"),
[all …]
Dmod.rs1 #[cfg(any(target_os = "dragonfly",
2 target_os = "freebsd",
3 target_os = "ios",
4 target_os = "linux",
5 target_os = "macos",
6 target_os = "netbsd"))]
9 #[cfg(any(target_os = "android", target_os = "linux"))]
12 #[cfg(any(target_os = "dragonfly",
13 target_os = "freebsd",
14 target_os = "ios",
[all …]
Devent.rs5 #[cfg(not(target_os = "netbsd"))]
7 #[cfg(target_os = "netbsd")]
20 #[cfg(any(target_os = "dragonfly", target_os = "freebsd",
21 target_os = "ios", target_os = "macos",
22 target_os = "openbsd"))]
24 #[cfg(any(target_os = "dragonfly", target_os = "freebsd",
25 target_os = "ios", target_os = "macos"))]
27 #[cfg(any(target_os = "netbsd"))]
29 #[cfg(any(target_os = "netbsd", target_os = "openbsd"))]
32 #[cfg(target_os = "netbsd")]
[all …]
Dmman.rs2 #[cfg(not(target_os = "android"))]
5 #[cfg(not(target_os = "android"))]
8 #[cfg(not(target_os = "android"))]
24 #[cfg(any(target_os = "android", target_os = "linux"))]
27 #[cfg(any(target_os = "android", target_os = "linux"))]
46 #[cfg(any(target_os = "android", target_os = "linux", target_os = "freebsd"))]
49 #[cfg(any(all(any(target_os = "android", target_os = "linux"),
51 … all(target_os = "linux", target_env = "musl", any(target_arch = "x86", target_arch = "x86_64")),
52 all(target_os = "freebsd", target_pointer_width = "64")))]
55 #[cfg(any(target_os = "android", target_os = "linux"))]
[all …]
Dstatfs.rs4 #[cfg(not(any(target_os = "linux", target_os = "android")))]
9 #[cfg(target_os = "android")]
11 #[cfg(not(target_os = "android"))]
18 #[cfg(target_os = "freebsd")]
20 #[cfg(target_os = "android")]
22 #[cfg(all(target_os = "linux", target_arch = "s390x"))]
24 #[cfg(all(target_os = "linux", target_env = "musl"))]
26 #[cfg(all(target_os = "linux", not(any(target_arch = "s390x", target_env = "musl"))))]
30 target_os = "freebsd",
31 target_os = "android",
[all …]
Dwait.rs13 #[cfg(any(target_os = "android",
14 target_os = "freebsd",
15 target_os = "haiku",
16 target_os = "ios",
17 target_os = "linux",
18 target_os = "redox",
19 target_os = "macos",
20 target_os = "netbsd"))]
23 #[cfg(any(target_os = "android",
24 target_os = "freebsd",
[all …]
Dsignal.rs13 #[cfg(any(target_os = "dragonfly", target_os = "freebsd"))]
17 #[cfg(not(any(target_os = "openbsd", target_os = "redox")))]
42 #[cfg(all(any(target_os = "android", target_os = "emscripten",
43 target_os = "fuchsia", target_os = "linux"),
60 #[cfg(any(target_os = "android", target_os = "emscripten",
61 target_os = "fuchsia", target_os = "linux"))]
64 #[cfg(not(any(target_os = "android", target_os = "emscripten",
65 target_os = "fuchsia", target_os = "linux",
66 target_os = "redox")))]
68 #[cfg(not(any(target_os = "android", target_os = "emscripten",
[all …]
/external/rust/crates/libloading/src/os/unix/
Dconsts.rs61 if #[cfg(target_os = "haiku")] {
64 target_os = "linux",
65 target_os = "android",
66 target_os = "emscripten",
68 target_os = "macos",
69 target_os = "ios",
70 target_os = "freebsd",
71 target_os = "dragonfly",
72 target_os = "openbsd",
73 target_os = "netbsd",
[all …]
/external/rust/crates/nix/src/
Dunistd.rs3 #[cfg(not(target_os = "redox"))]
7 #[cfg(not(target_os = "redox"))]
16 #[cfg(not(target_os = "redox"))]
19 #[cfg(not(target_os = "redox"))]
25 #[cfg(any(target_os = "android", target_os = "linux"))]
28 #[cfg(any(target_os = "android", target_os = "freebsd",
29 target_os = "linux", target_os = "openbsd"))]
296 #[cfg(not(target_os = "redox"))]
345 #[cfg(any(target_os = "linux", target_os = "android"))]
429 #[cfg(not(target_os = "fuchsia"))]
[all …]
Dtime.rs3 target_os = "freebsd",
4 target_os = "dragonfly",
5 target_os = "linux",
6 target_os = "android",
7 target_os = "emscripten",
29 target_os = "freebsd",
30 target_os = "dragonfly",
31 target_os = "linux",
32 target_os = "android",
33 target_os = "emscripten",
[all …]
Dfcntl.rs4 #[cfg(not(target_os = "redox"))]
11 #[cfg(any(target_os = "android", target_os = "linux"))]
13 #[cfg(any(target_os = "android", target_os = "linux"))]
17 target_os = "linux",
18 target_os = "android",
19 target_os = "emscripten",
20 target_os = "fuchsia",
21 any(target_os = "wasi", target_env = "wasi"),
23 target_os = "freebsd"
27 #[cfg(not(target_os = "redox"))]
[all …]
Derrno.rs9 if #[cfg(any(target_os = "freebsd",
10 target_os = "ios",
11 target_os = "macos"))] {
15 } else if #[cfg(any(target_os = "android",
16 target_os = "netbsd",
17 target_os = "openbsd"))] {
21 } else if #[cfg(any(target_os = "linux",
22 target_os = "redox",
23 target_os = "dragonfly",
24 target_os = "fuchsia"))] {
[all …]
/external/rust/crates/ahash/
DCargo.toml95target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", ta…
99target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", ta…
102target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", ta…
105target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", ta…
108target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", ta…
112target_os = \"linux\", target_os = \"android\", target_os = \"windows\", target_os = \"macos\", ta…
DCargo.toml.orig66target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os
72target_os = "linux", target_os = "android", target_os = "windows", target_os = "macos", target_os
/external/rust/crates/mio/src/sys/unix/selector/
Dkqueue.rs16 #[cfg(not(target_os = "netbsd"))]
18 #[cfg(target_os = "netbsd")]
22 #[cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))]
24 #[cfg(any(target_os = "macos", target_os = "ios"))]
26 #[cfg(target_os = "netbsd")]
30 #[cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))]
32 #[cfg(any(target_os = "macos", target_os = "ios"))]
34 #[cfg(target_os = "netbsd")]
39 target_os = "dragonfly",
40 target_os = "freebsd",
[all …]
Dmod.rs2 target_os = "android",
3 target_os = "illumos",
4 target_os = "linux",
5 target_os = "solaris"
10 target_os = "android",
11 target_os = "illumos",
12 target_os = "linux",
13 target_os = "solaris"
18 target_os = "dragonfly",
19 target_os = "freebsd",
[all …]
/external/rust/crates/nix/src/sys/socket/
Daddr.rs9 #[cfg(any(target_os = "android", target_os = "linux"))]
11 #[cfg(any(target_os = "android", target_os = "linux"))]
13 #[cfg(any(target_os = "ios", target_os = "macos"))]
15 #[cfg(any(target_os = "ios", target_os = "macos"))]
17 #[cfg(any(target_os = "android",
18 target_os = "dragonfly",
19 target_os = "freebsd",
20 target_os = "ios",
21 target_os = "linux",
22 target_os = "macos",
[all …]
Dmod.rs32 #[cfg(any(target_os = "android", target_os = "linux"))]
34 #[cfg(any(target_os = "android", target_os = "linux"))]
36 #[cfg(any(target_os = "android", target_os = "linux"))]
89 #[cfg(any(target_os = "ios", target_os = "macos"))]
93 #[cfg(any(target_os = "ios", target_os = "macos"))]
98 #[cfg(any(target_os = "android", target_os = "linux"))]
102 #[cfg(any(target_os = "android", target_os = "linux"))]
106 #[cfg(any(target_os = "android", target_os = "linux"))]
110 #[cfg(any(target_os = "android", target_os = "linux"))]
114 #[cfg(any(target_os = "android", target_os = "linux"))]
[all …]
/external/rust/crates/nix/test/sys/
Dmod.rs8 #[cfg(any(target_os = "freebsd",
9 target_os = "ios",
10 target_os = "linux",
11 target_os = "macos",
12 target_os = "netbsd"))]
14 #[cfg(target_os = "linux")]
16 #[cfg(not(target_os = "redox"))]
18 #[cfg(not(target_os = "redox"))]
20 #[cfg(not(target_os = "redox"))]
22 #[cfg(any(target_os = "android", target_os = "linux"))]
[all …]
/external/rust/crates/mio/src/net/tcp/
Dsocket.rs30 target_os = "linux",
31 target_os = "macos",
32 target_os = "ios",
33 target_os = "freebsd",
34 target_os = "netbsd",
35 target_os = "windows",
39 target_os = "linux",
40 target_os = "macos",
41 target_os = "ios",
42 target_os = "freebsd",
[all …]
/external/rust/crates/nix/src/sys/ptrace/
Dmod.rs3 #[cfg(any(target_os = "android", target_os = "linux"))]
6 #[cfg(any(target_os = "android", target_os = "linux"))]
9 #[cfg(any(target_os = "dragonfly",
10 target_os = "freebsd",
11 target_os = "macos",
12 target_os = "netbsd",
13 target_os = "openbsd"))]
16 #[cfg(any(target_os = "dragonfly",
17 target_os = "freebsd",
18 target_os = "macos",
[all …]
/external/rust/crates/num_cpus/src/
Dlib.rs37 #[cfg(target_os = "hermit")]
40 #[cfg(target_os = "linux")]
42 #[cfg(target_os = "linux")]
110 #[cfg(not(any(target_os = "linux", target_os = "windows", target_os="macos", target_os="openbsd")))]
117 #[cfg(target_os = "windows")]
125 #[cfg(target_os = "windows")]
228 #[cfg(any(target_os = "freebsd",
229 target_os = "dragonfly",
230 target_os = "netbsd"))]
257 #[cfg(target_os = "openbsd")]
[all …]
/external/rust/crates/libc/src/unix/
Dmod.rs122 #[cfg(any(target_env = "musl", target_os = "emscripten"))]
128 #[cfg(target_os = "android")]
130 #[cfg(not(target_os = "android"))]
215 if #[cfg(not(target_os = "redox"))] {
230 if #[cfg(not(any(target_os = "haiku", target_os = "illumos",
231 target_os = "solaris")))] {
265 if #[cfg(not(target_os = "haiku"))] {
300 if #[cfg(target_os = "l4re")] {
305 } else if #[cfg(all(target_os = "linux",
338 } else if #[cfg(target_os = "emscripten")] {
[all …]
/external/rust/crates/nix/test/
Dtest.rs3 #[cfg_attr(not(target_os = "redox"), macro_use)]
10 #[cfg(not(target_os = "redox"))]
13 #[cfg(any(target_os = "android",
14 target_os = "linux"))]
16 #[cfg(any(target_os = "dragonfly",
17 target_os = "freebsd",
18 target_os = "fushsia",
19 target_os = "linux",
20 target_os = "netbsd"))]
22 #[cfg(not(target_os = "redox"))]
[all …]

12345678910>>...12