Home
last modified time | relevance | path

Searched refs:strv_reverse (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/test/
Dtest-strv.c813 TEST(strv_reverse) { in TEST() argument
819 strv_reverse(a); in TEST()
824 strv_reverse(b); in TEST()
830 strv_reverse(c); in TEST()
837 strv_reverse(d); in TEST()
/systemd-251/src/basic/
Dstrv.h228 char** strv_reverse(char **l);
Dstrv.c794 char** strv_reverse(char **l) { in strv_reverse() function
/systemd-251/src/nspawn/
Dnspawn-mount.c819 strv_reverse(sv); in joined_and_escaped_lower_dirs()