Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dlogs-show.c443 …size_t hostname_len = 0, identifier_len = 0, comm_len = 0, pid_len = 0, fake_pid_len = 0, message_… in output_short() local
450 PARSE_FIELD_VEC_ENTRY("_COMM=", &comm, &comm_len), in output_short()
537 } else if (comm && shall_print(comm, comm_len, flags)) { in output_short()
538 fprintf(f, " %.*s", (int) comm_len, comm); in output_short()
539 n += comm_len + 1; in output_short()