Home
last modified time | relevance | path

Searched refs:code (Results 1 – 14 of 14) sorted by relevance

/rust-libc-0.2.174/ci/
H A Drust.css189 pre, code { selector
202 code { selector
206 pre code {
212 a > code {
216 .section-header > a > code {
/rust-libc-0.2.174/
H A DREADME.md6 code (or "C-like" code) on each of the platforms that Rust supports. This
103 [Code of Conduct]: https://www.rust-lang.org/policies/code-of-conduct
H A DLICENSE-APACHE27 including but not limited to software source code, documentation
32 not limited to compiled object code, generated documentation,
56 communication on electronic mailing lists, source code control systems,
H A DCHANGELOG.md232 - Do not re-export `c_void` in target-specific code <https://github.com/rust-lang/libc/pull/4200>
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs363 pub code: __u16,
481 pub code: __u16,
1044 pub code: __u32,
6014 code & 0x07
6018 code & 0x18
6022 code & 0xe0
6026 code & 0xf0
6030 code & 0x08
6034 code & 0x18
6038 code & 0xf8
[all …]
/rust-libc-0.2.174/src/unix/haiku/
H A Dnative.rs954 code: *mut i32, in read_port()
960 code: *mut i32, in read_port_etc()
968 code: i32, in write_port()
974 code: i32, in write_port_etc()
1060 code: i32, in send_data()
/rust-libc-0.2.174/src/wasi/
H A Dmod.rs487 pub fn _Exit(code: c_int) -> !; in _Exit()
488 pub fn _exit(code: c_int) -> !; in _exit()
492 pub fn exit(code: c_int) -> !; in exit()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs294 pub code: crate::u_short,
1620 pub code: u16,
1627 pub code: u16,
2142 return { self.code } == { other.code } && { self.length } == { other.length } && {
2153 { self.code }.hash(state);
2161 return { self.code } == { other.code } && { self.length } == { other.length };
2167 { self.code }.hash(state);
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs372 pub code: crate::__u16,
491 pub code: crate::__u16,
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs328 pub code: c_ushort,
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs222 pub code: __u16,
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs643 pub code: u16,
/rust-libc-0.2.174/src/
H A Dpsp.rs3976 pub fn sceNetApctlGetInfo(code: ApctlInfo, pinfo: *mut SceNetApctlInfo) -> i32; in sceNetApctlGetInfo()
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs600 pub code: crate::__u16,