Searched refs:_DNBLogError (Results 1 – 2 of 2) sorted by relevance
46 void _DNBLogError(const char *fmt, ...) __attribute__((format(printf, 1, 2)));98 _DNBLogError(fmt, ##__VA_ARGS__); \
191 void _DNBLogError(const char *format, ...) { in _DNBLogError() function