Home
last modified time | relevance | path

Searched refs:r_expected (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/test/
Dtest-fstab-util.c24 int r_expected, in do_fstab_filter_options() argument
40 r_expected, name_expected, value_expected, filtered_expected ?: opts); in do_fstab_filter_options()
41 assert_se(r == r_expected); in do_fstab_filter_options()
61 r_expected, name_expected); in do_fstab_filter_options()
62 assert_se(r == r_expected); in do_fstab_filter_options()
Dtest-utf8.c59 static void test_utf8_to_ascii_one(const char *s, int r_expected, const char *expected) { in test_utf8_to_ascii_one() argument
64 …log_debug("\"%s\" → %d/\"%s\" (expected %d/\"%s\")", s, r, strnull(ans), r_expected, strnull(expec… in test_utf8_to_ascii_one()
65 assert_se(r == r_expected); in test_utf8_to_ascii_one()