Home
last modified time | relevance | path

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

1234567891011

/src/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)
/src/contrib/libcbor/doc/source/
H A Dgetting_started.rst8 .. code-block:: bash
14 .. code-block:: bash
21 .. code-block:: bash
118 .. code-block:: bash
124 .. code-block:: bash
131 .. code-block:: bash
138 .. code-block:: bash
175 .. code-block:: bash
182 .. code-block:: bash
213 .. code-block:: bash
[all …]
H A Ddevelopment.rst109 .. code-block:: bash
116 .. code-block:: bash
126 .. code-block:: bash
139 .. code-block:: bash
H A Dtests.rst24 .. code-block:: bash
31 .. code-block:: bash
/src/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 …]
/src/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
/src/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.
/src/sys/contrib/openzfs/.github/workflows/scripts/
H A Dqemu-2-start.sh1 #!/usr/bin/env bash
221 shell: /bin/bash
224 shell: /bin/bash
234 - bash
299 BASH="/usr/local/bin/bash"
303 …ssh root@vm0 "env IGNORE_OSVERSION=yes pkg install -y bash ca_root_nss git qemu-guest-agent python…
304 ssh root@vm0 "chsh -s $BASH root"
307 ssh root@vm0 "pw add user zfs -w no -s $BASH"
H A Dqemu-5-setup.sh1 #!/usr/bin/env bash
62 shell: /bin/bash
65 shell: /bin/bash
75 - bash
129 sudo nohup bash -c "cat $pty > $RESPATH/vm$i/console.txt" &
/src/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
/src/usr.sbin/service/
H A Dservice.8196 .Xr bash 1 Pq Pa ports/shells/bash
208 .Xr bash 1 Pq Pa ports/shells/bash ,
/src/contrib/libcbor/
H A DCMakeLists.txt223 bash -c
226 # explicitly use bash
228 bash -c
231 bash -c
234 bash -c
H A DREADME.md44 ```bash
53 ```bash
59 ```bash
66 ```bash
/src/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()
/src/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
/src/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 */
/src/crypto/openssl/demos/quic/server/
H A DREADME.md11 ```bash
17 ```bash
/src/contrib/jemalloc/scripts/windows/
H A Dbefore_install.sh1 #!/bin/bash
53 # Then, those environment variables are transformed from cmd to bash format and put
54 # into a script $apply_vsenv. If cl.exe needs to be used from bash, one can
/src/contrib/flex/
H A DREADME.md45 * bash, or a good Bourne-style shell
68 ```bash
79 ```bash
/src/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
/src/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"
/src/contrib/googletest/ci/
H A Dlinux-presubmit.sh1 #!/bin/bash
55 /bin/bash -c "
77 /bin/bash -c "
/src/contrib/bmake/unit-tests/
H A DMakefile537 .if ${_shell} == "bash"
733 # bash 5.0.18 bash: ...: command not found
734 # bash 5.1.0 bash: line 1: ...: command not found
740 # bash 5.0.18 bash: /nonexistent: No such file or directory
741 # bash 5.1.0 bash: line 1: /nonexistent: No such file or directory
747 # bash 5.0.18 bash: line 1: /nonexistent: No such file or directory
748 # bash 5.1.0 bash: line 1: /nonexistent: No such file or directory
/src/usr.bin/bmake/unit-tests/
H A DMakefile540 .if ${_shell} == "bash"
736 # bash 5.0.18 bash: ...: command not found
737 # bash 5.1.0 bash: line 1: ...: command not found
743 # bash 5.0.18 bash: /nonexistent: No such file or directory
744 # bash 5.1.0 bash: line 1: /nonexistent: No such file or directory
750 # bash 5.0.18 bash: line 1: /nonexistent: No such file or directory
751 # bash 5.1.0 bash: line 1: /nonexistent: No such file or directory

1234567891011