Searched refs:log (Results 26 - 50 of 1365) sorted by relevance

1234567891011>>

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dsetlogmask.c42 old_mask = log.mask;
44 log.mask = mask;
H A Dsysloglib.h32 #define log _log_info_ macro
36 * NOTE: syslog() has a static initializer for Syslog_state_t log
42 int fd; /* log to this fd */
50 extern Syslog_state_t log;
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/PrinterSetupWizard/
H A DLogger.h44 log << log.currentTime() << " [ERROR] " << MESSAGE << " returned " << ERR << std::endl; \
45 log << log.currentTime() << " [WHERE] " << "\"" << __FILE__ << "\", \"" << __FUNCTION__ << "\", line " << __LINE__ << std::endl << std::endl; \
56 log << log.currentTime() << " [ERROR] " << # X << std::endl; \
57 log << log.currentTime() << " [WHERE] " << "\"" << __FILE__ << "\", \"" << __FUNCTION__ << "\", line " << __LINE__ << std::endl << std::endl; \
/macosx-10.10.1/sudo-73/src/
H A Dsample.syslog.conf15 # Syslogd will not create new log files for you, you must first
16 # create the file before syslogd will log to it. Eg.
17 # 'touch /var/log/sudo'
19 # This logs successful and failed sudo attempts to the file /var/log/auth
21 auth.debug /var/log/auth
23 # To log to a remote machine, use something like the following,
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dstarsync.tcl5 lassign $argv log
6 if {$log ne "" && [file writable $log]} {
10 set fd [open $log a]
/macosx-10.10.1/ruby-106/ruby/lib/webrick/
H A Dlog.rb2 # log.rb -- Log Class
9 # $IPR: log.rb,v 1.26 2002/10/06 17:06:10 gotoyuzo Exp $
18 # Fatal log level which indicates a server crash
22 # Error log level which indicates a recoverable error
26 # Warning log level which indicates a possible problem
30 # Information log level which indicates possibly useful information
39 # log-level, messages above this level will be logged
53 @log = open(log_file, "a+")
54 @log.sync = true
57 @log
74 def log(level, data) method in class:WEBrick.BasicLog
149 def log(level, data) method in class:WEBrick.BasicLog.fatal.error.warn.info.Log
[all...]
/macosx-10.10.1/OpenSSL098-52/src/demos/ssl/
H A Dinetdsrv.cpp23 { fprintf(log, "%s %d\n", (s), errno); exit(1); }
24 #define CHK_SSL(err) if ((err)==-1) { ERR_print_errors_fp(log); exit(2); }
34 FILE* log; local
36 log = fopen ("/dev/console", "a"); CHK_NULL(log);
37 fprintf (log, "inetdserv %ld\n", (long)getpid());
57 fprintf (log, "SSL connection using %s\n", SSL_get_cipher (ssl));
63 fprintf (log, "Client certificate:\n");
67 fprintf (log, "\t subject: %s\n", str);
72 fprintf (log, "\
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dmachineparameters.tcl124 $self log "compute"
139 $self log "computeepsilon"
143 $self log "$i/$options(-maxiteration) : $epsilon"
150 $self log "epsilon : $epsilon (after $i loops)"
159 $self log "computefirstnoninteger"
162 $self log "$i/$options(-maxiteration) : $firstnoninteger"
169 $self log "Found firstnoninteger : $firstnoninteger"
177 $self log "computebasis"
187 $self log "$i/$options(-maxiteration) : $b"
194 $self log "Foun
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/multiplexer/
H A Dmultiplexer.tcl25 set log [logger::init [string trimleft [namespace current] ::]]
42 ${log}::disable $config(debuglevel)
43 ${log}::enable $config(debuglevel)
115 variable log
120 ${log}::debug "Error in DelClient: $err"
138 variable log
145 ${log}::debug "Sending '$data' to $c"
169 variable log
173 ${log}::debug "Tcl chan $chan from host $client and port $clientport sends: $data"
179 ${log}
[all...]
/macosx-10.10.1/system_cmds-643.1.1/sadc.tproj/
H A Dsa2.sh23 RPT=/var/log/sa/sar${DATE}
25 DFILE=/var/log/sa/sa${DATE}
29 /usr/bin/find /var/log/sa \( -name 'sar??' -o -name 'sa??' \) -mtime +7 -exec /bin/rm -f {} \;
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dasl.conf23 # Rules for /var/log/system.log
24 > system.log mode=0640 format=bsd rotate=seq compress file_max=5M all_max=50M
25 ? [= Sender kernel] file system.log
26 ? [<= Level notice] file system.log
27 ? [= Facility auth] [<= Level info] file system.log
28 ? [= Facility authpriv] [<= Level info] file system.log
30 # Facility com.apple.alf.logging gets saved in appfirewall.log
31 ? [= Facility com.apple.alf.logging] file appfirewall.log file_max=5M all_max=50M
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/logger/
H A Dlogtofile.tcl5 # This creates the file mylog.log and adds a single line.
17 set logfile "mylog.log"
26 set log [logger::init global]
31 ${log}::logproc $lvl log_to_file_$lvl
35 ${log}::info "Logging to a file
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/validate/
H A Dcmd.tcl14 set log 0
28 # Now process any possible options (-v, -l, --log).
36 -l - --log {
37 set log 1
53 if {$log} { set raw 0 }
57 01 log
62 sak::validate::$cmd $argv $mode($raw$log) $stem
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dwindttst.h31 static void testLocales(TestLog *log);
H A Dwinnmtst.h31 static void testLocales(TestLog *log);
/macosx-10.10.1/bind9-45.101/bind9/bin/named/include/named/
H A Dlogconf.h25 #include <isc/log.h>
/macosx-10.10.1/llvmCore-3425.0.34/utils/crosstool/
H A Dcreate-snapshots.sh24 local log="${module}.log"
25 echo "Running: svn export -r ${REV} ${module}; log in ${log}"
27 ${module} > ${log} 2>&1
35 rm -rf ${module} ${log}
/macosx-10.10.1/libxslt-13/libxslt/tests/XSLTMark/
H A DMakefile.am86 @log=`$(CHECKER) $(xsltproc) \
94 @if [ -n "$$log" ] ; then \
96 echo "$$log" ; \
102 @log=`$(CHECKER) $(xsltproc) \
110 @if [ -n "$$log" ] ; then \
112 echo "$$log" ; \
118 @log=`$(CHECKER) $(xsltproc) \
126 @if [ -n "$$log" ] ; then \
128 echo "$$log" ; \
134 @log
[all...]
/macosx-10.10.1/ruby-106/ruby/test/webrick/
H A Dtest_filehandler.rb83 TestWEBrick.start_httpserver(config) do |server, addr, port, log|
87 assert_equal("200", res.code, log.call)
88 assert_equal("text/html", res.content_type, log.call)
89 assert_match(/HREF="#{this_file}"/, res.body, log.call)
93 assert_equal("200", res.code, log.call)
94 assert_equal("text/plain", res.content_type, log.call)
95 assert_equal(File.read(__FILE__), res.body, log.call)
100 assert_equal("206", res.code, log.call)
101 assert_equal("text/plain", res.content_type, log.call)
103 assert_equal((filesize-100)..(filesize-1), range, log
[all...]
/macosx-10.10.1/WebKit-7600.1.25/ios/Misc/
H A DMemoryMeasure.h44 MemoryMeasure(const char *log) argument
45 : m_logString(log)
/macosx-10.10.1/bind9-45.101/bind9/bin/tools/
H A Dnamed-journalprint.c23 #include <isc/log.h>
28 #include <dns/log.h>
41 isc_log_t *log = NULL; local
43 RUNTIME_CHECK(isc_log_create(mctx, &log, &logconfig) == ISC_R_SUCCESS);
44 isc_log_setcontext(log);
45 dns_log_init(log);
46 dns_log_setcontext(log);
59 *logp = log;
/macosx-10.10.1/network_cmds-457/natd.tproj/
H A Dnatd.cf.sample8 # Enable logging to file /var/log/alias.log
10 log no
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/readme/
H A Dcmd.tcl14 set log 0
/macosx-10.10.1/tidy-15.15/tidy/test/
H A Dtestaccess.sh25 ./testaccessone.sh $bugNo $expected "$@" | tee -a testaccess.log
H A Dtestall.sh38 # echo Testing $bugNo | tee -a testall.log
39 ./testone.sh $bugNo $expected "$@" | tee -a testall.log

Completed in 334 milliseconds

1234567891011>>