Searched defs:WriteOneLineToSyslog (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp730 void WriteOneLineToSyslog(const char *s) { function in namespace:__sanitizer
753 void WriteOneLineToSyslog(const char *s) { syslog(LOG_INFO, "%s", s); } function in namespace:__sanitizer
H A Dsanitizer_common.h824 INLINE void WriteOneLineToSyslog(const char *s) {} function in namespace:__sanitizer
H A Dsanitizer_mac.cpp697 void WriteOneLineToSyslog(const char *s) { function in namespace:__sanitizer

Completed in 200 milliseconds