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

/systemd/src/shared/
H A Dlogs-show.c113 static bool shall_print(const char *p, size_t l, OutputFlags flags) { function
370 if (hostname && shall_print(hostname, hostname_len, flags)) {
375 if (identifier && shall_print(identifier, identifier_len, flags)) {
378 } else if (comm && shall_print(comm, comm_len, flags)) {
384 if (pid && shall_print(pid, pid_len, flags)) {
387 } else if (fake_pid && shall_print(fake_pid, fake_pid_len, flags)) {

Completed in 1273 milliseconds