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

/systemd/src/test/
H A Dtest-verbs.c61 test_dispatch_one(STRV_MAKE_EMPTY, verbs, 0);
H A Dtest-conf-parser.c179 test_config_parse_strv_one("", STRV_MAKE_EMPTY);
H A Dtest-strv.c447 test_strv_from_stdarg_alloca_one(STRV_MAKE_EMPTY, NULL);
660 test_strv_unquote("", STRV_MAKE_EMPTY);
661 test_strv_unquote(" ", STRV_MAKE_EMPTY);
662 test_strv_unquote(" ", STRV_MAKE_EMPTY);
H A Dtest-util.c721 STRV_MAKE_EMPTY,
/systemd/src/basic/
H A Dstrv.h109 #define STRV_MAKE_EMPTY ((char*[1]) { NULL }) macro

Completed in 1126 milliseconds