Home
last modified time | relevance | path

Searched refs:DebugSNPrintFVAList (Results 1 – 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSShared/
DDebugServices.h1506 …DEBUG_EXPORT size_t DebugSNPrintFVAList(char *sbuffer, size_t buflen, const char *fmt, va_list arg…
DDebugServices.c541 n = DebugSNPrintFVAList( buffer, sizeof( buffer ), inFormat, inArgs ); in DebugPrintFVAList()
1178 length = DebugSNPrintFVAList(sbuffer, buflen, fmt, ptr); in DebugSNPrintF()
1188 DEBUG_EXPORT size_t DebugSNPrintFVAList(char *sbuffer, size_t buflen, const char *fmt, va_list arg) in DebugSNPrintFVAList() function