Searched refs:openlog (Results 1 – 9 of 9) sorted by relevance
/bionic/tests/ |
D | syslog_test.cpp | 43 openlog("foo", LOG_PERROR, LOG_AUTH); in TEST() 56 openlog("foo", LOG_PERROR, LOG_AUTH); in TEST() 69 openlog("bar", LOG_PERROR, LOG_AUTH); in TEST()
|
/bionic/tests/headers/posix/ |
D | syslog_h.c | 72 FUNCTION(openlog, void (*f)(const char*, int, int)); in syslog_h()
|
/bionic/libc/bionic/ |
D | syslog.cpp | 34 void openlog(const char* log_tag, int options, int /*facility*/) { in openlog() function
|
/bionic/libc/include/ |
D | syslog.h | 225 void openlog(const char* _Nullable __prefix, int __option, int __facility);
|
/bionic/libc/tools/ |
D | posix-2013.txt | 614 openlog
|
/bionic/libc/ |
D | libc.map.txt | 715 openlog;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 715 openlog;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_113.S | 2121 CALL(openlog)
|
D | liblinker_reloc_bench_063.S | 10805 CALL(openlog)
|