Searched defs:two (Results 1 – 6 of 6) sorted by relevance
/systemd-251/tools/ |
D | analyze-dump-sort.py | 71 two = sort_dump(open(opts.two)) variable 74 two = subprocess.run(['systemd-analyze', 'dump', *user], variable 76 two = sort_dump(two.stdout.splitlines()) variable
|
/systemd-251/src/journal/ |
D | test-journal-interleaving.c | 116 ManagedJournalFile *one, *two; in setup_sequential() local 128 ManagedJournalFile *one, *two; in setup_interleaved() local 212 ManagedJournalFile *one, *two; in TEST() local
|
D | test-journal-stream.c | 64 ManagedJournalFile *one, *two, *three; in run_test() local
|
/systemd-251/src/test/ |
D | test-siphash24.c | 72 uint8_t two[sizeof one] = {}; in TEST() local
|
D | test-fileio.c | 34 _cleanup_free_ char *one = NULL, *two = NULL, *three = NULL, *four = NULL, *five = NULL, in TEST() local
|
/systemd-251/src/libsystemd/sd-journal/ |
D | catalog.c | 99 static char *combine_entries(const char *one, const char *two) { in combine_entries()
|