Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dlogs-show.c440 …eanup_free_ char *hostname = NULL, *identifier = NULL, *comm = NULL, *pid = NULL, *fake_pid = NULL, in output_short() local
455 PARSE_FIELD_VEC_ENTRY("SYSLOG_PID=", &fake_pid, &fake_pid_len), in output_short()
546 } else if (fake_pid && shall_print(fake_pid, fake_pid_len, flags)) { in output_short()
547 fprintf(f, "[%.*s]", (int) fake_pid_len, fake_pid); in output_short()