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

/macosx-10.10.1/expat-12/expat/amiga/
H A Dlaunch.c40 DebugPrintF("Can't open expat.library\n");
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.c500 // 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 DDebugServices.h1185 #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 183 milliseconds