Searched refs:code (Results 1 – 14 of 14) sorted by relevance
| /rust-libc-0.2.174/ci/ |
| H A D | rust.css | 189 pre, code { selector 202 code { selector 206 pre code { 212 a > code { 216 .section-header > a > code {
|
| /rust-libc-0.2.174/ |
| H A D | README.md | 6 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 D | LICENSE-APACHE | 27 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 D | CHANGELOG.md | 232 - 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 D | mod.rs | 363 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 D | native.rs | 954 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 D | mod.rs | 487 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 D | mod.rs | 294 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 D | mod.rs | 372 pub code: crate::__u16, 491 pub code: crate::__u16,
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 328 pub code: c_ushort,
|
| /rust-libc-0.2.174/src/unix/linux_like/ |
| H A D | mod.rs | 222 pub code: __u16,
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | mod.rs | 643 pub code: u16,
|
| /rust-libc-0.2.174/src/ |
| H A D | psp.rs | 3976 pub fn sceNetApctlGetInfo(code: ApctlInfo, pinfo: *mut SceNetApctlInfo) -> i32; in sceNetApctlGetInfo()
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 600 pub code: crate::__u16,
|