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

/freebsd-11.0-release/contrib/ofed/libsdp/src/
H A Dlog.c61 static FILE *__sdp_log_file = NULL; variable
96 if ( __sdp_log_file == NULL ) {
102 vfprintf( __sdp_log_file, extra_format, ap );
104 ( void )fflush( __sdp_log_file );
130 if ( __sdp_log_file != NULL ) {
131 fclose( __sdp_log_file );
132 __sdp_log_file = NULL;
233 __sdp_log_file = f;

Completed in 49 milliseconds