Searched refs:logfile (Results 1 – 10 of 10) sorted by relevance
26 logfile=$common_objpfx/posix/globtest.out79 rm -f $logfile86 cat <<"EOF" | $CMP - $testout >> $logfile || failed=1113 cat <<"EOF" | $CMP - $testout >> $logfile || failed=1216 echo "Braces test 2 failed" >> $logfile224 cat <<"EOF" | $CMP - $testout >> $logfile || failed=1228 echo "Braces test 3 failed" >> $logfile237 cat <<"EOF" | $CMP - $testout >> $logfile || failed=1254 echo "No magic test failed" >> $logfile263 cat <<"EOF" | $CMP - $testout >> $logfile || failed=1[all …]
30 logfile=${common_objpfx}posix/wordexp-tst.out34 rm -f $logfile46 cat <<"EOF" | cmp - ${testout}1 >> $logfile || failed=159 cat <<"EOF" | cmp - ${testout}2 >> $logfile || failed=173 cat <<"EOF" | cmp - ${testout}3 >> $logfile || failed=187 cat <<"EOF" | cmp - ${testout}4 >> $logfile || failed=1100 cat <<"EOF" | cmp - ${testout}5 >> $logfile || failed=1115 cat <<"EOF" | cmp - ${testout}6 >> $logfile || failed=1128 cat <<"EOF" | cmp - ${testout}7 >> $logfile || failed=1144 cat <<"EOF" | cmp - ${testout}8 >> $logfile || failed=1[all …]
25 logfile=$common_objpfx/posix/tst-getconf.out27 rm -f $logfile30 printf %s "getconf $name: " >> $logfile31 ${run_getconf} "$name" < /dev/null 2>> $logfile >> $logfile33 echo "*** $name FAILED" >> $logfile208 printf %s "getconf $name /: " >> $logfile209 ${run_getconf} "$name" / < /dev/null 2>> $logfile >> $logfile211 echo "*** $name FAILED" >> $logfile
26 logfile=$common_objpfx/nptl/tst-tls6.out32 > $logfile36 echo "preload tst-tls5mod{$aligned,b,c,d}.so" >> $logfile37 echo "===============" >> $logfile41 | sed 's/:$//;s/: /:/g'`" ${tst_tls5} >> $logfile || fail=142 echo >> $logfile44 echo "preload tst-tls5mod{b,$aligned,c,d}.so" >> $logfile45 echo "===============" >> $logfile49 | sed 's/:$//;s/: /:/g'`" ${tst_tls5} >> $logfile || fail=150 echo >> $logfile[all …]
34 set_logfile (const char *logfile) in set_logfile() argument36 logfilename = strdup (logfile); in set_logfile()
26 extern void set_logfile (const char *logfile);
4279 msgstr "Nije bilo moguće stvoriti dnevničku datoteku (logfile)"
5467 # logfile - Protokolldatei
2033 * nscd/dbg_log.c (set_logfile): Only save name of logfile,2035 (init_logfile): New function, open logfile if requested.
8114 call closelog() so logfile gets re-opened next time.