Searched refs:_DNBLogDebug (Results 1 – 2 of 2) sorted by relevance
39 void _DNBLogDebug(const char *fmt, ...) __attribute__((format(printf, 1, 2)));74 _DNBLogDebug(fmt, ##__VA_ARGS__); \
83 void _DNBLogDebug(const char *format, ...) { in _DNBLogDebug() function