Home
last modified time | relevance | path

Searched refs:vsyslog_r (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dsyslog.h112 extern void vsyslog_r(int, struct syslog_data *, const char *, va_list);
/bionic/libc/unistd/
Dsyslog.c71 vsyslog_r(pri, &sdata, fmt, ap); in vsyslog()
101 vsyslog_r(pri, data, fmt, ap); in syslog_r()
106 vsyslog_r(int pri, struct syslog_data *data, const char *fmt, va_list ap) in vsyslog_r() function