Searched +full:linux +full:- +full:musl (Results 1 – 25 of 288) sorted by relevance
12345678910>>...12
| /external/rust/crates/libc/ |
| D | Cargo.toml.orig | 5 license = "MIT OR Apache-2.0" 7 repository = "https://github.com/rust-lang/libc" 8 homepage = "https://github.com/rust-lang/libc" 11 categories = ["external-ffi-bindings", "no-std", "os"] 19 features = ["const-extern-fn", "extra_traits"] 20 default-target = "x86_64-unknown-linux-gnu" 22 "aarch64-apple-darwin", 23 "aarch64-apple-ios", 24 "aarch64-linux-android", 25 "aarch64-pc-windows-msvc", [all …]
|
| D | Cargo.toml | 26 homepage = "https://github.com/rust-lang/libc" 37 "external-ffi-bindings", 38 "no-std", 41 license = "MIT OR Apache-2.0" 42 repository = "https://github.com/rust-lang/libc" 45 cargo-args = ["-Zbuild-std=core"] 46 default-target = "x86_64-unknown-linux-gnu" 48 "const-extern-fn", 52 "aarch64-apple-darwin", 53 "aarch64-apple-ios", [all …]
|
| /external/bazelbuild-rules_rust/util/ |
| D | fetch_shas_TARGETS.txt | 1 aarch64-apple-darwin 2 aarch64-apple-ios 3 aarch64-apple-ios-sim 4 aarch64-fuchsia 5 aarch64-linux-android 6 aarch64-pc-windows-msvc 7 aarch64-unknown-fuchsia 8 aarch64-unknown-linux-gnu 9 aarch64-unknown-linux-musl 10 aarch64-unknown-none [all …]
|
| /external/clang/test/Driver/ |
| D | mips-mti-linux.c | 1 // Check frontend and linker invocations on GPL-free MIPS toolchain. 3 // FIXME: Using --sysroot with this toolchain/triple isn't supported. We use 5 // Ideally, we'd like to have an --llvm-toolchain option similar to 6 // the --gcc-toolchain one. 7 // REQUIRES: mips-registered-target 9 // = Big-endian, mips32r2, hard float 10 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 11 // RUN: --target=mips-mti-linux -mips32r2 -mhard-float \ 12 // RUN: --sysroot=%S/Inputs/mips_mti_linux/sysroot \ 13 // RUN: | FileCheck --check-prefix=CHECK-BE-HF-32R2 %s [all …]
|
| /external/bazelbuild-rules_rust/rust/ |
| D | known_shas.bzl | 3 This is a generated file -- see //util:fetch_shas 7 …"2018-10-30/cargo-beta-aarch64-unknown-linux-gnu.tar.gz": "9d91fb3ee868421fbf8f4ed62cb7ee843dc6a1e… 8 …"2018-10-30/cargo-beta-aarch64-unknown-linux-gnu.tar.xz": "344ff43655bb61a31eb7b13c4120b2676b95bda… 9 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabi.tar.gz": "0a606c94eb712e53cabb0a1d7c68412b39a76d7… 10 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabi.tar.xz": "d15292144b3fb332b6d7716e38fa888ca29cd9f… 11 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabihf.tar.gz": "b1179633aac6064c9e01942367d0b0d48d90e… 12 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabihf.tar.xz": "71d2f625afcc523b7a0341a165f488b6b44b5… 13 …"2018-10-30/cargo-beta-armv7-unknown-linux-gnueabihf.tar.gz": "6857ab5a0a4abc06331029325495c03d337… 14 …"2018-10-30/cargo-beta-armv7-unknown-linux-gnueabihf.tar.xz": "c9eabe7ae86ccc1079e2c9b69de6f39b9f3… 15 …"2018-10-30/cargo-beta-i686-pc-windows-gnu.tar.gz": "e0ed7c8ebf9a642879b7b548670b85836fab5127f6466… [all …]
|
| /external/trusty/musl/ |
| D | README | 2 musl libc 4 musl, pronounced like the word "mussel", is an MIT-licensed 5 implementation of the standard C library targetting the Linux syscall 6 API, suitable for use in a wide range of deployment environments. musl 8 and low runtime overhead, strong fail-safe guarantees under correct 10 safety. musl is built on the principle that these goals are best 13 The 1.1 release series for musl features coverage for all interfaces 15 non-standardized interfaces for compatibility with Linux, BSD, and 19 Information on full musl-targeted compiler toolchains, system 20 bootstrapping, and Linux distributions built on musl can be found on [all …]
|
| D | INSTALL | 2 Quick Installation Guide for musl libc 5 There are many different ways to install musl depending on your usage 6 case. This document covers only the build and installation of musl by 7 itself, which is useful for upgrading an existing musl-based system or 8 compiler toolchain, or for using the provided musl-gcc wrapper with an 9 existing non-musl-based compiler. 11 Building complete native or cross-compiler toolchains is outside the 12 scope of this INSTALL file. More information can be found on the musl 17 ------------------- 19 The only build-time prerequisites for musl are GNU Make and a [all …]
|
| /external/google-breakpad/src/third_party/musl/ |
| D | README | 2 musl libc 4 musl, pronounced like the word "mussel", is an MIT-licensed 5 implementation of the standard C library targetting the Linux syscall 6 API, suitable for use in a wide range of deployment environments. musl 8 and low runtime overhead, strong fail-safe guarantees under correct 10 safety. musl is built on the principle that these goals are best 13 The 1.1 release series for musl features coverage for all interfaces 15 non-standardized interfaces for compatibility with Linux, BSD, and 19 Information on full musl-targeted compiler toolchains, system 20 bootstrapping, and Linux distributions built on musl can be found on [all …]
|
| /external/musl/ |
| D | README | 2 musl libc 4 musl, pronounced like the word "mussel", is an MIT-licensed 5 implementation of the standard C library targetting the Linux syscall 6 API, suitable for use in a wide range of deployment environments. musl 8 and low runtime overhead, strong fail-safe guarantees under correct 10 safety. musl is built on the principle that these goals are best 13 The 1.1 release series for musl features coverage for all interfaces 15 non-standardized interfaces for compatibility with Linux, BSD, and 19 Information on full musl-targeted compiler toolchains, system 20 bootstrapping, and Linux distributions built on musl can be found on [all …]
|
| D | INSTALL | 2 Quick Installation Guide for musl libc 5 There are many different ways to install musl depending on your usage 6 case. This document covers only the build and installation of musl by 7 itself, which is useful for upgrading an existing musl-based system or 8 compiler toolchain, or for using the provided musl-gcc wrapper with an 9 existing non-musl-based compiler. 11 Building complete native or cross-compiler toolchains is outside the 12 scope of this INSTALL file. More information can be found on the musl 17 ------------------- 19 The only build-time prerequisites for musl are GNU Make and a [all …]
|
| /external/toybox/mkroot/ |
| D | README | 1 mkroot - simple linux system builder 3 Compiles a toybox-based root filesystem and kernel that can boot under qemu. 6 launched via ./run-qemu.sh (which assumes you have QEMU installed, KVM 12 --- Quick Start 14 To install the build prerequisites: download toybox source, linux kernel source, 15 and one or more musl cross compiler toolchain(s) in the "ccc" directory: 18 $ git clone https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux 19 $ wget https://landley.net/bin/toolchains/latest/i686-linux-musl-cross.tar.xz 21 $ tar xvJCf ccc i686-linux-musl-cross.tar.xz 25 $ mkroot/mkroot.sh CROSS=i686 LINUX=linux [all …]
|
| /external/rust/crates/libc/patches/ |
| D | musl_time_t.patch | 1 diff --git a/src/unix/linux_like/linux/musl/mod.rs b/src/unix/linux_like/linux/musl/mod.rs 3 --- a/src/unix/linux_like/linux/musl/mod.rs 4 +++ b/src/unix/linux_like/linux/musl/mod.rs 5 @@ -9,7 +9,7 @@ pub type clock_t = c_long; 9 -pub type time_t = c_long;
|
| /external/rust/crates/nix/src/sys/ |
| D | statfs.rs | 1 //! Get filesystem statistics, non-portably 14 #[cfg(target_os = "linux")] 29 (fd: libc::c_int, buf: *mut type_of_statfs) -> libc::c_int 32 (path: *const libc::c_char, buf: *mut type_of_statfs) -> libc::c_int 37 (fd: libc::c_int, buf: *mut type_of_statfs) -> libc::c_int 40 (path: *const libc::c_char, buf: *mut type_of_statfs) -> libc::c_int 54 #[cfg(all(target_os = "linux", target_arch = "s390x", not(target_env = "musl")))] 56 #[cfg(all(target_os = "linux", target_env = "musl"))] 58 #[cfg(all(target_os = "linux", target_env = "ohos"))] 60 #[cfg(all(target_os = "linux", target_env = "uclibc"))] [all …]
|
| /external/rust/crates/vm-memory/.buildkite/ |
| D | custom-tests.json | 4 "test_name": "build-gnu-mmap", 5 "command": "cargo build --release --features=xen", 9 "test_name": "build-gnu-mmap-no-xen", 10 "command": "cargo build --release --features=backend-mmap", 14 "test_name": "build-musl-mmap", 15 … "command": "cargo build --release --features=xen --target {target_platform}-unknown-linux-musl", 19 "test_name": "build-musl-mmap-no-xen", 20 …"command": "cargo build --release --features=backend-mmap --target {target_platform}-unknown-linux… 25 …CE=1 MIRIFLAGS='-Zmiri-disable-isolation -Zmiri-panic-on-unsupported -Zmiri-backtrace=full' cargo … 29 "test_name": "unittests-gnu-no-xen", [all …]
|
| /external/toybox/scripts/ |
| D | mcm-buildall.sh | 3 # Script to build all cross and native compilers supported by musl-libc. 8 if [ ! -d litecross ] 10 echo Run this script in musl-cross-make directory to make "ccc" directory. 12 echo " "git clone https://github.com/richfelker/musl-cross-make 13 echo " "cd musl-cross-make 14 echo ' ~/toybox/scripts/mcm-buildall.sh' 19 # in a gcc tuple TARGET-linux-muslEXTRA with CONFIG appended to $GCC_CONFIG 20 # (and thus the gcc ./configure command line). So i686:: builds i686-linux-musl 21 # and sh2eb::fdpic:--with-cpu=mj2 builds sh2eb-linux-muslfdpic adding 22 # --with-cpu=mj2 to the gcc ./configure command line. @RENAME (if present) [all …]
|
| /external/aws-crt-java/codebuild/cd/ |
| D | test-platform-specific-jar-snapshot.sh | 3 set -ex 5 …linux-armv6" "linux-armv7" "linux-aarch_64" "linux-x86_32" "linux-x86_64" "osx-aarch_64" "osx-x86_… 8 …-B dependency:get -DrepoUrl=https://aws.oss.sonatype.org/content/repositories/snapshots -Dartifact… 12 …-B dependency:get -DrepoUrl=https://aws.oss.sonatype.org/content/repositories/snapshots -Dartifact…
|
| D | deploy-platform-specific-jars.sh | 3 set -ex 5 if [[ $DEPLOY_VERSION = *-SNAPSHOT ]]; then 7 DEPLOY_FILE_GOAL=deploy:deploy-file 12 DEPLOY_FILE_GOAL=gpg:sign-and-deploy-file 16 …linux-armv6" "linux-armv7" "linux-aarch_64" "linux-x86_32" "linux-x86_64" "osx-aarch_64" "osx-x86_… 19 FILES="${FILES}target/aws-crt-1.0.0-SNAPSHOT-$str.jar," 25 FILES=${FILES::-1} 26 CLASSIFIERS=${CLASSIFIERS::-1} 27 TYPES=${TYPES::-1} 30 mvn -B -X $DEPLOY_FILE_GOAL \ [all …]
|
| /external/linux-kselftest/tools/testing/selftests/wireguard/qemu/ |
| D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 # Copyright (C) 2015-2019 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. 13 CBUILD := $(shell gcc -dumpmachine) 14 HOST_ARCH := $(firstword $(subst -, ,$(CBUILD))) 19 MIRROR := https://download.wireguard.com/qemu-test/distfiles/ 21 KERNEL_BUILD_PATH := $(BUILD_PATH)/kernel$(if $(findstring yes,$(DEBUG_KERNEL)),-debug) 28 $(1)_NAME := $(2)-$$($(1)_VERSION) 36 mkdir -p $(DISTFILES_PATH) 37 …-x $$@.lock -c '[ -f $$@ ] && exit 0; wget -O $$@.tmp $(MIRROR)$(1) || wget -O $$@.tmp $(2)$(1) ||… 42 $(eval $(call tar_download,IPROUTE2,iproute2,5.17.0,.tar.gz,https://www.kernel.org/pub/linux/utils/… [all …]
|
| /external/toybox/www/ |
| D | faq.html | 2 <!--#include file="header.html" --> 25 <!-- get binaries --> 29 <li><h2><a href="#system">What part of Linux/Android does toybox provide?</h2></li> 30 <li><h2><a href="#mkroot">How do I build a working Linux system with toybox?</a></h2></li> 43 and <a href=http://landley.net/notes-2006.html#28-09-2006>started over from 45 <a href=http://lists.busybox.net/pipermail/busybox/2006-September/058617.html>protracted licensing … 48 <a href=http://landley.net/notes-2011.html#13-11-2011>relaunched</a> 50 <a href=http://landley.net/aboriginal/about.html#selfhost>self-hosting</a>. 54 after a lot of thinking <a href=http://landley.net/talks/ohio-2013.txt>about 55 licenses</a> and <a href=http://landley.net/notes-2011.html#21-03-2011>the [all …]
|
| D | quick.html | 2 <!--#include file="header.html" --> 5 two hundred</a> different Linux command line utilities. By default it 7 with symlinks like "<b>ln -s toybox sed</b>" to put all the commands into 9 as the command to run, ala "<b>toybox df -a</b>", so you can use it without 13 <p>Each toybox command has built-in <a href=help.html>documentation</a>, 16 <li>most commands accept --help and --version arguments (ala <b>sed --help</b>), 20 <li><b>toybox --help command</b> lets you and ask toybox 21 for --help about commands. Run "<b>toybox --help</b>" with no other arguments 29 $ wget http://landley.net/bin/toybox/latest/toybox-x86_64 -O toybox<br /> 32 $ ./toybox ls -l --color [all …]
|
| /external/rust/crates/nix/src/sys/ptrace/ |
| D | linux.rs | 14 target_os = "linux", 18 any(target_env = "gnu", target_env = "musl") 26 if #[cfg(any(all(target_os = "linux", target_arch = "s390x"), 27 all(target_os = "linux", target_env = "gnu"), 38 …#[cfg_attr(not(any(target_env = "musl", target_env = "uclibc", target_os = "android")), repr(u32))] 39 #[cfg_attr(any(target_env = "musl", target_env = "uclibc", target_os = "android"), repr(i32))] 54 all(target_os = "linux", any(target_env = "musl", 63 all(target_os = "linux", any(target_env = "musl", 72 all(target_os = "linux", any(target_env = "musl", 81 all(target_os = "linux", any(target_env = "musl", [all …]
|
| /external/rust/crates/gpio-cdev/.github/workflows/ |
| D | ci.yml | 3 branches-ignore: 4 - "gh-readonly-queue/**" 11 RUSTFLAGS: '--deny warnings' 15 runs-on: ubuntu-latest 20 - aarch64-unknown-linux-gnu 21 - aarch64-unknown-linux-musl 22 - arm-unknown-linux-gnueabi 23 - arm-unknown-linux-gnueabihf 24 - armv7-unknown-linux-gnueabihf 25 - i686-unknown-linux-gnu [all …]
|
| /external/python/setuptools/pkg_resources/_vendor/packaging/ |
| D | _musllinux.py | 4 linked against musl, and what musl version is used. 18 def _read_unpacked(f: IO[bytes], fmt: str) -> Tuple[int, ...]: 22 def _parse_ld_musl_from_elf(f: IO[bytes]) -> Optional[str]: 23 """Detect musl libc location by parsing the Python executable. 42 1: ("IIIIHHH", "IIIIIIII", (0, 1, 4)), # 32-bit. 43 2: ("QQQIHHH", "IIQQQQQQ", (0, 2, 5)), # 64-bit. 65 if "musl" not in interpreter: 76 def _parse_musl_version(output: str) -> Optional[_MuslVersion]: 78 if len(lines) < 2 or lines[0][:4] != "musl": 87 def _get_musl_version(executable: str) -> Optional[_MuslVersion]: [all …]
|
| /external/python/setuptools/setuptools/_vendor/packaging/ |
| D | _musllinux.py | 4 linked against musl, and what musl version is used. 18 def _read_unpacked(f: IO[bytes], fmt: str) -> Tuple[int, ...]: 22 def _parse_ld_musl_from_elf(f: IO[bytes]) -> Optional[str]: 23 """Detect musl libc location by parsing the Python executable. 42 1: ("IIIIHHH", "IIIIIIII", (0, 1, 4)), # 32-bit. 43 2: ("QQQIHHH", "IIQQQQQQ", (0, 2, 5)), # 64-bit. 65 if "musl" not in interpreter: 76 def _parse_musl_version(output: str) -> Optional[_MuslVersion]: 78 if len(lines) < 2 or lines[0][:4] != "musl": 87 def _get_musl_version(executable: str) -> Optional[_MuslVersion]: [all …]
|
| /external/aws-crt-java/ |
| D | README.md | 12 * [Linux/Unix](#linuxunix) 16 * [Java CRT Documentation](https://awslabs.github.io/aws-crt-java/) 18 * [Platform-Specific JARs](#platform-specific-jars) 19 * [System Properties](#system-properties) 20 * [TLS Behavior](#tls-behavior) 28 ### Linux/Unix 36 1) `apt-get install cmake3 maven openjdk-8-jdk-headless -y` 37 2) `git clone https://github.com/awslabs/aws-crt-java.git` 38 3) `cd aws-crt-java` 39 4) `git submodule update --init --recursive` [all …]
|
12345678910>>...12