Searched refs:app_name_length (Results 1 – 1 of 1) sorted by relevance
1114 size_t app_name_length, procid_length; in parsemsg_rfc3164_get_app_name_procid() local1119 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() local1176 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()