Searched refs:log (Results 1 - 25 of 861) sorted by relevance

1234567891011>>

/vbox/src/libs/libxml2-2.6.31/python/tests/
H A DpushSAX.py8 log = "" variable
12 global log
13 log = log + "startDocument:"
16 global log
17 log = log + "endDocument:"
20 global log
21 log = log
[all...]
H A DpushSAXhtml.py8 log = "" variable
12 global log
13 log = log + "startDocument:"
16 global log
17 log = log + "endDocument:"
20 global log
21 log = log
[all...]
H A Dsync.py8 log = "" variable
12 global log
13 log = log + "startDocument:"
16 global log
17 log = log + "endDocument:"
20 global log
21 log = log
45 log="" variable
57 log="" variable
69 log="" variable
81 log="" variable
93 log="" variable
105 log="" variable
117 log="" variable
[all...]
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzlog.c30 Files (log name "foo"):
31 foo.gz -- gzip file with the complete log
36 foo.repairs -- log file for log file recovery operations (not compressed)
83 gain exclusive access to the log files, first a foo.lock file must be
287 /* internal structure for log information */
289 struct log { struct
292 char *path; /* allocated path, e.g. "/var/log/foo" or "foo" */
348 local int log_lock(struct log *log) argument
372 log_touch(struct log *log) argument
384 log_check(struct log *log) argument
396 log_unlock(struct log *log) argument
410 log_head(struct log *log) argument
437 log_mark(struct log *log, int op) argument
462 log_last(struct log *log, int last) argument
501 log_append(struct log *log, unsigned char *data, size_t len) argument
571 log_replace(struct log *log) argument
608 log_compress(struct log *log, unsigned char *data, size_t len) argument
718 log_log(struct log *log, int op, char *record) argument
738 log_recover(struct log *log, int op) argument
795 log_close(struct log *log) argument
812 log_open(struct log *log) argument
867 struct log *log; local
913 struct log *log = logd; local
997 struct log *log = logd; local
1043 struct log *log = logd; local
[all...]
H A Dgzlog.h29 gzlog_write() now always leaves the log file as valid gzip
33 The gzlog object allows writing short messages to a gzipped log file,
34 opening the log file locked for small bursts, and then closing it. The log
37 replaces the uncompressed data in the file. The log file is truncated to
38 its new size at that time. After each write operation, the log file is a
42 system crash, and the log file will be recovered the next time the log is
52 /* Open a gzlog object, creating the log file if it does not exist. Return
57 this object. If path is "foo", then the log fil
[all...]
/vbox/src/VBox/Runtime/r0drv/haiku/
H A DRTLogWriteDebugger-r0drv-haiku.c33 #include <iprt/log.h>
H A DRTLogWriteStdOut-r0drv-haiku.c33 #include <iprt/log.h>
/vbox/src/VBox/Runtime/generic/
H A DRTLogDefaultInit-generic.cpp31 #include <iprt/log.h>
H A DRTLogWriteDebugger-generic.cpp31 #include <iprt/log.h>
H A DRTLogWriteStdErr-stub-generic.cpp31 #include <iprt/log.h>
H A DRTLogWriteStdOut-stub-generic.cpp31 #include <iprt/log.h>
H A DRTLogWriteUser-generic.cpp31 #include <iprt/log.h>
H A DRTLogWriteStdErr-generic.cpp31 #include <iprt/log.h>
/vbox/src/VBox/Runtime/r0drv/darwin/
H A DRTLogWriteDebugger-r0drv-darwin.cpp33 #include <iprt/log.h>
H A DRTLogWriteStdOut-r0drv-darwin.cpp33 #include <iprt/log.h>
/vbox/src/VBox/Runtime/r0drv/linux/
H A DRTLogWriteDebugger-r0drv-linux.c33 #include <iprt/log.h>
/vbox/src/libs/zlib-1.2.6/
H A Dconfigure16 echo -------------------- >> configure.log
17 echo $0 $* >> configure.log
18 date >> configure.log
32 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
35 test -n "${CROSS_PREFIX}" && echo Using ${AR} | tee -a configure.log
40 test -n "${CROSS_PREFIX}" && echo Using ${RANLIB} | tee -a configure.log
46 test -n "${CROSS_PREFIX}" && echo Using ${NM} | tee -a configure.log
75 echo 'usage:' | tee -a configure.log
76 echo ' configure [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log
77 echo ' [--static] [--64] [--libdir=LIBDIR] [--sharedlibdir=LIBDIR]' | tee -a configure.log
[all...]
/vbox/src/VBox/Main/include/
H A DLogging.h24 * Define this macro to point to the desired log group before including
47 #include <VBox/log.h>
/vbox/src/VBox/Storage/testcase/
H A DVDScriptChecker.cpp23 #include <VBox/log.h>
/vbox/src/VBox/Runtime/r0drv/nt/
H A DRTLogWriteDebugger-r0drv-nt.cpp28 #include <iprt/log.h>
/vbox/src/VBox/Runtime/r3/win/
H A DRTLogWriteDebugger-win.cpp33 #include <iprt/log.h>
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/
H A Dslang_simplify.h42 slang_atom_pool * atoms, slang_info_log *log);
47 slang_atom_pool * atoms, slang_info_log *log);
/vbox/src/libs/libxml2-2.6.31/
H A Dcheck-xsddata-test-suite.py20 LOG="check-xsddata-test-suite.log"
22 log = open(LOG, "w") variable
35 global log
36 log.write("%s%s" % (ctx, str))
49 log.write("Resolver failure: asked %s\n" % (URL))
50 log.write("resources: %s\n" % (resources))
57 global log
77 log.write("\nFailed to parse correct instance:\n-----\n")
78 log.write(instance)
79 log
[all...]
H A Dcheck-relaxng-test-suite.py20 LOG="check-relaxng-test-suite.log"
23 log = open(LOG, "w") variable
36 global log
37 log.write("%s%s" % (ctx, str))
52 log.write("Resolver failure: asked %s\n" % (URL))
53 log.write("resources: %s\n" % (resources))
65 # log.write("Could not parse %s" % (RES))
71 global log
88 log.write("\nFailed to parse correct instance:\n-----\n")
89 log
[all...]
/vbox/src/VBox/Installer/linux/
H A Droutines.sh29 # Creates an empty log file and remembers the name for future logging
42 abort "Error creating log file! Aborting..."
54 # Writes text to the log file
56 # Syntax: log text
58 log() { function
66 # Writes test to standard output and to the log file
72 log "$1"
81 log "module_loaded called without an argument. Aborting..."
116 log "Please install bzip2."
128 log "Pleas
[all...]

Completed in 67 milliseconds

1234567891011>>