Searched refs:_DNBLogFatalError (Results 1 – 2 of 2) sorted by relevance
45 void _DNBLogFatalError (int err, const char *fmt, ...) __attribute__ ((format (printf, 2, 3)…67 #define DNBLogFatalError(err, fmt, ...) do { if (DNBLogEnabled()) { _DNBLogFatalError(err, …
297 _DNBLogFatalError (int err, const char *format, ...) in _DNBLogFatalError() function