Searched defs:pid_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
262 r = parse_field(data, length, "_PID=", &pid, &pid_len);
384 if (pid && shall_print(pid, pid_len, flags)) {
385 fprintf(f, "[%.*s]", (int) pid_len, pid);
386 n += pid_len + 2;

Completed in 25 milliseconds