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

/systemd/src/journal-remote/
H A Dlog-generator.py8 PARSER.add_argument('--dots', action='store_true')
71 if OPTIONS.dots:
74 if OPTIONS.dots:
/systemd/src/journal/
H A Djournalctl.c697 const char *dots; local
699 dots = strstr(optarg, "..");
700 if (dots) {
705 a = strndup(optarg, dots - optarg);
710 to = log_level_from_string(dots + 2);

Completed in 24 milliseconds