Lines Matching refs:target_os
3 #[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"))]
26 #[cfg(not(any(target_os = "redox", target_os = "fuchsia")))]
28 #[cfg(any(target_os = "android",
29 target_os = "linux"))]
31 #[cfg(any(target_os = "android",
32 target_os = "freebsd",
33 target_os = "ios",
34 target_os = "linux",
35 target_os = "macos"))]