Searched full:bin (Results 1 – 25 of 142) sorted by relevance
123456
1 #!/bin/bash10 if [ -d "$dir" -a -d "$dir"/bin ]; then11 PATH="$dir"/bin:$PATH
1 #!/bin/bash3 PATH=$AVR_SDK_INSTALL_DIR/bin:$PATH
1 #!/bin/sh7 for p in /opt/*/bin; do
1 #!/bin/sh
1 #!/bin/bash
22 Use <<system>> to pass a command string <<*<[s]>>> to <</bin/sh>> on25 Use ``<<system(NULL)>>'' to test whether your system has <</bin/sh>>32 <<system(NULL)>> returns a non-zero value if <</bin/sh>> is available, and36 returned by <</bin/sh>>.118 execve ("/bin/sh", argv, *p_environ); in do_system()
952 * `av': An array of chunks serving as bin headers for consolidated953 chunks. Each bin is doubly linked. The bins are approximately961 The chunks in each bin are maintained in decreasing sorted order by975 included in any bin, is used only if no other chunk is979 * `last_remainder': A bin holding only the remainder of the980 most recently split (non-top) chunk. This bin is checked1130 malloc_chunk. (This way, the fd/bk offsets for linking bin heads1136 directly in the code, but instead via bin access macros.1138 Bin layout:1146 1 bin of size what's left[all …]
91 # 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…
21 # 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…
97 # 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…
11 set(CMAKE_FIND_ROOT_PATH /usr/bin)24 --ld-path=/usr/bin/arm-none-eabi-ld
1 #!/bin/sh47 -bios semihost/machine/x86/bios.bin \
1 #!/bin/sh54 -bios semihost/machine/x86/bios.bin \
8 c_ld = '/usr/bin/riscv64-unknown-elf-ld'9 cpp_ld = '/usr/bin/riscv64-unknown-elf-ld'
1 #!/bin/sh47 one_bin=`mktemp --suffix=.bin "$base".XXX`
1 #!/bin/bash30 export PATH=$ARM_TK/bin:$PATH
85 bios_bin = custom_target('bios.bin',90 output: 'bios.bin',