Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dlogs-show.c444 … realtime_len = 0, monotonic_len = 0, priority_len = 0, transport_len = 0, config_file_len = 0, in output_short() local
452 PARSE_FIELD_VEC_ENTRY("PRIORITY=", &priority, &priority_len), in output_short()
497 if (priority_len == 1 && *priority >= '0' && *priority <= '7') in output_short()