Searched defs:arg_since (Results 1 - 1 of 1) sorted by relevance

/systemd/src/journal/
H A Djournalctl.c109 static usec_t arg_since, arg_until; variable
747 r = parse_timestamp(optarg, &arg_since);
834 if (arg_follow && !arg_no_tail && !arg_since && arg_lines == ARG_LINES_DEFAULT)
842 if (arg_since_set && arg_until_set && arg_since > arg_until) {
2313 r = sd_journal_seek_realtime_usec(j, arg_since);
2431 if (usec < arg_since)

Completed in 51 milliseconds