OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log_file
(Results
1 - 25
of
68
) sorted by relevancy
1
2
3
/src/external/bsd/am-utils/dist/
commit
54
log_file
="${TMPDIR-/tmp}/commitlog.$$"
56
rm -f "$
log_file
"
57
trap 'rm -f "$
log_file
"; exit 1' 1 2 15
81
if test -f "$
log_file
"; then
86
echo "$1" > "$
log_file
"
90
if test -f "$
log_file
"; then
99
if cat < "$1" > "$
log_file
"; then :; else
183
if test ! -f "$
log_file
"; then
199
| sed -e 's,\+ ,,' -e '/./p' -e '/./d' -e '1d' -e '$d' > "$
log_file
" \
205
if grep '[^ ]' < "$
log_file
" > /dev/null; then :; els
[
all
...]
/src/external/bsd/tmux/dist/
log.c
29
static FILE *
log_file
;
variable
64
log_file
= fopen(path, "a");
66
if (
log_file
== NULL)
69
setvbuf(
log_file
, NULL, _IOLBF, 0);
92
if (
log_file
!= NULL)
93
fclose(
log_file
);
94
log_file
= NULL;
106
if (
log_file
== NULL)
118
if (fprintf(
log_file
, "%lld.%06d %s%s\n", (long long)tv.tv_sec,
120
fflush(
log_file
);
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
gdb_buildall.sh
226
log_file
=$target.log
227
log_file
=${
log_file
//:/_}
229
./gdb/gdb -batch -nx -x x 2>&1 | cat > $
log_file
231
if test ! -s $
log_file
233
echo " ERR: gdb printed no output" | tee -a $
log_file
234
elif test `grep -o internal-error $
log_file
| tail -n 1`
236
echo " ERR: gdb panic" | tee -a $
log_file
244
sed -n -e '/<0x0*>/d' -e 's/^.*<0x\([0-9a-f]*\)>.*$/0x\1/p' $
log_file
\
254
sed -f mbuild.sed $
log_file
> Mbuild.lo
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
gdb_buildall.sh
226
log_file
=$target.log
227
log_file
=${
log_file
//:/_}
229
./gdb/gdb -batch -nx -x x 2>&1 | cat > $
log_file
231
if test ! -s $
log_file
233
echo " ERR: gdb printed no output" | tee -a $
log_file
234
elif test `grep -o internal-error $
log_file
| tail -n 1`
236
echo " ERR: gdb panic" | tee -a $
log_file
244
sed -n -e '/<0x0*>/d' -e 's/^.*<0x\([0-9a-f]*\)>.*$/0x\1/p' $
log_file
\
254
sed -f mbuild.sed $
log_file
> Mbuild.lo
[
all
...]
/src/external/lgpl2/userspace-rcu/dist/tests/utils/
tap-driver.sh
50
# TODO: $
log_file
, $trs_file and $test_name are defined).
52
log_file
= # Where to save the result and output of the test script.
65
--log-file)
log_file
=$2; shift;;
137
-v
log_file
="$
log_file
" \
631
} 3>"$
log_file
"
/src/crypto/external/bsd/heimdal/dist/
test-driver
56
log_file
= # Where to save the output of the test script.
66
--log-file)
log_file
=$2; shift;;
80
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
102
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
111
: >"$
log_file
"
112
"$@" >>"$
log_file
" 2>&1
134
echo "$res $test_name (exit status: $estatus)" >>"$
log_file
"
/src/external/bsd/openpam/dist/
test-driver
56
log_file
= # Where to save the output of the test script.
66
--log-file)
log_file
=$2; shift;;
80
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
102
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
111
: >"$
log_file
"
112
"$@" >>"$
log_file
" 2>&1
134
echo "$res $test_name (exit status: $estatus)" >>"$
log_file
"
/src/external/lgpl3/mpc/dist/build-aux/
test-driver
56
log_file
= # Where to save the output of the test script.
66
--log-file)
log_file
=$2; shift;;
80
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
102
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
111
: >"$
log_file
"
112
"$@" >>"$
log_file
" 2>&1
134
echo "$res $test_name (exit status: $estatus)" >>"$
log_file
"
/src/external/lgpl3/mpfr/dist/
test-driver
56
log_file
= # Where to save the output of the test script.
66
--log-file)
log_file
=$2; shift;;
80
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
102
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
111
: >"$
log_file
"
112
"$@" >>"$
log_file
" 2>&1
134
echo "$res $test_name (exit status: $estatus)" >>"$
log_file
"
/src/external/mit/expat/dist/conftools/
test-driver
56
log_file
= # Where to save the output of the test script.
66
--log-file)
log_file
=$2; shift;;
80
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
102
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
111
: >"$
log_file
"
112
"$@" >>"$
log_file
" 2>&1
134
echo "$res $test_name (exit status: $estatus)" >>"$
log_file
"
/src/external/mit/isl/dist/
test-driver
56
log_file
= # Where to save the output of the test script.
66
--log-file)
log_file
=$2; shift;;
80
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
102
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
111
: >"$
log_file
"
112
"$@" >>"$
log_file
" 2>&1
134
echo "$res $test_name (exit status: $estatus)" >>"$
log_file
"
/src/external/mpl/bind/dist/bin/tests/system/
custom-test-driver
55
log_file
= # Where to save the output of the test script.
77
log_file
=$2
113
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
135
do_exit='rm -f $
log_file
$trs_file $junit_file; (exit $st); exit $st'
143
"$@" --junit-xml $PWD/$junit_file 2>&1 | tee $
log_file
145
"$@" --junit-xml $PWD/$junit_file >$
log_file
2>&1
171
echo "$res $test_name (exit status: $estatus)" >>$
log_file
/src/external/gpl2/lvm2/dist/include/
lvm-logging.h
41
void init_log_file(const char *
log_file
, int append);
42
void init_log_direct(const char *
log_file
, int append);
/src/external/gpl2/lvm2/dist/lib/log/
lvm-logging.h
41
void init_log_file(const char *
log_file
, int append);
42
void init_log_direct(const char *
log_file
, int append);
/src/sys/external/isc/libsodium/dist/build-aux/
test-driver
54
log_file
= # Where to save the output of the test script.
64
--log-file)
log_file
=$2; shift;;
78
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
100
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
107
"$@" >$
log_file
2>&1
129
echo "$res $test_name (exit status: $estatus)" >>$
log_file
/src/external/bsd/flex/dist/build-aux/
test-driver
54
log_file
= # Where to save the output of the test script.
64
--log-file)
log_file
=$2; shift;;
78
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
100
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
107
"$@" >$
log_file
2>&1
129
echo "$res $test_name (exit status: $estatus)" >>$
log_file
/src/external/bsd/libevent/dist/build-aux/
test-driver
54
log_file
= # Where to save the output of the test script.
64
--log-file)
log_file
=$2; shift;;
78
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
100
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
107
"$@" >$
log_file
2>&1
129
echo "$res $test_name (exit status: $estatus)" >>$
log_file
/src/external/bsd/ntp/dist/sntp/libevent/build-aux/
test-driver
54
log_file
= # Where to save the output of the test script.
64
--log-file)
log_file
=$2; shift;;
78
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
100
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
107
"$@" >$
log_file
2>&1
129
echo "$res $test_name (exit status: $estatus)" >>$
log_file
/src/external/bsd/zstd/dist/tests/gzip/
test-driver.sh
54
log_file
= # Where to save the output of the test script.
64
--log-file)
log_file
=$2; shift;;
78
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
100
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
107
"$@" >$
log_file
2>&1
129
echo "$res $test_name (exit status: $estatus)" >>$
log_file
/src/external/gpl3/binutils/dist/
test-driver
54
log_file
= # Where to save the output of the test script.
64
--log-file)
log_file
=$2; shift;;
78
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
100
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
107
"$@" >$
log_file
2>&1
129
echo "$res $test_name (exit status: $estatus)" >>$
log_file
/src/external/gpl3/binutils.old/dist/
test-driver
54
log_file
= # Where to save the output of the test script.
64
--log-file)
log_file
=$2; shift;;
78
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
100
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
107
"$@" >$
log_file
2>&1
129
echo "$res $test_name (exit status: $estatus)" >>$
log_file
/src/external/gpl3/gcc/dist/
test-driver
54
log_file
= # Where to save the output of the test script.
64
--log-file)
log_file
=$2; shift;;
78
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
100
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
107
"$@" >$
log_file
2>&1
129
echo "$res $test_name (exit status: $estatus)" >>$
log_file
/src/external/gpl3/gcc.old/dist/
test-driver
54
log_file
= # Where to save the output of the test script.
64
--log-file)
log_file
=$2; shift;;
78
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
100
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
107
"$@" >$
log_file
2>&1
129
echo "$res $test_name (exit status: $estatus)" >>$
log_file
/src/external/gpl3/gdb/dist/
test-driver
54
log_file
= # Where to save the output of the test script.
64
--log-file)
log_file
=$2; shift;;
78
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
100
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
107
"$@" >$
log_file
2>&1
129
echo "$res $test_name (exit status: $estatus)" >>$
log_file
/src/external/gpl3/gdb.old/dist/
test-driver
54
log_file
= # Where to save the output of the test script.
64
--log-file)
log_file
=$2; shift;;
78
test x"$
log_file
" = x && missing_opts="$missing_opts --log-file"
100
do_exit='rm -f $
log_file
$trs_file; (exit $st); exit $st'
107
"$@" >$
log_file
2>&1
129
echo "$res $test_name (exit status: $estatus)" >>$
log_file
Completed in 18 milliseconds
1
2
3
Indexes created Tue Apr 14 00:22:26 UTC 2026