Home
last modified time | relevance | path

Searched full:bash (Results 1 – 25 of 246) sorted by relevance

12345678910

/freebsd/usr.bin/w/
H A Dw.1106 root v1 - 8:03PM 1 -bash (bash)
116 1207 -bash (bash)
120 1489 -bash (bash)
121 root v1 - 8:08PM 3 -bash (bash)
122 1510 -bash (bash)
131 1204 -bash (bash)
132 root v1 - 7:15PM - -bash (bash)
/freebsd/contrib/file/magic/Magdir/
H A Dcommands73 # bash shell magic, from Peter Tobias (tobias@server.et-inf.fho-emden.de)
74 0 string/fwt #!\ /bin/bash Bourne-Again shell script text executable
76 0 string/fwb #!\ /bin/bash Bourne-Again shell script executable (binary data)
78 0 string/fwt #!\ /usr/bin/bash Bourne-Again shell script text executable
80 0 string/fwb #!\ /usr/bin/bash Bourne-Again shell script executable (binary data)
82 0 string/fwt #!\ /usr/local/bash Bourne-Again shell script text executable
84 0 string/fwb #!\ /usr/local/bash Bourne-Again shell script executable (binary data)
86 0 string/fwt #!\ /usr/local/bin/bash Bourne-Again shell script text executable
88 0 string/fwb #!\ /usr/local/bin/bash Bourne-Again shell script executable (binary data)
90 0 string/fwt #!\ /usr/bin/env\ bash Bourne-Again shell script text executable
[all …]
/freebsd/contrib/libcbor/doc/source/
H A Dgetting_started.rst8 .. code-block:: bash
14 .. code-block:: bash
21 .. code-block:: bash
76 .. code-block:: bash
82 .. code-block:: bash
89 .. code-block:: bash
96 .. code-block:: bash
133 .. code-block:: bash
140 .. code-block:: bash
171 .. code-block:: bash
[all …]
H A Dtests.rst24 .. code-block:: bash
31 .. code-block:: bash
H A Ddevelopment.rst108 .. code-block:: bash
122 .. code-block:: bash
135 .. code-block:: bash
/freebsd/usr.bin/procstat/
H A Dprocstat.1821 46620 bash 1201000 /usr/local/bin/bash
828 46620 bash text v r r------- - - - /usr/local/bin/bash
829 46620 bash ctty v c rw------ - - - /dev/pts/12
830 46620 bash cwd v d r------- - - - /tmp
831 46620 bash root v d r------- - - - /
832 46620 bash 0 v c rw------ 7 372071 - /dev/pts/12
833 46620 bash 1 v c rw------ 7 372071 - /dev/pts/12
834 46620 bash 2 v c rw------ 7 372071 - /dev/pts/12
835 46620 bash 255 v c rw------ 7 372071 - /dev/pts/12
/freebsd/crypto/openssl/
H A DNOTES-DJGPP.md11 latest versions of DJGPP, GCC, BINUTILS, BASH, etc. This package
26 To compile OpenSSL, start your BASH shell, then configure for DJGPP by
32 running in a DOS box under Windows. If so, just close the BASH
33 shell, go back to Windows, and restart BASH. Then run `make` again.
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-2-start.sh1 #!/usr/bin/env bash
212 shell: $BASH
215 shell: $BASH
282 BASH="/usr/local/bin/bash"
286 ssh root@vm0 "pkg install -y bash ca_root_nss git qemu-guest-agent python3 py311-cloud-init"
287 ssh root@vm0 "chsh -s $BASH root"
290 ssh root@vm0 "pw add user zfs -w no -s $BASH"
H A Dqemu-5-setup.sh1 #!/usr/bin/env bash
52 shell: $BASH
55 shell: $BASH
114 sudo nohup bash -c "cat $pty > $RESPATH/vm$i/console.txt" &
/freebsd/contrib/xz/
H A DREADME170 for example in GNU bash it is done with "ulimit -c unlimited",
235 the "tmp-build/inst" directory, and use translations.bash to see
240 bash ../debug/translation.bash | less
241 bash ../debug/translation.bash | less -S # For --list outputs
244 before running translations.bash. The value should match the PO file
/freebsd/contrib/libcbor/
H A DCMakeLists.txt119 COMMAND bash -c [[ for TEST in $(ls test/*_test); do LLVM_PROFILE_FILE="coverage_profiles/$(basename -- ${TEST}).profraw" ./${TEST}; done ]]
120 # VERBATIM makes escaping working, but breaks shell expansions, so we need to explicitly use bash
121 COMMAND bash -c [[ llvm-profdata merge -sparse $(ls coverage_profiles/*.profraw) -o coverage_profiles/combined.profdata ]]
122 COMMAND bash -c [[ llvm-cov show -instr-profile=coverage_profiles/combined.profdata test/*_test -format=html > coverage_profiles/report.html ]]
123 COMMAND bash -c [[ llvm-cov report -instr-profile=coverage_profiles/combined.profdata test/*_test ]]
H A DREADME.md25 ```bash
34 ```bash
40 ```bash
47 ```bash
H A Drelease.sh1 #!/usr/bin/env bash
16 # http://stackoverflow.com/questions/59895/getting-the-source-directory-of-a-bash-script-from-within
/freebsd/usr.sbin/service/
H A Dservice.8193 .Xr bash 1 Pq Pa ports/shells/bash
205 .Xr bash 1 Pq Pa ports/shells/bash ,
/freebsd/crypto/libecc/src/hash/
H A Dbash.c15 #include <libecc/hash/bash.h>
18 * This is an implementation of the BASH hash functions family (for sizes 224, 256, 384 and 512)
19 * following the standard STB 34.101.77-2020 (http://apmi.bsu.by/assets/files/std/bash-spec24.pdf).
29 * Check given inpur digest size: we only consider BASH versions in _bash_init()
/freebsd/usr.bin/fstat/
H A Dfstat.1244 alice bash 469 text /usr/local 143355 -rwxr-xr-x 1166448 r
245 alice bash 469 ctty /dev 346 crw--w---- pts/81 rw
255 bob bash 469 text /usr/local 143355 -rwxr-xr-x 1166448 r
256 bob bash 469 mmap /usr/local 143355 -rwxr-xr-x 1166448 r
317 23 bash
/freebsd/crypto/libecc/include/libecc/hash/
H A Dbash.h17 * This is an implementation of the BASH hash functions family (for sizes 224, 256, 384 and 512)
18 * following the standard STB 34.101.77-2020 (http://apmi.bsu.by/assets/files/std/bash-spec24.pdf).
115 /* The main Bash-f core as descibed in the specification. */
152 /* Bash state */
/freebsd/contrib/flex/
H A DREADME.md45 * bash, or a good Bourne-style shell
68 ```bash
79 ```bash
/freebsd/contrib/dma/
H A DINSTALL21 * sh - Need to be POSIX compliant, dash, bash known to work
28 make CC=gcc YACC=bison LEX=/usr/bin/flex SH=/bin/bash INSTALL=/usr/bin/install
/freebsd/tools/test/stress2/misc/
H A Dptrace7.sh36 # 1001 863 862 0 44 0 13880 5268 wait Is 0 0:00,13 -bash (bash)
46 # 1001 85222 85221 0 21 0 13880 5276 ttyin Is+ 2 0:00,23 -bash (bash)
H A Dlinux.sh43 [ -x /compat/linux/bin/bash ] &&
44 /compat/linux/bin/bash -c "/compat/linux/bin/date"
/freebsd/contrib/bmake/unit-tests/
H A DMakefile525 .if ${_shell} == "bash"
717 # bash 5.0.18 bash: ...: command not found
718 # bash 5.1.0 bash: line 1: ...: command not found
724 # bash 5.0.18 bash: /nonexistent: No such file or directory
725 # bash 5.1.0 bash: line 1: /nonexistent: No such file or directory
731 # bash 5.0.18 bash: line 1: /nonexistent: No such file or directory
732 # bash 5.1.0 bash: line 1: /nonexistent: No such file or directory
/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile528 .if ${_shell} == "bash"
720 # bash 5.0.18 bash: ...: command not found
721 # bash 5.1.0 bash: line 1: ...: command not found
727 # bash 5.0.18 bash: /nonexistent: No such file or directory
728 # bash 5.1.0 bash: line 1: /nonexistent: No such file or directory
734 # bash 5.0.18 bash: line 1: /nonexistent: No such file or directory
735 # bash 5.1.0 bash: line 1: /nonexistent: No such file or directory
/freebsd/contrib/libcbor/.circleci/
H A Dconfig.yml45 - run: bash clang-format.sh --verbose
184 - run: bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
194 shell: 'bash.exe'
/freebsd/contrib/file/magic/scripts/
H A Dcreate_filemagic_flac1 #!/usr/bin/env bash
3 ## bash script to generate file magic support for flac.

12345678910