Searched refs:log_ident (Results 1 - 2 of 2) sorted by relevance
/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | syslog.c | 17 static char log_ident[32]; variable 68 size_t n = strnlen(ident, sizeof log_ident - 1); in openlog() 69 memcpy(log_ident, ident, n); in openlog() 70 log_ident[n] = 0; in openlog() 72 log_ident[0] = 0; in openlog() 110 priority, timebuf, &hlen, log_ident, "["+!pid, pid, "]"+!pid); in _vsyslog()
|
/third_party/musl/src/misc/ |
H A D | syslog.c | 18 static char log_ident[32]; variable 69 size_t n = strnlen(ident, sizeof log_ident - 1); in openlog() 70 memcpy(log_ident, ident, n); in openlog() 71 log_ident[n] = 0; in openlog() 73 log_ident[0] = 0; in openlog() 111 priority, timebuf, &hlen, log_ident, "["+!pid, pid, "]"+!pid); in _vsyslog()
|
Completed in 1 milliseconds