Searched refs:dbgPrintAppend (Results 1 – 2 of 2) sorted by relevance
9 #define dbgPrintAppend(fmt, ...) fprintf(stderr, fmt, ##__VA_ARGS__); macro14 #define dbgPrintAppend(fmt, ...) ((void)0) macro
645 if(!(n % 16)) dbgPrintAppend("\r\n "); in TpmGenerateUnique()646 dbgPrintAppend("%02x", ((unsigned int)(unique[n]))); in TpmGenerateUnique()648 dbgPrintAppend("\r\n"); in TpmGenerateUnique()