Lines Matching refs:cfg
30 if #[cfg(feature = "rustc-dep-of-std")] {
38 if #[cfg(windows)] {
46 } else if #[cfg(target_os = "fuchsia")] {
54 } else if #[cfg(target_os = "switch")] {
62 } else if #[cfg(target_os = "psp")] {
70 } else if #[cfg(target_os = "vxworks")] {
78 } else if #[cfg(target_os = "solid_asp3")] {
86 } else if #[cfg(unix)] {
94 } else if #[cfg(target_os = "hermit")] {
102 } else if #[cfg(target_os = "teeos")] {
110 } else if #[cfg(target_os = "trusty")] {
118 } else if #[cfg(all(target_env = "sgx", target_vendor = "fortanix"))] {
126 } else if #[cfg(any(target_env = "wasi", target_os = "wasi"))] {
134 } else if #[cfg(target_os = "xous")] {