OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipefail
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/mit/ctwm/libexec/
ctwm_app_menu
31
set -eu -o
pipefail
/src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ShCommands.py
78
def toShell(self, file,
pipefail
=False):
79
if
pipefail
!= self.pipe_err:
80
raise ValueError('Inconsistent "
pipefail
" attribute!')
105
def toShell(self, file,
pipefail
=False):
106
self.lhs.toShell(file,
pipefail
)
108
self.rhs.toShell(file,
pipefail
)
ShUtil.py
190
def __init__(self, data, win32Escapes = False,
pipefail
= False):
192
self.
pipefail
=
pipefail
248
return Pipeline(commands, negate, self.
pipefail
)
TestRunner.py
902
test.config.
pipefail
).parse())
996
if test.config.
pipefail
:
997
f.write(b'set -o
pipefail
;' if mode == 'wb' else 'set -o
pipefail
;')
/src/usr.sbin/service/
service
135
if ( set +o
pipefail
) 2>/dev/null
138
set +o
pipefail
/src/tests/bin/sh/
t_option.sh
925
atf_test_case
pipefail
927
atf_set "descr" "Basic tests of the
pipefail
option"
930
${TEST_SH} -c 'set -o
pipefail
' 2>/dev/null ||
931
atf_skip "
pipefail
option not supported by ${TEST_SH}"
933
atf_check -s exit:0 -o match:'
pipefail
.*off' -e empty ${TEST_SH} -c \
934
'set -o | grep
pipefail
'
935
atf_check -s exit:0 -o match:'
pipefail
.*on' -e empty ${TEST_SH} -c \
936
'set -o
pipefail
; set -o | grep
pipefail
'
941
'set -o
pipefail
; (exit 1) | (exit 2) | (exit 0)
[
all
...]
/src/bin/sh/
option.list
72
pipefail
pipefail
# pipe exit status
jobs.c
1285
jp->flags =
pipefail
? JPIPEFAIL : 0;
/src/external/bsd/pam-u2f/dist/build-aux/ci/
fuzz-linux-asan.sh
2
set -euxo
pipefail
/src/tests/bin/dd/
t_dd.sh
32
res=$( set -o
pipefail
; eval "$cmd" | wc -c ) ||
/src/usr.sbin/certctl/
certctl.sh
30
set -o
pipefail
/src/distrib/utils/embedded/
mkimage
49
set -e -o
pipefail
/src/external/apache2/llvm/dist/llvm/utils/release/
test-release.sh
489
# Note:
pipefail
is necessary for running build commands through
492
set -o
pipefail
/src/external/apache2/llvm/dist/libcxx/utils/ci/
run-buildbot
11
set -o
pipefail
Completed in 46 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026