Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 34) sorted by relevance

12

/rust-libc-0.2.174/
H A Dbuild.rs67 let which_freebsd = if let Ok(version) = env::var("RUST_LIBC_UNSTABLE_FREEBSD_VERSION") { in main()
68 let vers = version.parse().unwrap(); in main()
221 let version = otry!(str::from_utf8(&output.stdout).ok()); in rustc_minor_nightly() localVariable
223 let mut pieces = version.split('.'); in rustc_minor_nightly()
278 let version = String::from_utf8(output.stdout).ok()?; in emcc_version_code() localVariable
282 let mut pieces = version.trim().split(['.', '-']); in emcc_version_code()
H A D.release-plz.toml2 git_release_name = "{{ version }}"
3 git_tag_name = "{{ version }}"
7 ## [{{ version | trim_start_matches(pat="v") }}]\
H A DCargo.toml3 version = "0.2.174"
12 rust-version = "1.63"
131 rustc-std-workspace-core = { version = "1.0.0", optional = true }
H A DREADME.md26 and `libc-0.2` for the currently published version. By default all pull requests
58 ## Rust version support
60 The minimum supported Rust toolchain version is currently **Rust 1.63**.
H A DCONTRIBUTING.md10 requests. `libc-0.2` is for updates to the currently released version.
108 - The `since` field should have a next version of `libc` (e.g., if the current
109 version is `0.2.1`, it should be `0.2.2`).
H A DLICENSE-APACHE49 the original version of the Work and any modifications or additions
/rust-libc-0.2.174/libc-test/
H A DCargo.toml3 version = "0.1.0"
13 libc = { path = "..", version = "0.2.171", default-features = false }
16 syn = { version = "2.0.91", features = ["full", "visit"] }
17 proc-macro2 = { version = "1.0.92", features = ["span-locations"] }
19 annotate-snippets = { version = "0.11.5", features = ["testing-colors"] }
H A Dbuild.rs5154 if let Ok(version) = env::var("RUST_LIBC_UNSTABLE_FREEBSD_VERSION") { in which_freebsd()
5155 let vers = version.parse().unwrap(); in which_freebsd()
/rust-libc-0.2.174/ctest-next/
H A DCargo.toml3 version = "0.1.0"
5 rust-version = "1.77"
/rust-libc-0.2.174/ci/
H A Dverify-build.sh105 for version in $freebsd_versions; do
106 export RUST_LIBC_UNSTABLE_FREEBSD_VERSION="$version"
H A Dstyle.sh88 if shellcheck --version ; then
/rust-libc-0.2.174/.github/
H A Ddependabot.yaml1 version: 2
/rust-libc-0.2.174/ctest/
H A DCargo.toml6 version = "0.1.0"
/rust-libc-0.2.174/ci/docker/wasm32-wasip1/
H A DDockerfile9 # installed via `wasi-sdk` instead of the version that comes with the standard
/rust-libc-0.2.174/src/unix/bsd/
H A Dmod.rs157 pub version: [c_char; 256],
159 pub version: [c_char; 32],
208 .version
210 .zip(other.version.iter())
227 self.version.hash(state);
/rust-libc-0.2.174/src/unix/bsd/apple/b64/x86_64/
H A Dmod.rs156 pub version: c_uint,
/rust-libc-0.2.174/src/unix/redox/
H A Dmod.rs50 pub version: [c_char; UTSLENGTH],
1371 .version
1373 .zip(other.version.iter())
1395 self.version.hash(state);
/rust-libc-0.2.174/src/unix/solarish/
H A Dmod.rs514 pub version: [c_char; 257],
612 .version
614 .zip(other.version.iter())
629 self.version.hash(state);
3122 pub fn __major(version: c_int, devnum: crate::dev_t) -> crate::major_t; in __major()
3123 pub fn __minor(version: c_int, devnum: crate::dev_t) -> crate::minor_t; in __minor()
3125 version: c_int, in __makedev()
3179 pub fn lgrp_version(version: c_int) -> c_int; in lgrp_version()
/rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/freebsd12/
H A Dmod.rs34 pub version: c_uint,
/rust-libc-0.2.174/src/unix/linux_like/
H A Dmod.rs310 pub version: [c_char; 65],
401 .version
403 .zip(other.version.iter())
425 self.version.hash(state);
/rust-libc-0.2.174/src/unix/cygwin/
H A Dmod.rs519 pub version: [c_char; 65],
658 .version
660 .zip(other.version.iter())
682 self.version.hash(state);
/rust-libc-0.2.174/.github/workflows/
H A Dci.yaml287 rustc --version
/rust-libc-0.2.174/src/unix/aix/
H A Dmod.rs300 pub version: [c_char; 32],
542 pub version: u8,
575 self.version == other.version
586 self.version.hash(state);
/rust-libc-0.2.174/src/unix/nto/
H A Dmod.rs697 pub version: [c_char; _SYSNAME_SIZE],
911 .version
913 .zip(other.version.iter())
930 self.version.hash(state);
/rust-libc-0.2.174/src/fuchsia/
H A Dmod.rs608 pub version: crate::__u16,
940 pub version: [c_char; 65],
1147 .version
1149 .zip(other.version.iter())
1164 self.version.hash(state);

12