| /src/crypto/dist/ipsec-tools/src/racoon/ |
| logger.h | 37 struct log { struct 45 extern struct log *log_open(size_t, char *); 46 extern void log_add(struct log *, char *); 47 extern int log_print(struct log *, char *); 48 extern int log_vprint(struct log *, const char *, ...); 49 extern int log_vaprint(struct log *, const char *, va_list); 50 extern int log_close(struct log *); 51 extern void log_free(struct log *);
|
| /src/sys/external/bsd/drm2/i915drm/ |
| intel_guc_log.c | 35 intel_guc_log_init_early(struct intel_guc_log *log) 40 intel_guc_log_create(struct intel_guc_log *log) 47 intel_guc_log_destroy(struct intel_guc_log *log) 52 intel_guc_log_set_level(struct intel_guc_log *log, u32 level) 59 intel_guc_log_relay_created(const struct intel_guc_log *log) 66 intel_guc_log_relay_open(struct intel_guc_log *log) 73 intel_guc_log_relay_start(struct intel_guc_log *log) 80 intel_guc_log_relay_flush(struct intel_guc_log *log) 85 intel_guc_log_relay_close(struct intel_guc_log *log) 90 intel_guc_log_handle_flush_event(struct intel_guc_log *log) [all...] |
| /src/common/dist/zlib/examples/ |
| gzlog.c | 30 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 223 - Log the repair with a date stamp in foo.repairs 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 870 struct log *log; local 916 struct log *log = logd; local 1000 struct log *log = logd; local 1046 struct log *log = logd; local [all...] |
| gzlog.h | 29 gzlog_write() now always leaves the log file as valid gzip 35 The gzlog object allows writing short messages to a gzipped log file, 36 opening the log file locked for small bursts, and then closing it. The log 39 replaces the uncompressed data in the file. The log file is truncated to 40 its new size at that time. After each write operation, the log file is a 44 system crash, and the log file will be recovered the next time the log is 54 /* Open a gzlog object, creating the log file if it does not exist. Return 59 this object. If path is "foo", then the log file will be "foo.gz", an [all...] |
| /src/external/gpl3/binutils/dist/zlib/examples/ |
| gzlog.c | 30 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 223 - Log the repair with a date stamp in foo.repairs 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 870 struct log *log; local 916 struct log *log = logd; local 1000 struct log *log = logd; local 1046 struct log *log = logd; local [all...] |
| gzlog.h | 29 gzlog_write() now always leaves the log file as valid gzip 35 The gzlog object allows writing short messages to a gzipped log file, 36 opening the log file locked for small bursts, and then closing it. The log 39 replaces the uncompressed data in the file. The log file is truncated to 40 its new size at that time. After each write operation, the log file is a 44 system crash, and the log file will be recovered the next time the log is 54 /* Open a gzlog object, creating the log file if it does not exist. Return 59 this object. If path is "foo", then the log file will be "foo.gz", an [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/examples/ |
| gzlog.c | 30 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 223 - Log the repair with a date stamp in foo.repairs 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 870 struct log *log; local 916 struct log *log = logd; local 1000 struct log *log = logd; local 1046 struct log *log = logd; local [all...] |
| gzlog.h | 29 gzlog_write() now always leaves the log file as valid gzip 35 The gzlog object allows writing short messages to a gzipped log file, 36 opening the log file locked for small bursts, and then closing it. The log 39 replaces the uncompressed data in the file. The log file is truncated to 40 its new size at that time. After each write operation, the log file is a 44 system crash, and the log file will be recovered the next time the log is 54 /* Open a gzlog object, creating the log file if it does not exist. Return 59 this object. If path is "foo", then the log file will be "foo.gz", an [all...] |
| /src/external/gpl3/gdb/dist/zlib/examples/ |
| gzlog.c | 30 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 223 - Log the repair with a date stamp in foo.repairs 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 870 struct log *log; local 916 struct log *log = logd; local 1000 struct log *log = logd; local 1046 struct log *log = logd; local [all...] |
| gzlog.h | 29 gzlog_write() now always leaves the log file as valid gzip 35 The gzlog object allows writing short messages to a gzipped log file, 36 opening the log file locked for small bursts, and then closing it. The log 39 replaces the uncompressed data in the file. The log file is truncated to 40 its new size at that time. After each write operation, the log file is a 44 system crash, and the log file will be recovered the next time the log is 54 /* Open a gzlog object, creating the log file if it does not exist. Return 59 this object. If path is "foo", then the log file will be "foo.gz", an [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/examples/ |
| gzlog.c | 30 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 223 - Log the repair with a date stamp in foo.repairs 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 870 struct log *log; local 916 struct log *log = logd; local 1000 struct log *log = logd; local 1046 struct log *log = logd; local [all...] |
| gzlog.h | 29 gzlog_write() now always leaves the log file as valid gzip 35 The gzlog object allows writing short messages to a gzipped log file, 36 opening the log file locked for small bursts, and then closing it. The log 39 replaces the uncompressed data in the file. The log file is truncated to 40 its new size at that time. After each write operation, the log file is a 44 system crash, and the log file will be recovered the next time the log is 54 /* Open a gzlog object, creating the log file if it does not exist. Return 59 this object. If path is "foo", then the log file will be "foo.gz", an [all...] |
| /src/external/historical/nawk/dist/testdir/ |
| t.i.x | 1 $1+0 > 0 {i=i+log($1); print i,log($1)}
|
| /src/external/mpl/dhcp/dist/keama/tests/ |
| checkall.sh | 7 log=/tmp/log 8 rm $log 2> /dev/null 14 echo `basename $t` >> $log
|
| /src/share/examples/syslogd/ |
| all.newsyslog.conf | 7 /var/log/auth root:wheel 600 4 500 168 Z 8 /var/log/authpriv root:wheel 600 4 500 168 Z 9 /var/log/cron 600 4 100 168 Z 10 /var/log/daemon 600 9 600 168 Z 11 /var/log/ftp 600 9 1000 168 Z 12 /var/log/kern 600 9 100 168 Z 13 /var/log/lpr 600 4 100 168 Z 14 /var/log/mail 600 9 1000 168 Z 15 /var/log/news 600 4 100 168 Z 16 /var/log/syslog 600 9 100 168 [all...] |
| /src/etc/ |
| newsyslog.conf | 7 /var/log/authlog 600 5 100 * Z 8 /var/log/cron root:wheel 600 3 100 * Z 9 /var/log/kerberos.log 640 7 * 24 ZN 10 /var/log/lpd-errs 640 7 100 * Z 11 /var/log/maillog 600 7 * 24 Z 12 /var/log/messages 644 10 250 * Z 13 /var/log/npflog0.pcap 600 7 100 * ZB /var/run/npfd.pid 14 /var/log/wtmp root:utmp 664 7 * 168 ZBN 15 /var/log/wtmpx root:utmp 664 7 * 168 ZB [all...] |
| /src/crypto/external/bsd/heimdal/dist/tests/kdc/ |
| wait-kdc.sh | 35 log=${2:-messages.log} 41 echo "Waiting for ${name} to start, looking logfile ${log}" 44 if grep "${waitfor}" ${log} > /dev/null; then 47 if grep "No sockets" ${log} ; then 51 if grep "bind" ${log} | grep "Operation not permitted" ; then
|
| /src/external/gpl2/lvm2/dist/scripts/ |
| lvm_dump.sh | 90 log="$dir/lvmdump.log" 94 echo "$@" >> "$log" 97 log() { function 98 echo "$@" >> "$log" 119 log "\"$LVM\" vgscan -vvvv > \"$dir/vgscan\" 2>&1" 122 log "\"$LVM\" pvscan -v >> \"$dir/pvscan\" 2>> \"$log\"" 125 log "\"$LVM\" lvs -a -o +devices >> \"$dir/lvs\" 2>> \"$log\"" [all...] |
| /src/distrib/syspkg/sets/etc/etc-cron-log/ |
| Makefile | 3 PKGBASE=etc-cron-log
|
| /src/distrib/syspkg/sets/etc/etc-lpr-log/ |
| Makefile | 3 PKGBASE=etc-lpr-log
|
| /src/distrib/syspkg/sets/etc/etc-netutil-log/ |
| Makefile | 3 PKGBASE=etc-netutil-log
|
| /src/distrib/syspkg/sets/etc/etc-sendmail-log/ |
| Makefile | 3 PKGBASE=etc-sendmail-log
|
| /src/distrib/syspkg/sets/etc/etc-sys-log/ |
| Makefile | 3 PKGBASE=etc-sys-log
|
| /src/distrib/syspkg/sets/etc/etc-sysutil-log/ |
| Makefile | 3 PKGBASE=etc-sysutil-log
|
| /src/distrib/syspkg/sets/etc/etc-uucp-log/ |
| Makefile | 3 PKGBASE=etc-uucp-log
|