Searched refs:three (Results 1 - 3 of 3) sorted by relevance

/systemd/src/journal/
H A Dtest-journal-stream.c77 JournalFile *one, *two, *three; local
97 assert_se(journal_file_open("three.journal", O_RDWR|O_CREAT, 0666, true, false, NULL, NULL, NULL, &three) == 0);
124 assert_se(journal_file_append_entry(three, &ts, iovec, 2, NULL, NULL, NULL) == 0);
138 journal_file_close(three);
/systemd/src/test/
H A Dtest-fileio.c41 _cleanup_free_ char *one = NULL, *two = NULL, *three = NULL, *four = NULL, *five = NULL, local
64 "three = \"333\n"
86 assert_se(streq_ptr(a[2], "three=333\nxxxx"));
108 "three", &three,
122 log_info("three=[%s]", strna(three));
133 assert_se(streq(three, "333\nxxxx"));
H A Dtest-util.c887 _cleanup_free_ char *one, *three, *zero; local
889 three = strrep("waldo", 3);
893 assert_se(streq(three, "waldowaldowaldo"));

Completed in 32 milliseconds