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

/systemd/src/journal-remote/
H A Djournal-upload.c55 static const char *arg_cursor = NULL; variable
701 if (arg_cursor) {
706 arg_cursor = optarg;
710 if (arg_cursor) {
715 arg_cursor = optarg;
822 arg_cursor ?: u.last_cursor,
823 arg_cursor ? arg_after_cursor : true,
/systemd/src/journal/
H A Djournalctl.c98 static const char *arg_cursor = NULL; variable
611 arg_cursor = optarg;
847 if (!!arg_cursor + !!arg_after_cursor + !!arg_since_set > 1) {
2292 if (arg_cursor || arg_after_cursor) {
2293 r = sd_journal_seek_cursor(j, arg_cursor ?: arg_after_cursor);

Completed in 2596 milliseconds