| /rust-libc-0.2.174/libc-test/ |
| H A D | build.rs | 56 t if t.contains("android") => test_android(t), in do_ctest() 57 t if t.contains("apple") => test_apple(t), in do_ctest() 60 t if t.contains("freebsd") => test_freebsd(t), in do_ctest() 61 t if t.contains("haiku") => test_haiku(t), in do_ctest() 62 t if t.contains("linux") => test_linux(t), in do_ctest() 63 t if t.contains("netbsd") => test_netbsd(t), in do_ctest() 64 t if t.contains("openbsd") => test_openbsd(t), in do_ctest() 65 t if t.contains("cygwin") => test_cygwin(t), in do_ctest() 66 t if t.contains("redox") => test_redox(t), in do_ctest() 69 t if t.contains("wasi") => test_wasi(t), in do_ctest() [all …]
|
| /rust-libc-0.2.174/ci/ios/ |
| H A D | deploy_and_run_on_ios_simulator.rs | 16 macro_rules! t { macro 27 t!(fs::create_dir("ios_simulator_app")); in package_as_simulator_app() 28 t!(fs::copy(test_binary_path, in package_as_simulator_app() 31 let mut f = t!(File::create("ios_simulator_app/Info.plist")); in package_as_simulator_app() 32 t!(f.write_all(format!(r#" in package_as_simulator_app() 51 let output = t!(Command::new("xcrun").arg("simctl").arg("list").output()); in start_simulator() 56 let stdout = t!(String::from_utf8(output.stdout)); in start_simulator() 108 let output = t!(Command::new("xcrun") in run_app_on_simulator() 147 assert!(t!(self.status()).success()); in check_status()
|
| /rust-libc-0.2.174/libc-test/test/ |
| H A D | primitive_types.rs | 4 ($($t:ident)*) => {$( 5 assert!(TypeId::of::<libc::$t>() == TypeId::of::<ffi::$t>(), 6 "{} is wrong", stringify!($t));
|
| H A D | linux_kernel_version.rs | 4 mod t { module
|
| H A D | errqueue.rs | 4 mod t { module
|
| H A D | sigrt.rs | 11 mod t { module
|
| H A D | cmsg.rs | 5 mod t { module
|
| /rust-libc-0.2.174/ci/docker/s390x-unknown-linux-musl/ |
| H A D | Dockerfile | 13 # FIXME: shouldn't need the `-lgcc` here, shouldn't that be in std?
|
| /rust-libc-0.2.174/ci/docker/aarch64-unknown-linux-musl/ |
| H A D | Dockerfile | 10 # FIXME: shouldn't need the `-lgcc` here, shouldn't that be in std?
|
| /rust-libc-0.2.174/src/ |
| H A D | macros.rs | 99 pub $t:ident $i:ident { $($field:tt)* } 101 s!(it: $(#[$attr])* pub $t $i { $($field)* }); 151 pub $t:ident $i:ident { $($field:tt)* } 153 s_no_extra_traits!(it: $(#[$attr])* pub $t $i { $($field)* });
|
| H A D | psp.rs | 2758 pub fn sceKernelLibcTime(t: *mut i32) -> i32; in sceKernelLibcTime() 3225 pub fn scePowerTick(t: PowerTick) -> i32; in scePowerTick()
|
| /rust-libc-0.2.174/ci/ |
| H A D | README.md | 56 First up, QEMU has userspace emulation where it doesn't boot a full kernel, it 59 however. This strategy is used for all Linux architectures that aren't intel. 89 This invariably times out on CI, so we can't do that. 159 mount -t ext2fs /dev/vtbd1 /mnt 194 if mount -t ext2fs /dev/sd1c /mnt; then
|
| /rust-libc-0.2.174/ci/docker/switch/ |
| H A D | Dockerfile | 1 # NOTE: the pacman that we use for this target doesn't support
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | README.md | 4 ensure that APIs aren't removed between libc releases.
|
| /rust-libc-0.2.174/ |
| H A D | CONTRIBUTING.md | 46 Want to use an API which currently isn't bound in `libc`? It's quite easy to add 113 2. If we don't see any concerns for a while, do the change actually.
|
| H A D | Cargo.toml | 163 # Enable pedantic lints - use this manually once in a while, but don't enable by default
|
| H A D | triagebot.toml | 16 check-commits = false # don't forbid links to issues
|
| H A D | CHANGELOG.md | 381 - CI: Add a check that semver files don't contain duplicate entries <https://github.com/rust-lang/l… 468 - Emscripten: don't pass `-lc` <https://github.com/rust-lang/libc/pull/4002>
|
| /rust-libc-0.2.174/.github/workflows/ |
| H A D | ci.yaml | 198 # aren't defined on redox actually.
|
| /rust-libc-0.2.174/src/windows/ |
| H A D | mod.rs | 366 pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; in strtok()
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 2564 pub fn pthread_getname_np(t: crate::pthread_t, name: *mut c_char, len: size_t) -> c_int; in pthread_getname_np() 2566 t: crate::pthread_t, in pthread_setname_np() 2679 pub fn sched_rr_get_interval(pid: crate::pid_t, t: *mut crate::timespec) -> c_int; in sched_rr_get_interval()
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 718 pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; in strtok() 719 pub fn strtok_r(s: *mut c_char, t: *const c_char, p: *mut *mut c_char) -> *mut c_char; in strtok_r()
|
| /rust-libc-0.2.174/src/teeos/ |
| H A D | mod.rs | 1182 pub fn time(t: *mut time_t) -> time_t; in time()
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 874 pub t: ptp_clock_time, 6062 pub fn ELF32_R_INFO(sym: Elf32_Word, t: Elf32_Word) -> Elf32_Word { 6063 sym << (8 + t) & 0xff 6074 pub fn ELF64_R_INFO(sym: Elf64_Xword, t: Elf64_Xword) -> Elf64_Xword { 6075 sym << (32 + t)
|
| /rust-libc-0.2.174/src/wasi/ |
| H A D | mod.rs | 610 pub fn strtok(s: *mut c_char, t: *const c_char) -> *mut c_char; in strtok()
|