Home
last modified time | relevance | path

Searched full:bin (Results 1 – 25 of 142) sorted by relevance

123456

/picolibc-latest/.github/
Dzephyr1 #!/bin/bash
10 if [ -d "$dir" -a -d "$dir"/bin ]; then
11 PATH="$dir"/bin:$PATH
Ddo-avr1 #!/bin/bash
3 PATH=$AVR_SDK_INSTALL_DIR/bin:$PATH
Ddo-test1 #!/bin/sh
7 for p in /opt/*/bin; do
Ddo-build1 #!/bin/sh
7 for p in /opt/*/bin; do
Dzephyr-setup1 #!/bin/sh
Ddo-zephyr-build1 #!/bin/bash
Ddo-zephyr-test1 #!/bin/bash
Ddo-avr-build1 #!/bin/bash
/picolibc-latest/newlib/libc/stdlib/
Dsystem.c22 Use <<system>> to pass a command string <<*<[s]>>> to <</bin/sh>> on
25 Use ``<<system(NULL)>>'' to test whether your system has <</bin/sh>>
32 <<system(NULL)>> returns a non-zero value if <</bin/sh>> is available, and
36 returned by <</bin/sh>>.
118 execve ("/bin/sh", argv, *p_environ); in do_system()
Dmallocr.c952 * `av': An array of chunks serving as bin headers for consolidated
953 chunks. Each bin is doubly linked. The bins are approximately
961 The chunks in each bin are maintained in decreasing sorted order by
975 included in any bin, is used only if no other chunk is
979 * `last_remainder': A bin holding only the remainder of the
980 most recently split (non-top) chunk. This bin is checked
1130 malloc_chunk. (This way, the fd/bk offsets for linking bin heads
1136 directly in the code, but instead via bin access macros.
1138 Bin layout:
1146 1 bin of size what's left
[all …]
/picolibc-latest/.github/workflows/
Dlinux.yml91 # Install in /usr/bin so the ccache action gets the expected environment.
96 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
151 # Install in /usr/bin so the ccache action gets the expected environment.
156 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
211 # Install in /usr/bin so the ccache action gets the expected environment.
216 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
Dsteps-head21 # Install in /usr/bin so the ccache action gets the expected environment.
26 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
Dzephyr.yml97 # Install in /usr/bin so the ccache action gets the expected environment.
102 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
157 # Install in /usr/bin so the ccache action gets the expected environment.
162 …sudo tar xf ccache-4.8.2-linux-x86_64.tar.xz -C /usr/bin --strip-components=1 --no-same-owner ccac…
/picolibc-latest/cmake/
DTC-clang-thumbv6m.cmake11 set(CMAKE_FIND_ROOT_PATH /usr/bin)
24 --ld-path=/usr/bin/arm-none-eabi-ld
DTC-clang-thumbv7m.cmake11 set(CMAKE_FIND_ROOT_PATH /usr/bin)
24 --ld-path=/usr/bin/arm-none-eabi-ld
/picolibc-latest/scripts/
Drun-i3861 #!/bin/sh
47 -bios semihost/machine/x86/bios.bin \
Drun-x861 #!/bin/sh
54 -bios semihost/machine/x86/bios.bin \
Drun-x86_641 #!/bin/sh
47 -bios semihost/machine/x86/bios.bin \
Dcross-clang-riscv64-unknown-elf.txt8 c_ld = '/usr/bin/riscv64-unknown-elf-ld'
9 cpp_ld = '/usr/bin/riscv64-unknown-elf-ld'
Dcross-clang-rv32imafdc-unknown-elf.txt8 c_ld = '/usr/bin/riscv64-unknown-elf-ld'
9 cpp_ld = '/usr/bin/riscv64-unknown-elf-ld'
Drun-power91 #!/bin/sh
47 one_bin=`mktemp --suffix=.bin "$base".XXX`
Ddo-arm-tk1 #!/bin/bash
30 export PATH=$ARM_TK/bin:$PATH
Ddo-cmake-thumbv6m-configure1 #!/bin/sh
/picolibc-latest/semihost/machine/x86/
Dmeson.build85 bios_bin = custom_target('bios.bin',
90 output: 'bios.bin',
/picolibc-latest/
Dmake-copyrights1 #!/bin/sh

123456