Lines Matching refs:target_os

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"))]
43 #[cfg(any(target_os = "android", target_os = "linux"))]
48 target_os = "android",
49 target_os = "dragonfly",
50 target_os = "freebsd",
51 target_os = "linux",
52 target_os = "openbsd"
57 target_os = "android",
58 target_os = "dragonfly",
59 target_os = "freebsd",
60 target_os = "linux",
61 target_os = "openbsd"
355 #[cfg(not(target_os = "redox"))]
408 #[cfg(any(target_os = "linux", target_os = "android"))]
495 #[cfg(not(target_os = "fuchsia"))]
567 #[cfg(not(target_os = "redox"))] // RedoxFS does not support fifo yet
588 target_os = "macos", target_os = "ios", target_os = "haiku",
589 target_os = "android", target_os = "redox")))]
607 #[cfg(not(target_os = "redox"))]
768 #[cfg(not(target_os = "redox"))]
870 #[cfg(any(target_os = "haiku",
871 target_os = "linux",
872 target_os = "openbsd"))]
894 #[cfg(any(target_os = "android",
895 target_os = "linux",
896 target_os = "dragonfly",
897 target_os = "freebsd"))]
920 #[cfg(any(target_os = "android", target_os = "linux"))]
960 #[cfg(any(target_os = "android",
961 target_os = "dragonfly",
962 target_os = "freebsd",
963 target_os = "illumos",
964 target_os = "linux",
965 target_os = "netbsd",
966 target_os = "openbsd",
967 target_os = "solaris"))]
984 #[cfg(not(target_os = "redox"))]
988 if #[cfg(any(target_os = "dragonfly",
989 target_os = "freebsd",
990 target_os = "illumos",
991 target_os = "ios",
992 target_os = "macos",
993 target_os = "solaris", ))] {
1109 #[cfg(any(target_os = "dragonfly",
1110 target_os = "freebsd",
1111 target_os = "illumos",
1112 target_os = "linux",
1113 target_os = "solaris"))]
1120 #[cfg(any(target_os = "dragonfly",
1121 target_os = "freebsd",
1122 target_os = "illumos",
1123 target_os = "linux",
1124 target_os = "solaris"))]
1137 #[cfg(any(target_os = "linux", target_os = "android"))]
1166 #[cfg_attr(target_os = "linux", doc = "- `O_DIRECT`: Create a pipe that performs I/O in \"packet\" mode.")]
1167 #[cfg_attr(target_os = "netbsd", doc = "- `O_NOSIGPIPE`: Return `EPIPE` instead of raising `SIGPIPE`.")]
1171 #[cfg(any(target_os = "android",
1172 target_os = "dragonfly",
1173 target_os = "emscripten",
1174 target_os = "freebsd",
1175 target_os = "illumos",
1176 target_os = "linux",
1177 target_os = "redox",
1178 target_os = "netbsd",
1179 target_os = "openbsd",
1180 target_os = "solaris"))]
1197 #[cfg(not(any(target_os = "redox", target_os = "fuchsia")))]
1251 #[cfg(not(target_os = "redox"))] // RedoxFS does not support symlinks yet
1313 #[cfg(not(target_os = "redox"))]
1334 #[cfg(not(target_os = "fuchsia"))]
1347 target_os = "dragonfly",
1348 target_os = "freebsd",
1349 target_os = "linux",
1350 target_os = "netbsd",
1351 target_os = "openbsd"
1361 #[cfg(target_os = "linux")]
1382 #[cfg(any(target_os = "linux",
1383 target_os = "android",
1384 target_os = "emscripten",
1385 target_os = "freebsd",
1386 target_os = "fuchsia",
1387 target_os = "netbsd",
1388 target_os = "openbsd",
1389 target_os = "illumos",
1390 target_os = "solaris"))]
1490 #[cfg(any(target_os = "linux", target_os = "android"))]
1501 #[cfg(any(target_os = "linux", target_os = "android"))]
1518 #[cfg(not(any(target_os = "ios", target_os = "macos")))]
1598 #[cfg(not(any(target_os = "ios", target_os = "macos", target_os = "redox", target_os = "haiku")))]
1601 if #[cfg(any(target_os = "dragonfly",
1602 target_os = "freebsd",
1603 target_os = "illumos",
1604 target_os = "ios",
1605 target_os = "macos",
1606 target_os = "netbsd",
1607 target_os = "illumos",
1608 target_os = "openbsd"))] {
1644 #[cfg(not(any(target_os = "illumos",
1645 target_os = "ios",
1646 target_os = "macos",
1647 target_os = "redox")))]
1656 if #[cfg(any(target_os = "ios", target_os = "macos"))] {
1725 #[cfg(not(any(target_os = "ios", target_os = "macos", target_os = "redox", target_os = "haiku")))]
1728 if #[cfg(any(target_os = "ios", target_os = "macos"))] {
1748 #[cfg(not(target_os = "redox"))]
1779 #![cfg_attr(target_os = "redox", doc = " ```rust,ignore")]
1780 #![cfg_attr(not(target_os = "redox"), doc = " ```rust")]
1854 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
1942 #[cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "linux",
1943 target_os = "netbsd", target_os = "openbsd", target_os = "redox"))]
1967 #[cfg(any(target_os = "android", target_os = "dragonfly", target_os = "illumos",
1968 target_os = "linux", target_os = "netbsd", target_os = "openbsd",
1969 target_os = "redox", target_os = "solaris"))]
1973 #[cfg(any(target_os = "android", target_os = "dragonfly", target_os = "freebsd",
1974 target_os = "linux", target_os = "openbsd", target_os = "redox"))]
1979 #[cfg(any(target_os = "android", target_os = "dragonfly", target_os = "freebsd",
1980 target_os = "linux", target_os = "openbsd"))]
1985 #[cfg(any(target_os = "android", target_os = "dragonfly", target_os = "freebsd",
1986 target_os = "linux", target_os = "openbsd", target_os = "redox"))]
1990 #[cfg(any(target_os = "android", target_os = "dragonfly", target_os = "freebsd",
1991 target_os = "linux", target_os = "openbsd", target_os = "redox"))]
1995 #[cfg(any(target_os = "android", target_os = "dragonfly", target_os = "freebsd",
1996 target_os = "linux", target_os = "openbsd", target_os = "redox"))]
2000 #[cfg(any(target_os = "android", target_os = "dragonfly", target_os = "freebsd",
2001 target_os = "illumos", target_os = "linux", target_os = "netbsd",
2002 target_os = "openbsd", target_os = "redox", target_os = "solaris"))]
2016 #[cfg(any(target_os = "android", target_os = "dragonfly", target_os = "freebsd",
2017 target_os = "illumos", target_os = "linux", target_os = "openbsd",
2018 target_os = "redox", target_os = "solaris"))]
2023 #[cfg(any(target_os = "android", target_os = "dragonfly", target_os = "freebsd",
2024 target_os = "illumos", target_os = "linux", target_os = "openbsd",
2025 target_os = "redox", target_os = "solaris"))]
2030 #[cfg(any(target_os = "android", target_os = "dragonfly", target_os = "freebsd",
2031 target_os = "illumos", target_os = "linux", target_os = "netbsd",
2032 target_os = "openbsd", target_os = "redox", target_os = "solaris"))]
2037 #[cfg(any(target_os = "dragonfly", target_os = "openbsd"))]
2140 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2145 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2148 #[cfg(any(target_os="android", target_os="dragonfly", target_os="freebsd",
2149 target_os = "ios", target_os="linux", target_os = "macos",
2150 target_os="openbsd"))]
2158 #[cfg(not(target_os = "redox"))]
2162 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2166 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2170 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2174 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2183 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2187 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2192 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2195 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "illumos",
2196 target_os = "ios", target_os="linux", target_os = "macos",
2197 target_os="netbsd", target_os="openbsd", target_os = "solaris"))]
2204 #[cfg(not(target_os = "redox"))]
2211 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2215 #[cfg(not(target_os = "haiku"))]
2220 #[cfg(not(target_os = "redox"))]
2224 #[cfg(not(target_os = "redox"))]
2228 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2232 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2238 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2239 target_os="linux", target_os = "macos", target_os="openbsd"))]
2243 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "illumos",
2244 target_os = "ios", target_os="linux", target_os = "macos",
2245 target_os="netbsd", target_os="openbsd", target_os = "solaris"))]
2250 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2253 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "illumos",
2254 target_os = "ios", target_os="linux", target_os = "macos",
2255 target_os="netbsd", target_os="openbsd", target_os = "solaris"))]
2259 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "illumos",
2260 target_os = "ios", target_os="linux", target_os = "macos",
2261 target_os="netbsd", target_os="openbsd", target_os = "solaris"))]
2266 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2269 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "illumos",
2270 target_os = "ios", target_os="linux", target_os = "macos",
2271 target_os="openbsd", target_os = "solaris"))]
2276 #[cfg(not(target_os = "redox"))]
2280 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2284 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2288 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2292 #[cfg(not(target_os = "redox"))]
2296 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2300 #[cfg(not(target_os = "redox"))]
2303 #[cfg(any(target_os="android", target_os="dragonfly", target_os="freebsd",
2304 target_os = "illumos", target_os = "ios", target_os="linux",
2305 target_os = "macos", target_os="openbsd", target_os = "solaris"))]
2310 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2313 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "illumos",
2314 target_os = "ios", target_os="linux", target_os = "macos",
2315 target_os="openbsd", target_os = "solaris"))]
2319 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "illumos",
2320 target_os = "ios", target_os="linux", target_os = "macos",
2321 target_os="netbsd", target_os="openbsd", target_os = "solaris"))]
2325 #[cfg(any(target_os = "android", target_os="dragonfly", target_os="freebsd",
2326 target_os = "ios", target_os="linux", target_os = "macos",
2327 target_os = "openbsd"))]
2331 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "illumos",
2332 target_os = "ios", target_os="linux", target_os = "macos",
2333 target_os="netbsd", target_os="openbsd", target_os = "solaris"))]
2338 #[cfg(not(target_os = "redox"))]
2342 #[cfg(not(target_os = "redox"))]
2346 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2349 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2350 target_os="linux", target_os = "macos", target_os="netbsd",
2351 target_os="openbsd"))]
2355 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2356 target_os="linux", target_os = "macos", target_os="netbsd",
2357 target_os="openbsd"))]
2361 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2362 target_os="linux", target_os = "macos", target_os="netbsd",
2363 target_os="openbsd"))]
2367 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2368 target_os="linux", target_os = "macos", target_os="openbsd"))]
2372 #[cfg(any(target_os = "ios", target_os="linux", target_os = "macos",
2373 target_os="openbsd"))]
2377 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2381 #[cfg(not(target_os = "redox"))]
2385 #[cfg(not(target_os = "redox"))]
2388 #[cfg(any(target_os = "ios", target_os="linux", target_os = "macos",
2389 target_os="netbsd", target_os="openbsd"))]
2395 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2399 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2403 #[cfg(not(target_os = "redox"))]
2406 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2407 target_os="linux", target_os = "macos", target_os="netbsd",
2408 target_os="openbsd"))]
2413 #[cfg(any(target_os="dragonfly", target_os="linux", target_os="openbsd"))]
2417 #[cfg(any(target_os="dragonfly", target_os="linux", target_os="openbsd"))]
2422 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2425 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2426 target_os="linux", target_os = "macos", target_os="openbsd"))]
2431 #[cfg(not(target_os = "redox"))]
2434 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2435 target_os="linux", target_os = "macos", target_os="openbsd"))]
2440 #[cfg(not(target_os = "redox"))]
2443 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2444 target_os="linux", target_os = "macos", target_os="openbsd"))]
2448 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2449 target_os="linux", target_os = "macos", target_os="openbsd"))]
2453 #[cfg(any(target_os = "ios", target_os="linux", target_os = "macos",
2454 target_os="openbsd"))]
2457 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2458 target_os="linux", target_os = "macos", target_os="openbsd"))]
2462 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2463 target_os="linux", target_os = "macos", target_os="openbsd"))]
2467 #[cfg(any(target_os = "ios", target_os="linux", target_os = "macos",
2468 target_os="openbsd"))]
2471 #[cfg(any(target_os = "ios", target_os="linux", target_os = "macos",
2472 target_os="openbsd"))]
2475 #[cfg(any(target_os = "ios", target_os="linux", target_os = "macos",
2476 target_os="openbsd"))]
2479 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2480 target_os="linux", target_os = "macos", target_os="openbsd"))]
2488 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2489 target_os="linux", target_os = "macos", target_os="netbsd",
2490 target_os="openbsd"))]
2495 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2496 target_os="linux", target_os = "macos", target_os="netbsd",
2497 target_os="openbsd"))]
2503 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2504 target_os="linux", target_os = "macos", target_os="netbsd",
2505 target_os="openbsd"))]
2510 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2511 target_os="linux", target_os = "macos", target_os="netbsd",
2512 target_os="openbsd"))]
2519 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2523 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2527 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2531 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2535 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2540 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2543 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2544 target_os="linux", target_os = "macos", target_os="netbsd",
2545 target_os="openbsd"))]
2550 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2551 target_os="linux", target_os = "macos", target_os="netbsd",
2552 target_os="openbsd"))]
2556 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2557 target_os="linux", target_os = "macos", target_os="netbsd",
2558 target_os="openbsd"))]
2562 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2563 target_os="linux", target_os = "macos", target_os="netbsd",
2564 target_os="openbsd"))]
2568 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2569 target_os="linux", target_os = "macos", target_os="netbsd",
2570 target_os="openbsd"))]
2574 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2575 target_os="linux", target_os = "macos", target_os="netbsd",
2576 target_os="openbsd"))]
2581 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2585 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2590 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2598 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2601 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2604 #[cfg(not(target_os = "redox"))]
2607 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2610 #[cfg(not(target_os = "haiku"))]
2612 #[cfg(any(target_os="android", target_os="dragonfly", target_os="freebsd",
2613 target_os = "ios", target_os="linux", target_os = "macos",
2614 target_os="openbsd"))]
2617 #[cfg(not(target_os = "redox"))]
2620 #[cfg(any(target_os="android", target_os="dragonfly", target_os="freebsd",
2621 target_os = "ios", target_os="linux", target_os = "macos",
2622 target_os="openbsd"))]
2625 #[cfg(any(target_os = "android", target_os="dragonfly", target_os="freebsd",
2626 target_os = "ios", target_os="linux", target_os = "macos",
2627 target_os = "openbsd"))]
2631 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2632 target_os="linux", target_os = "macos", target_os="netbsd",
2633 target_os="openbsd"))]
2636 #[cfg(not(target_os = "redox"))]
2641 #[cfg(any(target_os="android", target_os="dragonfly", target_os="freebsd",
2642 target_os = "ios", target_os="linux", target_os = "macos",
2643 target_os="openbsd"))]
2647 #[cfg(any(target_os="android", target_os="dragonfly", target_os="freebsd",
2648 target_os = "ios", target_os="linux", target_os = "macos",
2649 target_os="openbsd"))]
2654 #[cfg(any(target_os="android", target_os="dragonfly", target_os="freebsd",
2655 target_os = "ios", target_os="linux", target_os = "macos",
2656 target_os="openbsd"))]
2659 #[cfg(any(target_os="android", target_os="dragonfly", target_os="freebsd",
2660 target_os = "ios", target_os="linux", target_os = "macos",
2661 target_os="openbsd"))]
2665 #[cfg(any(target_os="android", target_os="dragonfly", target_os="freebsd",
2666 target_os = "ios", target_os="linux", target_os = "macos",
2667 target_os="openbsd"))]
2673 #[cfg(not(any(target_os = "redox", target_os = "haiku")))]
2676 #[cfg(any(target_os="dragonfly", target_os="freebsd", target_os = "ios",
2677 target_os="linux", target_os = "macos", target_os="openbsd"))]
2681 #[cfg(any(target_os="android", target_os="dragonfly", target_os="freebsd",
2682 target_os = "ios", target_os="linux", target_os = "macos",
2683 target_os="openbsd"))]
2687 #[cfg(any(target_os="android", target_os="dragonfly", target_os="freebsd",
2688 target_os = "ios", target_os="linux", target_os = "macos",
2689 target_os="openbsd"))]
2696 #[cfg(any(target_os="android", target_os="linux"))]
2699 #[cfg(any(target_os="android", target_os="linux"))]
2702 #[cfg(any(target_os="android", target_os="linux"))]
2705 #[cfg(any(target_os="android", target_os="linux"))]
2745 #[cfg(any(target_os = "android", target_os = "linux"))]
2766 target_os = "android",
2767 target_os = "dragonfly",
2768 target_os = "freebsd",
2769 target_os = "linux",
2770 target_os = "openbsd"
2815 target_os = "android",
2816 target_os = "dragonfly",
2817 target_os = "freebsd",
2818 target_os = "linux",
2819 target_os = "openbsd"
2925 #[cfg(not(target_os = "redox"))]
2943 all(target_os = "linux", not(target_env = "uclibc")),
2944 target_os = "freebsd",
2945 target_os = "dragonfly"
2966 #[cfg(not(target_os = "redox"))] // RedoxFS does not support passwd
2978 #[cfg(not(all(target_os = "android", target_pointer_width = "32")))]
2985 #[cfg(not(any(target_os = "android",
2986 target_os = "fuchsia",
2987 target_os = "haiku",
2988 target_os = "illumos",
2989 target_os = "linux",
2990 target_os = "solaris")))]
2994 #[cfg(not(any(target_os = "android",
2995 target_os = "fuchsia",
2996 target_os = "haiku",
2997 target_os = "illumos",
2998 target_os = "linux",
2999 target_os = "solaris")))]
3003 #[cfg(not(any(target_os = "android",
3004 target_os = "fuchsia",
3005 target_os = "haiku",
3006 target_os = "illumos",
3007 target_os = "linux",
3008 target_os = "solaris")))]
3013 #[cfg(not(target_os = "redox"))] //RedoxFS does not support passwd
3020 #[cfg(not(all(target_os = "android", target_pointer_width = "32")))]
3026 #[cfg(not(any(target_os = "android",
3027 target_os = "fuchsia",
3028 target_os = "haiku",
3029 target_os = "illumos",
3030 target_os = "linux",
3031 target_os = "solaris")))]
3033 #[cfg(not(any(target_os = "android",
3034 target_os = "fuchsia",
3035 target_os = "haiku",
3036 target_os = "illumos",
3037 target_os = "linux",
3038 target_os = "solaris")))]
3040 #[cfg(not(any(target_os = "android",
3041 target_os = "fuchsia",
3042 target_os = "haiku",
3043 target_os = "illumos",
3044 target_os = "linux",
3045 target_os = "solaris")))]
3052 #[cfg(not(target_os = "redox"))] // RedoxFS does not support passwd
3070 #[cfg(not(all(target_os = "android", target_pointer_width = "32")))]
3076 #[cfg(not(any(target_os = "android",
3077 target_os = "fuchsia",
3078 target_os = "haiku",
3079 target_os = "illumos",
3080 target_os = "linux",
3081 target_os = "solaris")))]
3083 #[cfg(not(any(target_os = "android",
3084 target_os = "fuchsia",
3085 target_os = "haiku",
3086 target_os = "illumos",
3087 target_os = "linux",
3088 target_os = "solaris")))]
3090 #[cfg(not(any(target_os = "android",
3091 target_os = "fuchsia",
3092 target_os = "haiku",
3093 target_os = "illumos",
3094 target_os = "linux",
3095 target_os = "solaris")))]
3097 #[cfg(target_os = "illumos")]
3099 #[cfg(target_os = "illumos")]
3101 #[cfg(any(target_os = "dragonfly", target_os = "freebsd"))]
3107 #[cfg(not(target_os = "redox"))] // RedoxFS does not support passwd
3188 #[cfg(not(target_os = "redox"))] // RedoxFS does not support passwd
3201 #[cfg(not(target_os = "redox"))] // RedoxFS does not support passwd
3215 #[cfg(not(target_os = "redox"))] // RedoxFS does not support passwd
3276 #[cfg_attr(not(target_os = "linux"), doc = " ```no_run")]
3277 #[cfg_attr(target_os = "linux", doc = " ```")]
3297 #[cfg_attr(not(target_os = "linux"), doc = " ```no_run")]
3298 #[cfg_attr(target_os = "linux", doc = " ```")]
3321 #[cfg(not(target_os = "fuchsia"))]
3345 target_os = "macos",
3346 target_os = "ios",
3347 target_os = "freebsd",
3348 target_os = "openbsd",
3349 target_os = "netbsd",
3350 target_os = "dragonfly",
3369 target_os = "openbsd",
3370 target_os = "netbsd",
3371 target_os = "freebsd",
3372 target_os = "dragonfly",
3373 target_os = "macos",
3374 target_os = "ios"