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

/external/mdnsresponder/mDNSShared/
H A DDebugServices.c213 static FILE * gDebugFPrintFFile = NULL; variable
735 gDebugFPrintFFile = stdout;
743 gDebugFPrintFFile = stdout;
749 gDebugFPrintFFile = fopen( inFilename, "a" );
750 require_action_quiet( gDebugFPrintFFile, exit, err = kOpenErr );
787 if( gDebugFPrintFFile )
789 fprintf( gDebugFPrintFFile, "%.*s", (int) inSize, inData );
790 fflush( gDebugFPrintFFile );

Completed in 694 milliseconds