Searched refs:__sdp_log_file (Results 1 – 1 of 1) sorted by relevance
61 static FILE *__sdp_log_file = NULL; variable96 if ( __sdp_log_file == NULL ) { in __sdp_log()102 vfprintf( __sdp_log_file, extra_format, ap ); in __sdp_log()104 ( void )fflush( __sdp_log_file ); in __sdp_log()130 if ( __sdp_log_file != NULL ) { in __sdp_log_set_log_type()131 fclose( __sdp_log_file ); in __sdp_log_set_log_type()132 __sdp_log_file = NULL; in __sdp_log_set_log_type()233 __sdp_log_file = f; in __sdp_log_set_log_file()