Searched defs:unix (Results 1 – 25 of 28) sorted by relevance
12
20 pub(crate) unix: c::sockaddr_un, field35 let mut unix = Self::init(); in _new() localVariable60 let mut unix = Self::init(); in new_abstract_name() localVariable
6 mod unix { module
7 pub mod unix; module
90 mod unix { module
104 mod unix { module
274 mod unix { module
2 .. _unix: target
22 pub mod unix; module
1 .. _unix: target
26 mod unix; module
21 pub(crate) unix: c::sockaddr_un, field34 let mut unix = Self::init(); in _new() localVariable50 let mut unix = Self::init(); in new_abstract_name() localVariable
12 pub mod unix; module
16 mod unix; module
74 pub mod unix { module
43 PathType unix = PathType.unix(); in testUnix() local
61 pub mod unix; module
10 pub mod unix; module
44 public static PathType unix() { in unix() method in PathType
84 public static Configuration unix() { in unix() method in Configuration
45 mod unix { module
31 mod unix; module
72 pub mod unix; module
86 mod unix; module
566 mod unix { module
149 pub fn unix<P>(path: P) -> io::Result<SockAddr> in unix() method