Home
last modified time | relevance | path

Searched refs:e (Results 1 – 20 of 20) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A DREADME.md10 * 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 Ddeploy_and_run_on_ios_simulator.rs17 ($e:expr) => (match $e {
18 Ok(e) => e,
19 Err(e) => panic!("{} failed with: {e}", stringify!($e)),
/rust-libc-0.2.174/
H A Dbuild.rs207 ($e:expr) => { in rustc_minor_nightly()
208 match $e { in rustc_minor_nightly()
209 Some(e) => e, in rustc_minor_nightly()
H A DREADME.md7 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 DCONTRIBUTING.md69 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 Dlinux-sparc64.sh9 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 DREADME.md158 [ -e /dev/vtbd1 ] || exit 0
/rust-libc-0.2.174/src/
H A Dmacros.rs199 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 Dpsp.rs88 e! {
/rust-libc-0.2.174/src/unix/solarish/
H A Dcompat.rs43 let e = *___errno(); in bail() localVariable
50 *___errno() = e; in bail()
H A Dsolaris.rs11 e! {
/rust-libc-0.2.174/.github/ISSUE_TEMPLATE/
H A Dbug_report.md13 * instructions to reproduce, logs (e.g. build logs, links to Travis-CI logs,
/rust-libc-0.2.174/src/teeos/
H A Dmod.rs1164 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 Dmod.rs1977 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 Dnative.rs49 e! {
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/dragonfly/
H A Dmod.rs57 e! {
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/
H A Dmod.rs1781 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 Dmod.rs41 e! {
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs88 e! {
1030 pub e: __s16,
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs61 e! {