Searched refs:log (Results 76 - 100 of 1365) sorted by relevance

1234567891011>>

/macosx-10.10.1/syslog-267/syslogd.tproj/
H A Dasl_sim.conf23 # install messages get saved only in install.log
24 ? [= Facility install] file $ENV(SIMULATOR_LOG_ROOT)/install.log format=bsd file_max=5M all_max=50M
27 > $ENV(SIMULATOR_LOG_ROOT)/system.log mode=0640 format=bsd rotate=seq compress file_max=5M all_max=50M
29 # emergency - notice get saved in system.log
30 ? [<= Level notice] file $ENV(SIMULATOR_LOG_ROOT)/system.log
32 # Facility auth to level info gets saved in system.log
33 ? [= Facility auth] [<= Level info] file $ENV(SIMULATOR_LOG_ROOT)/system.log
35 # Facility authpriv gets saved in system.log
36 ? [= Facility authpriv] file $ENV(SIMULATOR_LOG_ROOT)/system.log
/macosx-10.10.1/NFS-82/nfsd/
H A Dnfsd.c100 log(LOG_ERR, "nfssvc: %s (%d)", strerror(errno), errno);
141 log(LOG_ERR, "select failed: %s (%d)", strerror(errno), errno);
149 log(LOG_WARNING, "accept failed: %s (%d)", strerror(errno), errno);
160 log(LOG_NOTICE, "setsockopt SO_KEEPALIVE: %s (%d)", strerror(errno), errno);
170 log(LOG_WARNING, "accept failed: %s (%d)", strerror(errno), errno);
180 log(LOG_NOTICE, "setsockopt SO_KEEPALIVE: %s (%d)", strerror(errno), errno);
206 log(LOG_ERR, "pthread_create: %s (%d)", strerror(rv), rv);
214 log(LOG_ERR, "unable to start any nfsd threads");
216 log(LOG_WARNING, "only able to create %d of %d nfsd threads", threadcnt, count);
248 log(LOG_WARNIN
[all...]
/macosx-10.10.1/ruby-106/ruby/test/webrick/
H A Dtest_cgi.rb26 TestWEBrick.start_httpserver(config){|server, addr, port, log|
27 block.call(server, addr, port, log)
32 start_cgi_server{|server, addr, port, log|
35 http.request(req){|res| assert_equal("/webrick.cgi", res.body, log.call)}
37 http.request(req){|res| assert_equal("/path/info", res.body, log.call)}
39 http.request(req){|res| assert_equal("/???", res.body, log.call)}
46 assert_equal("/\xA4\xDB\xA4\xB2/\xA4\xDB\xA4\xB2", res.body, log.call)}
49 http.request(req){|res| assert_equal("a=1, a=2, b=x", res.body, log.call)}
51 http.request(req){|res| assert_equal("a=1, a=2, b=x", res.body, log.call)}
56 assert_equal("a=1, a=2, b=x", res.body, log
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A Dspf.tcl41 variable log
42 if {![info exists log]} {
43 set log [logger::init spf]
44 ${log}::setlevel warn
45 proc ${log}::stdoutcmd {level text} {
59 variable log
80 variable log
87 ${log}::debug "$spf"
135 ${log}::debug "$prefix $cmd\($param) -> $result"
143 variable log
[all...]
/macosx-10.10.1/Heimdal-398.1.2/tests/gss/
H A Dcheck-context.in75 > ${testdir}/messages.log
120 env MallocStackLogging=1 MallocStackLoggingNoCompact=1 MallocErrorAbort=1 MallocLogFile=${testdir}/malloc-log \
126 sh ${wait_kdc} KDC ${testdir}/messages.log || exit 1
128 testfailed="echo test failed; cat ${testdir}/messages.log; exit 1"
130 echo "Getting client initial tickets" ; > ${testdir}/messages.log
134 echo "======test acceptor name is service only" ; > ${testdir}/messages.log
156 echo "======test unreadable/non existant keytab and its error message" ; > ${testdir}/messages.log
162 echo "checking non existant keytabfile (krb5)" ; > ${testdir}/messages.log
163 ${test_context} --mech-type=krb5 host@lucid.test.h5l.se > ${testdir}/test_context.log 2>&1 && \
165 grep ${keytabfile} ${testdir}/test_context.log > /de
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dcheck-xml-test-suite.py18 LOG="check-xml-test-suite.log"
20 log = open(LOG, "w") variable
76 global log
94 log.write("%s: error: Well Formedness error not detected\n" % (id))
101 global log
120 log.write("%s: error: Well Formedness error not detected\n" % (id))
127 global log
147 log.write("%s: error: Well Formedness error not detected\n" % (id))
154 global log
172 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dcheck-xml-test-suite.py18 LOG="check-xml-test-suite.log"
20 log = open(LOG, "w") variable
76 global log
94 log.write("%s: error: Well Formedness error not detected\n" % (id))
101 global log
120 log.write("%s: error: Well Formedness error not detected\n" % (id))
127 global log
147 log.write("%s: error: Well Formedness error not detected\n" % (id))
154 global log
172 log
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dlog.c2 static char *rcsid = "$Id: log.c,v 1.1 2003/06/04 00:25:53 marka Exp $";
56 #include <idn/log.h>
70 static void log(int level, const char *fmt, va_list args);
78 log(idn_log_level_fatal, fmt, args);
88 log(idn_log_level_error, fmt, args);
97 log(idn_log_level_warning, fmt, args);
106 log(idn_log_level_info, fmt, args);
115 log(idn_log_level_trace, fmt, args);
124 log(idn_log_level_dump, fmt, args);
168 log(in function
[all...]
/macosx-10.10.1/ruby-106/ruby/test/logger/
H A Dtest_logger.rb36 log(logger, :add, severity, msg, progname, &block)
39 def log(logger, msg_id, *arg, &block) method in class:TestLogger
44 logdev = Tempfile.new(File.basename(__FILE__) + '.log')
96 log = log_add(logger, INFO, "foo")
97 assert_match(/^\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d.\s*\d+ $/, log.datetime)
99 log = log_add(logger, INFO, "foo")
100 assert_match(/^\d\d\w\w\w\d\d\d\d@\d\d:\d\d:\d\d$/, log.datetime)
102 log = log_add(logger, INFO, "foo")
103 assert_match(/^$/, log.datetime)
110 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/
H A Ddistribute_setup.py22 from distutils import log
67 log.warn('Extracting in %s', tmpdir)
78 log.warn('Now working in %s', subdir)
81 log.warn('Installing Distribute')
90 log.warn('Extracting in %s', tmpdir)
101 log.warn('Now working in %s', subdir)
104 log.warn('Building a Distribute egg in %s', to_dir)
110 log.warn(egg)
188 log.warn("Downloading %s", url)
208 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-AddressBook/
H A Ddistribute_setup.py22 from distutils import log
67 log.warn('Extracting in %s', tmpdir)
78 log.warn('Now working in %s', subdir)
81 log.warn('Installing Distribute')
90 log.warn('Extracting in %s', tmpdir)
101 log.warn('Now working in %s', subdir)
104 log.warn('Building a Distribute egg in %s', to_dir)
110 log.warn(egg)
188 log.warn("Downloading %s", url)
208 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-AppleScriptKit/
H A Ddistribute_setup.py22 from distutils import log
67 log.warn('Extracting in %s', tmpdir)
78 log.warn('Now working in %s', subdir)
81 log.warn('Installing Distribute')
90 log.warn('Extracting in %s', tmpdir)
101 log.warn('Now working in %s', subdir)
104 log.warn('Building a Distribute egg in %s', to_dir)
110 log.warn(egg)
188 log.warn("Downloading %s", url)
208 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-AppleScriptObjC/
H A Ddistribute_setup.py22 from distutils import log
67 log.warn('Extracting in %s', tmpdir)
78 log.warn('Now working in %s', subdir)
81 log.warn('Installing Distribute')
90 log.warn('Extracting in %s', tmpdir)
101 log.warn('Now working in %s', subdir)
104 log.warn('Building a Distribute egg in %s', to_dir)
110 log.warn(egg)
188 log.warn("Downloading %s", url)
208 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Automator/
H A Ddistribute_setup.py22 from distutils import log
67 log.warn('Extracting in %s', tmpdir)
78 log.warn('Now working in %s', subdir)
81 log.warn('Installing Distribute')
90 log.warn('Extracting in %s', tmpdir)
101 log.warn('Now working in %s', subdir)
104 log.warn('Building a Distribute egg in %s', to_dir)
110 log.warn(egg)
188 log.warn("Downloading %s", url)
208 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CFNetwork/
H A Ddistribute_setup.py22 from distutils import log
67 log.warn('Extracting in %s', tmpdir)
78 log.warn('Now working in %s', subdir)
81 log.warn('Installing Distribute')
90 log.warn('Extracting in %s', tmpdir)
101 log.warn('Now working in %s', subdir)
104 log.warn('Building a Distribute egg in %s', to_dir)
110 log.warn(egg)
188 log.warn("Downloading %s", url)
208 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/
H A Ddistribute_setup.py22 from distutils import log
67 log.warn('Extracting in %s', tmpdir)
78 log.warn('Now working in %s', subdir)
81 log.warn('Installing Distribute')
90 log.warn('Extracting in %s', tmpdir)
101 log.warn('Now working in %s', subdir)
104 log.warn('Building a Distribute egg in %s', to_dir)
110 log.warn(egg)
188 log.warn("Downloading %s", url)
208 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Collaboration/
H A Ddistribute_setup.py22 from distutils import log
67 log.warn('Extracting in %s', tmpdir)
78 log.warn('Now working in %s', subdir)
81 log.warn('Installing Distribute')
90 log.warn('Extracting in %s', tmpdir)
101 log.warn('Now working in %s', subdir)
104 log.warn('Building a Distribute egg in %s', to_dir)
110 log.warn(egg)
188 log.warn("Downloading %s", url)
208 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreData/
H A Ddistribute_setup.py22 from distutils import log
67 log.warn('Extracting in %s', tmpdir)
78 log.warn('Now working in %s', subdir)
81 log.warn('Installing Distribute')
90 log.warn('Extracting in %s', tmpdir)
101 log.warn('Now working in %s', subdir)
104 log.warn('Building a Distribute egg in %s', to_dir)
110 log.warn(egg)
188 log.warn("Downloading %s", url)
208 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreLocation/
H A Ddistribute_setup.py22 from distutils import log
67 log.warn('Extracting in %s', tmpdir)
78 log.warn('Now working in %s', subdir)
81 log.warn('Installing Distribute')
90 log.warn('Extracting in %s', tmpdir)
101 log.warn('Now working in %s', subdir)
104 log.warn('Building a Distribute egg in %s', to_dir)
110 log.warn(egg)
188 log.warn("Downloading %s", url)
208 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreText/
H A Ddistribute_setup.py22 from distutils import log
67 log.warn('Extracting in %s', tmpdir)
78 log.warn('Now working in %s', subdir)
81 log.warn('Installing Distribute')
90 log.warn('Extracting in %s', tmpdir)
101 log.warn('Now working in %s', subdir)
104 log.warn('Building a Distribute egg in %s', to_dir)
110 log.warn(egg)
188 log.warn("Downloading %s", url)
208 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-DictionaryServices/
H A Ddistribute_setup.py22 from distutils import log
67 log.warn('Extracting in %s', tmpdir)
78 log.warn('Now working in %s', subdir)
81 log.warn('Installing Distribute')
90 log.warn('Extracting in %s', tmpdir)
101 log.warn('Now working in %s', subdir)
104 log.warn('Building a Distribute egg in %s', to_dir)
110 log.warn(egg)
188 log.warn("Downloading %s", url)
208 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-ExceptionHandling/
H A Ddistribute_setup.py22 from distutils import log
67 log.warn('Extracting in %s', tmpdir)
78 log.warn('Now working in %s', subdir)
81 log.warn('Installing Distribute')
90 log.warn('Extracting in %s', tmpdir)
101 log.warn('Now working in %s', subdir)
104 log.warn('Building a Distribute egg in %s', to_dir)
110 log.warn(egg)
188 log.warn("Downloading %s", url)
208 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-FSEvents/
H A Ddistribute_setup.py22 from distutils import log
67 log.warn('Extracting in %s', tmpdir)
78 log.warn('Now working in %s', subdir)
81 log.warn('Installing Distribute')
90 log.warn('Extracting in %s', tmpdir)
101 log.warn('Now working in %s', subdir)
104 log.warn('Building a Distribute egg in %s', to_dir)
110 log.warn(egg)
188 log.warn("Downloading %s", url)
208 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-InputMethodKit/
H A Ddistribute_setup.py22 from distutils import log
67 log.warn('Extracting in %s', tmpdir)
78 log.warn('Now working in %s', subdir)
81 log.warn('Installing Distribute')
90 log.warn('Extracting in %s', tmpdir)
101 log.warn('Now working in %s', subdir)
104 log.warn('Building a Distribute egg in %s', to_dir)
110 log.warn(egg)
188 log.warn("Downloading %s", url)
208 log
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-InstallerPlugins/
H A Ddistribute_setup.py22 from distutils import log
67 log.warn('Extracting in %s', tmpdir)
78 log.warn('Now working in %s', subdir)
81 log.warn('Installing Distribute')
90 log.warn('Extracting in %s', tmpdir)
101 log.warn('Now working in %s', subdir)
104 log.warn('Building a Distribute egg in %s', to_dir)
110 log.warn(egg)
188 log.warn("Downloading %s", url)
208 log
[all...]

Completed in 305 milliseconds

1234567891011>>