Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dstrv.h229 char** strv_shell_escape(char **l, const char *bad);
Dstrv.c807 char** strv_shell_escape(char **l, const char *bad) { in strv_shell_escape() function
/systemd-251/src/test/
Dtest-strv.c844 TEST(strv_shell_escape) { in TEST() argument
849 assert_se(strv_shell_escape(v, ",:")); in TEST()
/systemd-251/src/nspawn/
Dnspawn-mount.c821 if (!strv_shell_escape(sv, ",:")) in joined_and_escaped_lower_dirs()