Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/misc/
Dsyslog.c16 static char log_ident[32]; variable
66 size_t n = strnlen(ident, sizeof log_ident - 1); in openlog()
67 memcpy(log_ident, ident, n); in openlog()
68 log_ident[n] = 0; in openlog()
70 log_ident[0] = 0; in openlog()
108 priority, timebuf, &hlen, log_ident, "["+!pid, pid, "]"+!pid); in _vsyslog()
/third_party/musl/src/misc/
Dsyslog.c15 static char log_ident[32]; variable
62 size_t n = strnlen(ident, sizeof log_ident - 1); in openlog()
63 memcpy(log_ident, ident, n); in openlog()
64 log_ident[n] = 0; in openlog()
66 log_ident[0] = 0; in openlog()
104 priority, timebuf, &hlen, log_ident, "["+!pid, pid, "]"+!pid); in _vsyslog()