/third_party/rust/crates/rustix/src/fs/ |
H A D | mod.rs | 217 #[cfg(unix)] 218 pub use std::os::unix::fs::{DirEntryExt, FileExt, FileTypeExt, MetadataExt, OpenOptionsExt};
|
/third_party/rust/crates/nix/src/ |
H A D | lib.rs | 43 #![cfg(unix)] 159 use std::os::unix::ffi::OsStrExt;
|
H A D | kmod.rs | 6 use std::os::unix::io::AsRawFd;
|
H A D | features.rs | 8 use std::os::unix::ffi::OsStrExt;
|
/third_party/rust/crates/nix/test/ |
H A D | test_sendfile.rs | 2 use std::os::unix::prelude::*; 13 use std::os::unix::net::UnixStream;
|
H A D | test_fcntl.rs | 27 use std::os::unix::fs; 235 use std::os::unix::prelude::*; 488 use std::os::unix::io::{AsRawFd, RawFd}; 528 os::unix::io::{AsRawFd, RawFd},
|
H A D | test.rs | 69 use std::os::unix::io::RawFd;
|
/third_party/lwip/test/fuzz/ |
H A D | Makefile | 41 include $(CONTRIBDIR)/ports/unix/Common.mk
|
/third_party/rust/crates/clap/src/parser/matches/ |
H A D | arg_matches.rs | 279 #[cfg_attr(not(unix), doc = " ```ignore")] 280 #[cfg_attr(unix, doc = " ```")] 283 /// # use std::os::unix::ffi::{OsStrExt,OsStringExt}; 327 #[cfg_attr(not(unix), doc = " ```ignore")] in get_raw() 328 #[cfg_attr(unix, doc = " ```")] in get_raw() 331 /// # use std::os::unix::ffi::{OsStrExt,OsStringExt}; in get_raw() 1511 #[cfg_attr(not(unix), doc = " ```ignore")] 1512 #[cfg_attr(unix, doc = " ```")] 1515 /// use std::os::unix::ffi::{OsStrExt,OsStringExt};
|
/third_party/icu/ohos_icu4c/build_data/ |
H A D | pkgdata.sh | 72 --mode unix-exec \
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/ |
H A D | glib.c | 18 #include <glib-unix.h>
|
/third_party/rust/crates/libc/src/unix/newlib/arm/ |
H A D | mod.rs | 56 pub use crate::unix::newlib::generic::{sigset_t, stat};
|
/third_party/rust/crates/libc/src/unix/newlib/aarch64/ |
H A D | mod.rs | 54 pub use crate::unix::newlib::generic::{sigset_t, stat};
|
/third_party/rust/crates/rustix/tests/ |
H A D | backends.rs | 54 #[cfg(unix)] in test_backends()
|
/third_party/rust/crates/rustix/src/net/ |
H A D | mod.rs | 44 #[cfg(unix)]
|
/third_party/rust/crates/rustix/src/backend/libc/net/ |
H A D | syscalls.rs | 5 #[cfg(unix)] 136 as_ptr(&addr.unix).cast(), 201 as_ptr(&addr.unix).cast(), 234 as_ptr(&addr.unix).cast(),
|
/third_party/mbedtls/library/ |
H A D | threading.c | 24 #if !defined(_WIN32) && (defined(unix) || \ 28 #endif /* !_WIN32 && (unix || __unix || __unix__ ||
|
H A D | timing.c | 28 #if !defined(unix) && !defined(__unix__) && !defined(__unix) && \
|
/third_party/rust/crates/libc/libc-test/test/ |
H A D | cmsg.rs | 6 #[cfg(unix)]
|
/third_party/rust/crates/nix/src/sys/ |
H A D | utsname.rs | 6 use std::os::unix::ffi::OsStrExt;
|
/third_party/gptfdisk/ |
H A D | Makefile | 76 LIB_NAMES=crc32 support guid gptpart mbrpart basicmbr mbr gpt bsd parttypes attributes diskio diskio-unix 77 MBR_LIBS=support diskio diskio-unix basicmbr mbrpart
|
/third_party/rust/crates/serde/serde/src/ser/ |
H A D | impls.rs | 977 #[cfg(all(feature = "std", any(unix, windows)))] 978 #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] 980 #[cfg(unix)] 985 use std::os::unix::ffi::OsStrExt; in serialize() 1000 #[cfg(all(feature = "std", any(unix, windows)))] 1001 #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))]
|
/third_party/rust/crates/serde/serde/src/de/ |
H A D | impls.rs | 1790 #[cfg(all(feature = "std", any(unix, windows)))] 1797 #[cfg(all(feature = "std", any(unix, windows)))] 1800 #[cfg(all(feature = "std", any(unix, windows)))] 1808 #[cfg(unix)] 1813 use std::os::unix::ffi::OsStringExt; in visit_enum() 1841 #[cfg(all(feature = "std", any(unix, windows)))] 1842 #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))] 1873 #[cfg(all(feature = "std", any(unix, windows)))] 1874 #[cfg_attr(doc_cfg, doc(cfg(all(feature = "std", any(unix, windows)))))]
|
/third_party/elfutils/tests/ |
H A D | run-dwarf-getmacros.sh | 150 unix 1 285 unix 1 522 unix 1
|
/third_party/libsnd/programs/ |
H A D | sndfile-play.c | 67 #elif (defined (sun) && defined (unix)) || defined(__NetBSD__) 732 #if (defined (sun) && defined (unix)) || defined(__NetBSD__) 848 #elif (defined (sun) && defined (unix)) || defined(__NetBSD__) in main()
|