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

/systemd/src/journal/
H A Djournalctl.c110 static bool arg_since_set = false, arg_until_set = false; variable
761 arg_until_set = true;
842 if (arg_since_set && arg_until_set && arg_since > arg_until) {
2320 } else if (arg_until_set && arg_reverse) {
2411 if (arg_until_set && !arg_reverse) {

Completed in 17 milliseconds