Searched refs:shall_print (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | logs-show.c | 197 static bool shall_print(const char *p, size_t l, OutputFlags flags) { in shall_print() function 516 if (hostname && shall_print(hostname, hostname_len, flags)) { in output_short() 521 if (mode == OUTPUT_WITH_UNIT && ((unit && shall_print(unit, unit_len, flags)) || in output_short() 522 … (user_unit && shall_print(user_unit, user_unit_len, flags)))) { in output_short() 534 } else if (identifier && shall_print(identifier, identifier_len, flags)) { in output_short() 537 } else if (comm && shall_print(comm, comm_len, flags)) { in output_short() 543 if (pid && shall_print(pid, pid_len, flags)) { in output_short() 546 } else if (fake_pid && shall_print(fake_pid, fake_pid_len, flags)) { in output_short() 561 … if (documentation_url && shall_print(documentation_url, documentation_url_len, flags)) { in output_short()
|