Searched refs:syslog (Results 1 – 16 of 16) sorted by relevance
/bionic/tests/ |
D | syslog_test.cpp | 39 TEST(syslog, syslog_percent_m) { in TEST() argument 45 syslog(LOG_ERR, "a b c: %m"); in TEST() 52 TEST(syslog, syslog_empty) { in TEST() argument 58 syslog(LOG_ERR, ""); in TEST() 65 TEST(syslog, syslog_truncation) { in TEST() argument 72 syslog(LOG_ERR, "%s", too_long); in TEST() 93 TEST(syslog, facilitynames) { in TEST() argument 100 TEST(syslog, prioritynames) { in TEST() argument
|
D | clang_fortify_tests.cpp | 334 syslog(0, "%d", unsigned_value); in testFormatStrings() 336 syslog(0, unknown_string, unsigned_value); in testFormatStrings()
|
/bionic/tests/headers/posix/ |
D | syslog_h.c | 74 FUNCTION(syslog, void (*f)(int, const char*, ...)); in syslog_h()
|
/bionic/libc/bionic/ |
D | syslog.cpp | 48 void syslog(int priority, const char* fmt, ...) { in syslog() function
|
/bionic/libc/include/ |
D | syslog.h | 239 void syslog(int __priority, const char* _Nonnull __fmt, ...) __printflike(2, 3);
|
/bionic/libc/ |
D | SECCOMP_BLOCKLIST_APP.TXT | 39 int klogctl:syslog(int, char*, int) all
|
D | SYSCALLS.TXT | 316 int klogctl:syslog(int, char*, int) all
|
D | libc.map.txt | 1058 syslog;
|
D | Android.bp | 971 "bionic/syslog.cpp",
|
/bionic/libc/dns/net/ |
D | gethnamaddr.c | 365 syslog(LOG_NOTICE|LOG_AUTH, in getanswer() 375 syslog(LOG_NOTICE|LOG_AUTH, in getanswer() 418 syslog(LOG_NOTICE|LOG_AUTH, in getanswer()
|
D | getaddrinfo.c | 1429 syslog(LOG_NOTICE|LOG_AUTH, in getanswer() 1440 syslog(LOG_NOTICE|LOG_AUTH, in getanswer()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 1041 syslog
|
/bionic/docs/ |
D | status.md | 129 special-case hack in `syslog`.
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1058 syslog;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_113.S | 2124 CALL(syslog)
|
D | liblinker_reloc_bench_063.S | 10806 CALL(syslog)
|