Searched refs:openlog (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ | ||
D | syslog.h | 104 extern void openlog(const char *, int, int); |
/bionic/libc/unistd/ | ||
D | syslog.c | 75 openlog(const char *ident, int logstat, int logfac) in openlog() function |