Searched refs:fake_pid_len (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | logs-show.c | 443 …size_t hostname_len = 0, identifier_len = 0, comm_len = 0, pid_len = 0, fake_pid_len = 0, message_… 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() 548 n += fake_pid_len + 2; in output_short()
|