Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 26) sorted by relevance

12

/rust-libc-0.2.174/ci/
H A Dandroid-sysimage.sh10 local dest=/system
20 local system
21 system="$(find . -name system.img)"
27 e2cp -p "${system}:/bin/linker64" "${dest}/bin/"
28 e2cp -p "${system}:/lib64/libdl.so" "${dest}/lib64/"
29 e2cp -p "${system}:/lib64/libc.so" "${dest}/lib64/"
30 e2cp -p "${system}:/lib64/libm.so" "${dest}/lib64/"
32 e2cp -p "${system}:/bin/linker" "${dest}/bin/"
33 e2cp -p "${system}:/lib/libdl.so" "${dest}/lib/"
34 e2cp -p "${system}:/lib/libc.so" "${dest}/lib/"
[all …]
H A Drun-docker.sh25 docker system prune -af
26 docker system df
H A Dtest-runner-linux15 timeout 30s qemu-system-$arch \
H A DREADME.md43 * The BSD builds, currently OpenBSD and FreeBSD, use QEMU to boot up a system
58 We provide it the runtime path for the dynamically loaded system libraries,
60 Note that one downside of this QEMU system is that threads are barely
108 …`qemu-system-x86_64 -cdrom FreeBSD-11.1-RELEASE-amd64-bootonly.iso -drive if=virtio,file=FreeBSD-1…
H A Drun.sh71 qemu-system-x86_64 \
/rust-libc-0.2.174/libc-test/semver/
H A DREADME.md12 * Vendor, e.g. `apple.txt`. This allows us to have a single file with system
16 * Architecture specific system calls, e.g. `linux-x86_64.txt` or
H A Dwindows.txt325 system
H A Dunix.txt848 system
H A Daix.txt2537 system
H A Dandroid.txt3904 system
/rust-libc-0.2.174/ci/docker/powerpc64le-unknown-linux-gnu/
H A DDockerfile6 qemu-system-ppc
/rust-libc-0.2.174/ci/docker/powerpc64-unknown-linux-gnu/
H A DDockerfile6 qemu-system-ppc
/rust-libc-0.2.174/ci/docker/riscv64gc-unknown-linux-gnu/
H A DDockerfile6 qemu-system-riscv64 linux-headers-generic
/rust-libc-0.2.174/ci/docker/s390x-unknown-linux-gnu/
H A DDockerfile7 qemu-system-s390x \
/rust-libc-0.2.174/ci/docker/sparc64-unknown-linux-gnu/
H A DDockerfile7 qemu-system-sparc64 openbios-sparc seabios ipxe-qemu \
/rust-libc-0.2.174/ci/docker/powerpc-unknown-linux-gnu/
H A DDockerfile9 qemu-system-ppc
/rust-libc-0.2.174/ci/docker/armv7-unknown-linux-uclibceabihf/
H A DDockerfile7 gcc libc6-dev qemu-user ca-certificates qemu-system-arm curl \
/rust-libc-0.2.174/ci/docker/aarch64-linux-android/
H A DDockerfile40 # set SHELL so android can detect a 64bits system, see
/rust-libc-0.2.174/ci/docker/arm-linux-androideabi/
H A DDockerfile40 # set SHELL so android can detect a 64bits system, see
/rust-libc-0.2.174/ci/docker/i686-linux-android/
H A DDockerfile40 # set SHELL so android can detect a 64bits system, see
/rust-libc-0.2.174/
H A DCargo.toml4 keywords = ["libc", "ffi", "bindings", "operating", "system"]
H A DREADME.md1 # libc - Raw FFI bindings to platforms' system libraries
/rust-libc-0.2.174/src/windows/
H A Dmod.rs346 pub fn system(s: *const c_char) -> c_int; in system() function
/rust-libc-0.2.174/src/vxworks/
H A Dmod.rs1172 pub fn system(s: *const c_char) -> c_int; in system() function
/rust-libc-0.2.174/src/unix/
H A Dmod.rs690 pub fn system(s: *const c_char) -> c_int; in system() function

12