Searched refs:DebugPrintF (Results 1 - 2 of 2) sorted by relevance
/external/mdnsresponder/mDNSShared/ |
H A D | DebugServices.c | 500 // DebugPrintF 503 DEBUG_EXPORT size_t DebugPrintF( DebugLevel inLevel, const char *inFormat, ... ) function 675 DebugPrintF( 688 DebugPrintF( 2131 dst += DebugPrintF( inLevel, "%*s" "%-*.*s" "%.*s" "%s", 2318 dst += DebugPrintF( inLevel, 2340 dst += DebugPrintF( inLevel, 2984 DebugPrintF( kDebugLevelMax, "%s\n\n", s ); 2990 DebugPrintF( kDebugLevelMax, "%s\n\n", s ); 2993 DebugPrintF( kDebugLevelMa [all...] |
H A D | DebugServices.h | 1185 #define dlog( ... ) DebugPrintF( __VA_ARGS__ ) 1187 #define dlog( ARGS... ) DebugPrintF( ## ARGS ) 1189 #define dlog DebugPrintF 1390 /*! @function DebugPrintF 1406 DEBUG_EXPORT size_t DebugPrintF( DebugLevel inLevel, const char *inFormat, ... ); 1412 @abstract va_list version of DebugPrintF. See DebugPrintF for more info.
|
Completed in 37 milliseconds