Searched defs:test_u_n_t_one (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-unit-name.c429 static void test_u_n_t_one(const char *name, const char *expected, int ret) { function
438 test_u_n_t_one("foo@bar.service", "foo@.service", 0);
439 test_u_n_t_one("foo.mount", NULL, -EINVAL);

Completed in 12 milliseconds