Home
last modified time | relevance | path

Searched defs:two (Results 1 – 6 of 6) sorted by relevance

/systemd-251/tools/
Danalyze-dump-sort.py71 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/
Dtest-journal-interleaving.c116 ManagedJournalFile *one, *two; in setup_sequential() local
128 ManagedJournalFile *one, *two; in setup_interleaved() local
212 ManagedJournalFile *one, *two; in TEST() local
Dtest-journal-stream.c64 ManagedJournalFile *one, *two, *three; in run_test() local
/systemd-251/src/test/
Dtest-siphash24.c72 uint8_t two[sizeof one] = {}; in TEST() local
Dtest-fileio.c34 _cleanup_free_ char *one = NULL, *two = NULL, *three = NULL, *four = NULL, *five = NULL, in TEST() local
/systemd-251/src/libsystemd/sd-journal/
Dcatalog.c99 static char *combine_entries(const char *one, const char *two) { in combine_entries()