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

/systemd/src/basic/
H A Descape.h52 char *shell_escape(const char *s, const char *bad);
H A Descape.c429 char *shell_escape(const char *s, const char *bad) { function
H A Dstrv.c790 v = shell_escape(*s, bad);
/systemd/src/nspawn/
H A Dnspawn-mount.c536 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 Dtest-util.c1523 assert_se(r = shell_escape(s, bad));

Completed in 1829 milliseconds