Home
last modified time | relevance | path

Searched refs:Log_fp (Results 1 – 4 of 4) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/osapi/
H A Doutwnd.cpp50 static FILE* Log_fp = nullptr; variable
221 if (Log_fp != nullptr) { in outwnd_print()
222 fputs(tmp, Log_fp); in outwnd_print()
223 fflush(Log_fp); in outwnd_print()
239 if (!running_unittests && Log_fp == nullptr) { in outwnd_init()
262 Log_fp = fopen(logpath.c_str(), "wb"); in outwnd_init()
265 Log_fp = stdout; in outwnd_init()
271 outwnd_inited = Log_fp != nullptr; in outwnd_init()
273 if (Log_fp == nullptr) { in outwnd_init()
301 fclose(Log_fp); in outwnd_close()
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/osapi/
H A Doutwnd_unix.cpp55 FILE *Log_fp = NULL; variable
241 if (Log_fp != NULL) { in outwnd_print()
242 fputs(tmp, Log_fp); in outwnd_print()
243 fflush(Log_fp); in outwnd_print()
270 if (Log_fp == NULL) { in outwnd_init()
271 Log_fp = fopen(pathname, "wb"); in outwnd_init()
273 if (Log_fp == NULL) { in outwnd_init()
290 if (Log_fp != NULL) { in outwnd_close()
299 fclose(Log_fp); in outwnd_close()
300 Log_fp = NULL; in outwnd_close()
H A Doutwnd.cpp98 FILE *Log_fp = NULL; variable
431 if (Log_fp != NULL) { in outwnd_print()
432 fputs(tmp, Log_fp); in outwnd_print()
433 fflush(Log_fp); in outwnd_print()
1188 if (Log_fp == NULL) { in outwnd_init()
1204 Log_fp = fopen(pathname, "wb"); in outwnd_init()
1206 if (Log_fp == NULL) { in outwnd_init()
1322 if ( Log_fp != NULL ) { in outwnd_close()
1331 fclose(Log_fp); in outwnd_close()
1332 Log_fp = NULL; in outwnd_close()
/dports/multimedia/transcode/transcode-1.1.7/filter/
H A Dfilter_yait.c191 FILE *Log_fp; /* output log file */ variable
299 Log_fp = fopen( fn, "w" ); in yait_init()
300 if( !Log_fp ) in yait_init()
332 if( !Log_fp && !Ops_fp ) in yait_init()
338 if( Log_fp && Ops_fp ) in yait_init()
344 if( Log_fp ) in yait_init()
393 if( Log_fp ) in yait_fini()
394 fclose( Log_fp ); in yait_fini()
400 Log_fp = NULL; in yait_fini()
428 if( Log_fp ) in yait_process()
[all …]