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

12

/macosx-10.9.5/top-89.1.2/
H A Dlog.c26 static FILE *log_file = NULL; variable
31 if(log_file) {
33 vfprintf(log_file, format, vl);
39 log_file = fp;
/macosx-10.9.5/PostgreSQL-97/Support/backup_restore/
H A Dxpg_archive_command40 my $log_file;
59 $log_file = $opts{'f'};
62 if (! ((defined $postgres_data_directory) && (defined $archived_logs_directory) && (defined $log_file))) {
68 if (-e "$archived_logs_directory/$log_file") {
73 if (! link "$postgres_data_directory/pg_xlog/$log_file", "$archived_logs_directory/$log_file") {
78 if (! -e "$archived_logs_directory/$log_file") {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblber/
H A Ddebug.c35 static FILE *log_file = NULL; variable
39 log_file = file;
53 if( log_file == NULL ) {
54 log_file = fopen( LDAP_RUNDIR LDAP_DIRSEP "openldap.log", "w" );
56 if ( log_file == NULL ) {
57 log_file = fopen( "openldap.log", "w" );
58 if ( log_file == NULL ) return;
61 ber_set_option( NULL, LBER_OPT_LOG_PRINT_FILE, log_file );
69 if( log_file != NULL ) {
70 fputs( buffer, log_file );
[all...]
/macosx-10.9.5/ntp-88/sntp/
H A Dlog.c7 FILE *log_file; variable
15 fprintf(log_file, "%s: %s\n", timestamp, message);
16 fflush(log_file);
59 log_file = fopen(logfile, "a");
60 if (log_file == NULL) {
76 fflush(log_file);
77 fclose(log_file);
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A Dcloud_keychain_diagnose.c57 FILE *log_file; member in struct:dict_dump_state
84 FILE *log_file);
89 FILE *log_file);
94 FILE *log_file);
99 FILE *log_file,
113 FILE *log_file,
119 FILE *log_file,
195 FILE *log_file = NULL; local
229 log_file = fdopen(log_fd, "w");
230 if (log_file
420 dump_system_information( FILE *log_file) argument
628 dump_circle_state( FILE *log_file) argument
952 dump_keychain_sync_kvs( FILE *log_file) argument
1035 dump_dict( FILE *log_file, CFDictionaryRef dict, const unsigned int indent_level) argument
1133 dump_asl_sender( FILE *log_file, const char *asl_sender) argument
1216 dump_cferror( FILE *log_file, const char *description, CFErrorRef error) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A Dcloud_keychain_diagnose.c57 FILE *log_file; member in struct:dict_dump_state
84 FILE *log_file);
89 FILE *log_file);
94 FILE *log_file);
99 FILE *log_file,
113 FILE *log_file,
119 FILE *log_file,
195 FILE *log_file = NULL; local
229 log_file = fdopen(log_fd, "w");
230 if (log_file
420 dump_system_information( FILE *log_file) argument
628 dump_circle_state( FILE *log_file) argument
952 dump_keychain_sync_kvs( FILE *log_file) argument
1035 dump_dict( FILE *log_file, CFDictionaryRef dict, const unsigned int indent_level) argument
1133 dump_asl_sender( FILE *log_file, const char *asl_sender) argument
1216 dump_cferror( FILE *log_file, const char *description, CFErrorRef error) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/webrick/
H A Dlog.rb43 # Initializes a new logger for +log_file+ that outputs messages at +level+
44 # or higher. +log_file+ can be a filename, an IO-like object that
49 def initialize(log_file=nil, level=nil)
51 case log_file
53 @log = open(log_file, "a+")
59 @log = log_file # requires "<<". (see BasicLog#log)
142 def initialize(log_file=nil, level=nil)
143 super(log_file, level)
/macosx-10.9.5/hfs-226.1.1/fsck_hfs/
H A Dutilities.c270 FILE *log_file = NULL; variable
356 if (log_file) {
357 fprintf(log_file, "%s: %s\n", cdevname ? cdevname : "UNKNOWN-DEV", start);
360 if (log_file) {
361 fprintf(log_file, "%s", start);
450 fprintf(log_file, "%s: fsck_hfs completed at %s\n", cdevname ? cdevname : "UNKNOWN-DEV", ctime(&t));
462 if (log_file && !live_fsck) {
463 fflush(log_file);
464 fclose(log_file);
465 log_file
[all...]
/macosx-10.9.5/KerberosHelper-148/Tests/migration/data/10.7/private/var/db/krb5kdc/
H A Dmigration.conf5 log_file = /var/db/krb5kdc/log-LKDC:SHA1.C6FC98118268223E3F3AF7FEC9018A061DBBA6F8
/macosx-10.9.5/KerberosHelper-148/Tests/migration/data/10.7/var/db/krb5kdc/
H A Dmigration.conf5 log_file = /var/db/krb5kdc/log-LKDC:SHA1.C6FC98118268223E3F3AF7FEC9018A061DBBA6F8
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/log/
H A DMakefile12 log_file.html \
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Ddestroy_s.c58 free (c->log_file);
H A Dcontext_s.c162 ctx->log_context.log_file = strdup(p);
176 if (ctx->log_context.log_file == NULL)
177 asprintf(&ctx->log_context.log_file, "%s/log", hdb_db_dir(context));
H A Dprivate.h79 char *log_file; member in struct:kadm5_log_context
H A Dinit_s.c57 assert(ctx->log_context.log_file != NULL);
H A Dlog.c103 fd = open (log_context->log_file, O_RDWR | O_CREAT, 0600);
107 log_context->log_file);
113 log_context->log_file);
137 fd = open (log_context->log_file, O_RDWR | O_CREAT | O_TRUNC, 0600);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/tepam/
H A D1_procedure_introduction.demo50 {-log_file -type file -optional -description "Optional message log file"}
55 foreach var {mtype font level fg bg no_border log_file text} {
/macosx-10.9.5/llvmCore-3425.0.33/utils/crosstool/ARM/
H A Dbuild-install-linux.sh84 local log_file="$2"
86 echo "=> $message; log in $log_file"
89 # e.g.: xterm -e /bin/bash -c "$* >| tee $log_file"
90 $* &> $log_file
/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A Ddbinfo.c42 char *log_file; member in struct:hdb_dbinfo
79 p = krb5_config_get_string(context, db_binding, "log_file", NULL);
81 di->log_file = strdup(p);
213 return dbp->log_file;
234 free (di->log_file);
/macosx-10.9.5/Libnotify-121.20.1/notifyd/
H A Dnotifyd.h53 FILE *log_file; member in struct:global_s
H A Dnotifyd.c649 if (global.log_file != NULL)
655 fprintf(global.log_file, "%s: ", now);
656 vfprintf(global.log_file, str, ap);
657 fflush(global.log_file);
1147 global.log_file = NULL;
1160 else if (!strcmp(argv[i], "-log_file"))
1162 if (global.log_file != NULL) fclose(global.log_file);
1163 global.log_file = fopen(argv[++i], "a");
1181 if (global.log_file
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dlog002.tcl72 puts "\tLog002.c: Checking log_file"
77 set f [$env log_file $lsn]
82 error_check_bad log_file:$f [lsearch $flist $f] -1
/macosx-10.9.5/rsync-42/rsync/
H A Dloadparm.c136 char *log_file; member in struct:__anon12201
184 /* log_file; */ NULL,
314 {"log file", P_STRING, P_LOCAL, &sDefault.log_file, NULL,0},
401 FN_LOCAL_STRING(lp_log_file, log_file)
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dexpect.vim37 syn keyword expectStatement log_file log_user match_max overlay
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dlog.c296 log_file(const char *timestr, function
351 return krb5_addlog_func(context, fac, min, max, log_file, close_file, fd);

Completed in 163 milliseconds

12