Home
last modified time | relevance | path

Searched refs:Uname (Results 1 - 4 of 4) sorted by relevance

/third_party/rust/crates/rustix/src/process/
H A Duname.rs0 //! Uname support.
16 pub fn uname() -> Uname { in uname()
17 Uname(backend::process::syscalls::uname()) in uname()
22 pub struct Uname(backend::process::types::RawUname); structure names
24 impl Uname { impls
73 impl fmt::Debug for Uname {
H A Dmod.rs79 pub use uname::{uname, Uname};
/third_party/rust/crates/rustix/tests/process/
H A Duname.rs3 let name: rustix::process::Uname = rustix::process::uname(); in test_uname()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTarWriter.cpp47 char Uname[32]; member

Completed in 1 milliseconds