Searched refs:system (Results 1 – 25 of 26) sorted by relevance
12
| /rust-libc-0.2.174/ci/ |
| H A D | android-sysimage.sh | 10 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 D | run-docker.sh | 25 docker system prune -af 26 docker system df
|
| H A D | test-runner-linux | 15 timeout 30s qemu-system-$arch \
|
| H A D | README.md | 43 * 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 D | run.sh | 71 qemu-system-x86_64 \
|
| /rust-libc-0.2.174/libc-test/semver/ |
| H A D | README.md | 12 * 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 D | windows.txt | 325 system
|
| H A D | unix.txt | 848 system
|
| H A D | aix.txt | 2537 system
|
| H A D | android.txt | 3904 system
|
| /rust-libc-0.2.174/ci/docker/powerpc64le-unknown-linux-gnu/ |
| H A D | Dockerfile | 6 qemu-system-ppc
|
| /rust-libc-0.2.174/ci/docker/powerpc64-unknown-linux-gnu/ |
| H A D | Dockerfile | 6 qemu-system-ppc
|
| /rust-libc-0.2.174/ci/docker/riscv64gc-unknown-linux-gnu/ |
| H A D | Dockerfile | 6 qemu-system-riscv64 linux-headers-generic
|
| /rust-libc-0.2.174/ci/docker/s390x-unknown-linux-gnu/ |
| H A D | Dockerfile | 7 qemu-system-s390x \
|
| /rust-libc-0.2.174/ci/docker/sparc64-unknown-linux-gnu/ |
| H A D | Dockerfile | 7 qemu-system-sparc64 openbios-sparc seabios ipxe-qemu \
|
| /rust-libc-0.2.174/ci/docker/powerpc-unknown-linux-gnu/ |
| H A D | Dockerfile | 9 qemu-system-ppc
|
| /rust-libc-0.2.174/ci/docker/armv7-unknown-linux-uclibceabihf/ |
| H A D | Dockerfile | 7 gcc libc6-dev qemu-user ca-certificates qemu-system-arm curl \
|
| /rust-libc-0.2.174/ci/docker/aarch64-linux-android/ |
| H A D | Dockerfile | 40 # set SHELL so android can detect a 64bits system, see
|
| /rust-libc-0.2.174/ci/docker/arm-linux-androideabi/ |
| H A D | Dockerfile | 40 # set SHELL so android can detect a 64bits system, see
|
| /rust-libc-0.2.174/ci/docker/i686-linux-android/ |
| H A D | Dockerfile | 40 # set SHELL so android can detect a 64bits system, see
|
| /rust-libc-0.2.174/ |
| H A D | Cargo.toml | 4 keywords = ["libc", "ffi", "bindings", "operating", "system"]
|
| H A D | README.md | 1 # libc - Raw FFI bindings to platforms' system libraries
|
| /rust-libc-0.2.174/src/windows/ |
| H A D | mod.rs | 346 pub fn system(s: *const c_char) -> c_int; in system() function
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 1172 pub fn system(s: *const c_char) -> c_int; in system() function
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 690 pub fn system(s: *const c_char) -> c_int; in system() function
|
12