Searched defs:priority_len (Results 1 - 1 of 1) sorted by relevance
/systemd/src/shared/ |
H A D | logs-show.c | 221 size_t hostname_len = 0, identifier_len = 0, comm_len = 0, pid_len = 0, fake_pid_len = 0, message_len = 0, realtime_len = 0, monotonic_len = 0, priority_len = 0; local 238 r = parse_field(data, length, "PRIORITY=", &priority, &priority_len); 302 if (priority_len == 1 && *priority >= '0' && *priority <= '7')
|
Completed in 296 milliseconds