Searched refs:shell_escape (Results 1 - 5 of 5) sorted by relevance
/systemd/src/basic/ |
H A D | escape.h | 52 char *shell_escape(const char *s, const char *bad);
|
H A D | escape.c | 429 char *shell_escape(const char *s, const char *bad) { function
|
H A D | strv.c | 790 v = shell_escape(*s, bad);
|
/systemd/src/nspawn/ |
H A D | nspawn-mount.c | 536 escaped_source = shell_escape(m->source, ",:"); 547 escaped_source = shell_escape(m->source, ",:"); 550 escaped_work_dir = shell_escape(m->work_dir, ",:");
|
/systemd/src/test/ |
H A D | test-util.c | 1523 assert_se(r = shell_escape(s, bad));
|
Completed in 22 milliseconds