| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | README.md | 10 * Family, e.g. `unix.txt`. NOTE: Windows is skipped here and includes as OS name 12 * Vendor, e.g. `apple.txt`. This allows us to have a single file with system 13 calls shared between multiple OSs, e.g. `ios.txt`, `macos.txt` share the same 15 * OS, e.g `linux.txt`, `macos.txt`, `windows.txt`. 16 * Architecture specific system calls, e.g. `linux-x86_64.txt` or 18 * Target environment, e.g. `windows-mscv.txt` or `windows-gnu.txt`.
|
| /rust-libc-0.2.174/ci/ios/ |
| H A D | deploy_and_run_on_ios_simulator.rs | 17 ($e:expr) => (match $e { 18 Ok(e) => e, 19 Err(e) => panic!("{} failed with: {e}", stringify!($e)),
|
| /rust-libc-0.2.174/ |
| H A D | build.rs | 207 ($e:expr) => { in rustc_minor_nightly() 208 match $e { in rustc_minor_nightly() 209 Some(e) => e, in rustc_minor_nightly()
|
| H A D | README.md | 7 includes type definitions (e.g. `c_int`), constants (e.g. `EINVAL`) as well as 8 function headers (e.g. `malloc`). 62 Increases to the MSRV are allowed to change without a major (i.e. semver-
|
| H A D | CONTRIBUTING.md | 69 New symbol(s) (i.e. functions, constants etc.) should also be added to the 100 Sometimes an upstream adds a breaking change to their API e.g. removing outdated 108 - The `since` field should have a next version of `libc` (e.g., if the current 111 call for comments (e.g., "We consider removing this as the upstream removed
|
| /rust-libc-0.2.174/ci/ |
| H A D | linux-sparc64.sh | 9 7z e debian-12.0.0-sparc64-NETINST-1.iso install/initrd.gz 10 7z e debian-12.0.0-sparc64-NETINST-1.iso install/vmlinux
|
| H A D | README.md | 158 [ -e /dev/vtbd1 ] || exit 0
|
| /rust-libc-0.2.174/src/ |
| H A D | macros.rs | 199 macro_rules! e { macro 414 e { in c_enumbasic() 431 e { in c_enumrepr() 443 e { in c_enumset_value() 460 e { in c_enummultiple_set_value()
|
| H A D | psp.rs | 88 e! {
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | compat.rs | 43 let e = *___errno(); in bail() localVariable 50 *___errno() = e; in bail()
|
| H A D | solaris.rs | 11 e! {
|
| /rust-libc-0.2.174/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.md | 13 * instructions to reproduce, logs (e.g. build logs, links to Travis-CI logs,
|
| /rust-libc-0.2.174/src/teeos/ |
| H A D | mod.rs | 1164 pub fn strerror(e: c_int) -> *mut c_char; in strerror() 1289 pub fn frexp(x: c_double, e: *mut c_int) -> c_double; in frexp()
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 1977 let e = crate::errnoGet(); in posix_memalign() localVariable 1980 crate::errnoSet(e as c_int); in posix_memalign()
|
| /rust-libc-0.2.174/src/unix/haiku/ |
| H A D | native.rs | 49 e! {
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/ |
| H A D | mod.rs | 57 e! {
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/ |
| H A D | mod.rs | 1781 pub fn eui64_aton(a: *const c_char, e: *mut eui64) -> c_int; in eui64_aton()
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 41 e! {
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 88 e! { 1030 pub e: __s16,
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 61 e! {
|