Home
last modified time | relevance | path

Searched refs:logfile (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/gettext/gettext-runtime/intl/
Dlog.c67 FILE *logfile; in __libc_lock_define_initialized() local
93 logfile = last_logfile; in __libc_lock_define_initialized()
95 fprintf (logfile, "domain "); in __libc_lock_define_initialized()
96 print_escaped (logfile, domainname, domainname + strlen (domainname)); in __libc_lock_define_initialized()
101 fprintf (logfile, "\nmsgctxt "); in __libc_lock_define_initialized()
102 print_escaped (logfile, msgid1, separator); in __libc_lock_define_initialized()
105 fprintf (logfile, "\nmsgid "); in __libc_lock_define_initialized()
106 print_escaped (logfile, msgid1, msgid1 + strlen (msgid1)); in __libc_lock_define_initialized()
109 fprintf (logfile, "\nmsgid_plural "); in __libc_lock_define_initialized()
110 print_escaped (logfile, msgid2, msgid2 + strlen (msgid2)); in __libc_lock_define_initialized()
[all …]
/third_party/ntfs-3g/ntfsprogs/
Dntfsdump_logfile.c94 static int logfile_close(logfile_file *logfile) in logfile_close() argument
96 if (logfile->is_volume) { in logfile_close()
97 if (logfile->na) in logfile_close()
98 ntfs_attr_close(logfile->na); in logfile_close()
99 if (logfile->ni && ntfs_inode_close(logfile->ni)) in logfile_close()
102 if (ntfs_umount(logfile->vol, 0)) in logfile_close()
104 logfile->filename); in logfile_close()
106 if (close(logfile->fd)) in logfile_close()
108 logfile->filename); in logfile_close()
193 logfile_file *logfile) in logfile_open() argument
[all …]
/third_party/ffmpeg/tests/
Dcopycooker.sh8 logfile="$datadir/copy.regression"
12 rm -f $logfile
14 echo ---------------- >> $logfile
15 echo $i >> $logfile
18 cmp first.nut second.nut >> $logfile
19 md5sum first.nut >> $logfile
22 if diff -u -w "$reffile" "$logfile" ; then
/third_party/curl/tests/libtest/
Dtest613.pl73 my $logfile = $ARGV[2];
82 if ($logfile) {
98 open(IN, "<$logfile") || die "$!";
132 my $newfile = $logfile . ".new";
137 unlink $logfile;
138 rename $newfile, $logfile;
/third_party/curl/tests/
Dsecureserver.pl63 my $logfile; # stunnel log file
164 $logfile = "$path/". $ARGV[1];
180 if(!$logfile) {
181 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum);
249 $cmd .= ">$logfile 2>&1";
255 print "log file: $logfile\n";
273 $cmd .= ">$logfile 2>&1";
289 print STUNCONF "output = $logfile\n";
318 print "output = $logfile\n";
Dtftpserver.pl48 my $logfile;
71 $logfile = $ARGV[1];
114 if(!$logfile) {
115 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum);
120 "--logfile \"$logfile\" ";
Drtspserver.pl48 my $logfile; # rtsp server log file
70 $logfile = $ARGV[1];
113 if(!$logfile) {
114 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum);
119 "--logfile \"$logfile\" ";
Dhttpserver.pl49 my $logfile; # log file
73 $logfile = $ARGV[1];
135 if(!$logfile) {
136 $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum);
140 "--logfile \"$logfile\" ".
Dhttp2-server.pl28 my $logfile = "log/http2.log";
67 $logfile = $ARGV[1];
81 "--errorlog-file=$logfile";
Druntests.pl1472 my $logfile;
1497 $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
1499 $flags .= "--pidfile \"$pidfile\" --logfile \"$logfile\" ";
1543 my $logfile;
1580 $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
1585 $flags .= "--pidfile \"$pidfile\" --logfile \"$logfile\" ";
1643 my $logfile;
1674 $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
1677 $flags .= "--pidfile \"$pidfile\" --logfile \"$logfile\" ";
1736 my $logfile;
[all …]
/third_party/python/Tools/c-analyzer/c_common/
Dlogging.py13 logfile=None, argument
23 if logfile:
24 handler = logging.FileHandler(logfile)
36 logfile=logfile,
/third_party/ltp/pan/
Dltp-pan.c102 FILE * logfile, int no_kmsg);
108 int keep_active, FILE * logfile, FILE * failcmdfile,
166 FILE *logfile = NULL; in main() local
337 logfile = stdout; in main()
339 if ((logfile = fopen(logfilename, "a+e")) == NULL) { in main()
352 fprintf(logfile, "startup='%s'\n", s); in main()
354 fprintf(logfile, "Test Start Time: %s\n", s); in main()
355 fprintf(logfile, in main()
357 fprintf(logfile, ResultFmt" %-10.10s\n", in main()
359 fprintf(logfile, ResultFmt" %-10.10s\n", in main()
[all …]
/third_party/ltp/testcases/kernel/sched/sched_stress/
Dsched.c45 extern FILE *logfile;
63 if ((logfile = fopen(filename, "a")) == (FILE *) NULL)
78 fprintf(logfile, args);
79 fflush(logfile);
Dsched_tc4.c100 char *logfile = DEFAULT_LOGFILE; variable
127 printf("\tlogfile: %s\n", logfile); in main()
156 if ((statfile = fopen(logfile, "w")) == NULL) in main()
263 logfile = optarg; in parse_args()
Dsched_tc5.c96 char *logfile = DEFAULT_LOGFILE; variable
124 printf("\tlogfile: %s\n", logfile); in main()
154 if ((statfile = fopen(logfile, "w")) == NULL) in main()
266 logfile = optarg; in parse_args()
Dsched_tc6.c116 char *logfile = DEFAULT_LOGFILE; variable
159 printf("\tlogfile: %s\n", logfile); in main()
204 if ((statfile = fopen(logfile, "w")) == NULL) in main()
513 logfile = optarg; in parse_args()
/third_party/node/tools/
Dtest-npm-package.js39 function runNPMPackageTests({ srcDir, install, rebuild, testArgs, logfile }) { field
98 if (logfile) {
99 const logStream = createWriteStream(logfile);
113 let logfile = null;
128 logfile = path.resolve(projectDir, arg.slice('--logfile='.length));
136 return { srcDir, install, rebuild, testArgs, logfile };
/third_party/toybox/toys/pending/
Dsyslogd.c47 struct logfile { struct
48 struct logfile *next; argument
60 char *logfile; argument
68 struct logfile *lfiles; // list of write logfiles
98 static int resolve_config(struct logfile *file, char *config) in resolve_config()
154 struct logfile *file; in parse_config_file()
165 file = xzalloc(sizeof(struct logfile)); in parse_config_file()
177 file = xzalloc(sizeof(struct logfile)); in parse_config_file()
209 file = xzalloc(sizeof(struct logfile)); in parse_config_file()
226 file = xzalloc(sizeof(struct logfile)); in parse_config_file()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/scripts/
Dgenerate-makefiles.sh117 LOGFILE?= logfile
176 rm -f \$(MAKE_TARGETS) logfile* run.sh *.core
242 \$(v)if $COMPILE_STR > logfile.\$\$\$\$ 2>&1; then \\
243 cat logfile.\$\$\$\$; \\
247 cat logfile.\$\$\$\$; \\
249 (echo "\$(subdir)/$test_name compile FAILED; SKIPPING"; cat logfile.\$\$\$\$) >> \$(LOGFILE); \\
251 rm -f logfile.\$\$\$\$
/third_party/node/test/parallel/
Dtest-tick-processor-arguments.js19 const logfile = files.filter((name) => /\.log$/.test(name))[0]; constant
20 assert(logfile);
28 [ '--prof-process', '--preprocess', logfile ],
/third_party/grpc/tools/run_tests/python_utils/
Dstart_port_server.py61 fd, logfile = tempfile.mkstemp()
63 logging.info('starting port_server, with log file %s', logfile)
68 '%d' % _PORT_SERVER_PORT, '-l', logfile
111 port_log = open(logfile, 'r').read()
/third_party/libxml2/
Drunxmlconf.c32 static FILE *logfile = NULL; variable
113 if (logfile != NULL) { in test_log()
114 fprintf(logfile, "\n------------\n"); in test_log()
116 vfprintf(logfile, msg, args); in test_log()
118 fprintf(logfile, "%s", testErrors); in test_log()
414 xmlMemDisplayLast(logfile, final - mem); in xmlconfTestItem()
555 logfile = fopen(LOGFILE, "w"); in main()
556 if (logfile == NULL) { in main()
596 if (logfile != NULL) in main()
597 fclose(logfile); in main()
/third_party/ltp/
D.gitignore63 logfile.*
64 *.logfile
65 logfile
/third_party/ltp/testscripts/
Dltp-aiodio.sh234 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiostresspart1 -n ltp-aiostresspart1 -l ltpaiostress.logfile -o …
246 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiostresspart2 -n ltp-aiostresspart2 -l ltpaiostress.logfile -o …
261 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart1 -n ltp-aiodiopart1 -l ltpaiodio1.logfile -o ltpaiodi…
271 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart2 -n ltp-aiodiopart2 -l ltpaiodio2.logfile -o ltpaiodi…
283 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart3 -n ltp-aiodiopart3 -l ltpaiodio3.logfile -o ltpaiodi…
301 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart4 -n ltp-aiodiopart4 -l ltpaiodio4.logfile -o ltpaiodi…
/third_party/libcoap/examples/
Detsi_testcases.sh5 logfile=$LOGDIR/"$testfunc"_$(date +%s).dump
6 …="$tcpdump -i $INTERFACE host $SERVERADDRESS and (udp port $SERVERPORT or icmp) -s0 -n -w $logfile"
16 if [ ! -e $logfile ] ; then

1234