| /src/external/gpl2/xcvs/dist/contrib/ |
| mfpipe.in | 95 $logfile = "$cvsroot/LOG/$file"; 96 open(FILE, ">> $logfile") || die "Opening $logfile: $!\n"; 99 print FILE "$whoami $date--------BEGIN LOG ENTRY-------------\n" if ($logfile); 102 print FILE $log if ($log && $logfile); 104 print FILE $_ if ($logfile);
|
| sccs2rcs.in | 99 set logfile = /tmp/sccs2rcs_$$_log 100 rm -f $logfile 226 sccs edit -r$rev $file >>& $logfile 251 ci -f -r$rev -d"$date" -w$author -t$emptyfile $file < $initialfile >>& $logfile 258 ci -f -r$rev -d"$date" -w$author -t$tmpfile $file < $initialfile >>& $logfile 267 rcs -l$lckrev $file >>& $logfile 270 rcs -l $file >>& $logfile 277 ed $tmpfile >>& $logfile <<EOF 283 ci -f -r$rev -d"$date" -w$author $file < $tmpfile >>& $logfile 287 sccs unedit $file >>& $logfile [all...] |
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| log.c | 66 FILE *logfile; local 68 /* Can we reuse the last opened logfile? */ 71 /* Close the last used logfile. */ 82 /* Open the logfile. */ 91 logfile = last_logfile; 93 fprintf (logfile, "domain "); 94 print_escaped (logfile, domainname); 95 fprintf (logfile, "\nmsgid "); 96 print_escaped (logfile, msgid1); 99 fprintf (logfile, "\nmsgid_plural ") [all...] |
| /src/external/gpl2/texinfo/dist/intl/ |
| log.c | 60 FILE *logfile; local 62 /* Can we reuse the last opened logfile? */ 65 /* Close the last used logfile. */ 76 /* Open the logfile. */ 85 logfile = last_logfile; 87 fprintf (logfile, "domain "); 88 print_escaped (logfile, domainname); 89 fprintf (logfile, "\nmsgid "); 90 print_escaped (logfile, msgid1); 93 fprintf (logfile, "\nmsgid_plural ") [all...] |
| /src/external/gpl3/gcc.old/dist/intl/ |
| log.c | 64 FILE *logfile; local 66 /* Can we reuse the last opened logfile? */ 69 /* Close the last used logfile. */ 80 /* Open the logfile. */ 89 logfile = last_logfile; 91 fprintf (logfile, "domain "); 92 print_escaped (logfile, domainname); 93 fprintf (logfile, "\nmsgid "); 94 print_escaped (logfile, msgid1); 97 fprintf (logfile, "\nmsgid_plural ") [all...] |
| /src/external/bsd/unbound/dist/pythonmod/ |
| test-resip.conf | 10 logfile: ""
|
| test-calc.conf | 10 logfile: ""
|
| test-dict.conf | 10 logfile: ""
|
| test-edns.conf | 10 logfile: ""
|
| test-inplace_callbacks.conf | 10 logfile: ""
|
| test-log.conf | 10 logfile: ""
|
| test-resgen.conf | 10 logfile: ""
|
| test-resmod.conf | 10 logfile: ""
|
| /src/external/bsd/unbound/dist/testdata/04-checkconf.tdir/ |
| good.ifport | 21 logfile: ""
|
| /src/external/bsd/ntp/dist/sntp/ |
| log.c | 27 const char *logfile 30 change_logfile(logfile, FALSE);
|
| log.h | 25 void open_logfile(const char *logfile);
|
| /src/external/bsd/kyua-cli/dist/utils/logging/ |
| operations.cpp | 99 static std::unique_ptr< std::ofstream > logfile; member in namespace:__anon6997 180 if (logfile.get() == NULL) 184 (*logfile) << message << '\n'; 185 (*logfile).flush(); 218 PRE(logfile.get() == NULL); 232 logfile.reset(new std::ofstream(path.c_str())); 233 if (!(*logfile)) 239 (*logfile) << (*iter).second << '\n'; 241 (*logfile).flush();
|
| /src/external/bsd/less/dist/lesstest/ |
| lesstest.c | 22 char* logfile = NULL; local 36 logfile = optarg; 54 if (logfile != NULL && !log_open(logfile)) { 55 fprintf(stderr, "cannot create %s: %s\n", logfile, strerror(errno));
|
| /src/games/larn/ |
| config.c | 27 char logfile[] = _PATH_LOG; variable
|
| /src/external/bsd/kyua-cli/dist/utils/ |
| sanity.cpp | 60 static std::string logfile; member in namespace:__anon7004 88 PRE(!logfile.empty()); 91 err_write(F("*** Log file is %s\n") % logfile); 188 logfile = logfile_;
|
| /src/external/bsd/unbound/dist/contrib/ |
| validation-reporter.sh | 14 # The logfile to watch for logged validation failures. 15 logfile="/var/log/unbound.log" 19 # and writes one log-line to it (grepped from the logfile). 30 tail -F $logfile | grep --line-buffered "unbound.*info: validation failure" | \
|
| /src/external/bsd/unbound/dist/testdata/auth_tls.tdir/ |
| auth_tls.nsd.conf | 2 logfile: "/dev/stderr"
|
| /src/external/bsd/unbound/dist/testdata/auth_tls_failcert.tdir/ |
| auth_tls_failcert.nsd.conf | 2 logfile: "/dev/stderr"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/ |
| type_check.exp | 29 set logfile [new_dap_log_file] 30 gdb_test_no_output "set debug dap-log-file $logfile" "set dap log file"
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/ |
| type_check.exp | 29 set logfile [new_dap_log_file] 30 gdb_test_no_output "set debug dap-log-file $logfile" "set dap log file"
|