Home
last modified time | relevance | path

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

/components/utilities/ulog/syslog/
A Dsyslog.c28 #ifndef ULOG_SYSLOG_IDENT_MAX_LEN
29 #define ULOG_SYSLOG_IDENT_MAX_LEN ULOG_FILTER_TAG_MAX_LEN macro
32 static char local_ident[ULOG_SYSLOG_IDENT_MAX_LEN + 1];
55 rt_strncpy(local_ident, ident, ULOG_SYSLOG_IDENT_MAX_LEN); in openlog()
59 rt_strncpy(local_ident, "rtt", ULOG_SYSLOG_IDENT_MAX_LEN); in openlog()

Completed in 3 milliseconds