Home
last modified time | relevance | path

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

/freebsd/usr.sbin/syslogd/
H A Dsyslogd.c1114 size_t app_name_length, procid_length; in parsemsg_rfc3164_get_app_name_procid() local
1119 app_name_length = strspn(m, in parsemsg_rfc3164_get_app_name_procid()
1124 if (app_name_length == 0) in parsemsg_rfc3164_get_app_name_procid()
1126 m += app_name_length; in parsemsg_rfc3164_get_app_name_procid()
1146 *app_name_length_p = app_name_length; in parsemsg_rfc3164_get_app_name_procid()
1170 size_t app_name_length, procid_length; in parsemsg_rfc3164_app_name_procid() local
1176 parsemsg_rfc3164_get_app_name_procid(app_name_begin, &app_name_length, in parsemsg_rfc3164_app_name_procid()
1178 if (app_name_length == 0) in parsemsg_rfc3164_app_name_procid()
1184 app_name_begin[app_name_length] = '\0'; in parsemsg_rfc3164_app_name_procid()
1185 m += app_name_length; in parsemsg_rfc3164_app_name_procid()