Home
last modified time | relevance | path

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

/components/utilities/ulog/syslog/
A Dsyslog.c32 static char local_ident[ULOG_SYSLOG_IDENT_MAX_LEN + 1]; variable
52 rt_memset(local_ident, 0, sizeof(local_ident)); in openlog()
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()
97 ulog_voutput(priority, local_ident, RT_TRUE, RT_NULL, 0, 0, 0, format, args); in vsyslog()
144 ulog_tag_lvl_filter_set(local_ident, mask); in setlogmask()

Completed in 4 milliseconds