Searched defs:LogDebugFn (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dtsplog.h30 #define LogDebugFn(fmt, ...) LogMessage(stdout, "LOG_DEBUG", APPID, "%s: " fmt, __FUNCTION__, ##__VA_ARGS__) macro
43 #define LogDebugFn(fmt, ...) macro
H A Dtcslog.h38 #define LogDebugFn(fmt, ...) LogMessage(stdout, LOG_DEBUG, APPID, "%s:%d %s: " fmt, __FILE__, __LINE__, __FUNCTION__, ##__VA_ARGS__) macro
83 #define LogDebugFn(fm macro
[all...]

Completed in 504 milliseconds