Searched refs:comm_len (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dlogs-show.c221 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
256 r = parse_field(data, length, "_COMM=", &comm, &comm_len);
378 } else if (comm && shall_print(comm, comm_len, flags)) {
379 fprintf(f, " %.*s", (int) comm_len, comm);
380 n += comm_len + 1;

Completed in 1298 milliseconds