Searched refs:__vsyslog (Results 1 - 2 of 2) sorted by relevance
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | syslog.c | 131 static void __vsyslog(int priority, const char *message, va_list ap) in __vsyslog() function 147 __vsyslog(priority, message, ap); in syslog() 151 weak_alias(__vsyslog, vsyslog);
|
/third_party/musl/src/misc/ |
H A D | syslog.c | 132 static void __vsyslog(int priority, const char *message, va_list ap) in __vsyslog() function 148 __vsyslog(priority, message, ap); in syslog() 152 weak_alias(__vsyslog, vsyslog);
|
Completed in 1 milliseconds