Searched refs:log_file (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in34 log_file=/tmp/grub-install.log.$$
337 test -n "$mklog" && log_file=`$mklog`
339 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
342 if grep "Error [0-9]*: " $log_file >/dev/null; then
343 cat $log_file 1>&2
347 rm -f $log_file
423 test -n "$mklog" && log_file=`$mklog`
429 $grub_shell --batch $no_floppy --device-map=$device_map <<EOF >$log_file
433 if grep "Error [0-9]*: " $log_file >/dev/null; then
448 rm -f $log_file
[all...]
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dlogging.c90 if (chan == NULL || chan->type != log_file) {
164 if (chan == NULL || chan->type != log_file) {
182 if (lcl->channel->type == log_file &&
190 if (chan == NULL || chan->type != log_file) {
199 if (chan == NULL || chan->type != log_file) {
384 case log_file:
607 chan->type = log_file;
643 if (chan->type != log_file) {
703 if (chan->type == log_file) {
/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Dlogging.h33 typedef enum { log_syslog, log_file, log_null } log_channel_type; enumerator in enum:__anon2452
/osnet-11/usr/src/lib/krb5/kadm5/
H A Dlogger.c129 struct log_file {
139 } log_file;
150 #define lfu_filep log_union.log_file.lf_filep
151 #define lfu_fname log_union.log_file.lf_fname
153 #define lfu_fopen_mode log_union.log_file.lf_fopen_mode
154 #define lfu_rotate_period log_union.log_file.lf_rotate_period
155 #define lfu_last_rotated log_union.log_file.lf_last_rotated
156 #define lfu_rotate_versions log_union.log_file.lf_rotate_versions
128 struct log_file { struct in union:log_entry::log_union
138 } log_file; member in union:log_entry::log_union
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog_put.c463 * log_file --
467 log_file(dblp, lsn, namep, len) function
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h760 int log_file __P((DB_LOG *, const DB_LSN *, char *, size_t));

Completed in 43 milliseconds