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

/systemd/src/basic/
H A Dstrv.h85 char *strv_join_quoted(char **l);
H A Dstrv.c396 char *strv_join_quoted(char **l) { function
/systemd/src/core/
H A Ddbus-execute.c1208 joined = strv_join_quoted(c->environment);
1347 joined = strv_join_quoted(c->pass_environment);
1396 joined = strv_join_quoted(*dirs);
1484 joined = strv_join_quoted(c->runtime_directory);
H A Ddbus-service.c256 a = strv_join_quoted(c->argv);
/systemd/src/test/
H A Dtest-strv.c162 p = strv_join_quoted((char **)split);

Completed in 3000 milliseconds