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

/systemd/src/test/
H A Dtest-strv.c430 static void test_strv_from_stdarg_alloca_one(char **l, const char *first, ...) { function
445 test_strv_from_stdarg_alloca_one(STRV_MAKE("foo", "bar"), "foo", "bar", NULL);
446 test_strv_from_stdarg_alloca_one(STRV_MAKE("foo"), "foo", NULL);
447 test_strv_from_stdarg_alloca_one(STRV_MAKE_EMPTY, NULL);

Completed in 11 milliseconds