Searched refs:ULOG_SYSLOG_IDENT_MAX_LEN (Results 1 – 1 of 1) sorted by relevance
28 #ifndef ULOG_SYSLOG_IDENT_MAX_LEN29 #define ULOG_SYSLOG_IDENT_MAX_LEN ULOG_FILTER_TAG_MAX_LEN macro32 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