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

/systemd/src/shared/
H A Dlogs-show.c220 _cleanup_free_ char *hostname = NULL, *identifier = NULL, *comm = NULL, *pid = NULL, *fake_pid = NULL, *message = NULL, *realtime = NULL, *monotonic = NULL, *priority = NULL; local
268 r = parse_field(data, length, "SYSLOG_PID=", &fake_pid, &fake_pid_len);
387 } else if (fake_pid && shall_print(fake_pid, fake_pid_len, flags)) {
388 fprintf(f, "[%.*s]", (int) fake_pid_len, fake_pid);

Completed in 555 milliseconds