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

/openjdk7/jdk/src/share/back/
H A Dlog_messages.c49 static FILE * log_file; variable
156 if ( log_file == NULL && open_count == 0 && logging_filename[0] != 0 ) {
158 log_file = fopen(logging_filename, "w");
159 if ( log_file!=NULL ) {
160 (void)setvbuf(log_file, NULL, _IOLBF, BUFSIZ);
166 if ( log_file != NULL ) {
188 standard_logging_format(log_file,
239 if ( log_file != NULL ) {
240 (void)fflush(log_file);
241 (void)fclose(log_file);
[all...]
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp3466 return log_file;
3506 log_file = (value == null)? value: saveStr(value);
3585 log_file = errstrm_name;
3598 log_file = LOGFILE_STDOUT;
4767 if (log_file == null) {
4768 log_file = LOGFILE_STDOUT;
4770 if (log_file == errstrm_name)
4773 errstrm_name = log_file;
4774 if (strcmp(log_file, LOGFILE_STDERR) == 0) {
4777 } else if (strcmp(log_file, LOGFILE_STDOU
[all...]
H A Dunpack.h190 const char* log_file; member in struct:unpacker

Completed in 58 milliseconds