Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Descape.c475 static char* strcpy_backslash_escaped(char *t, const char *s, const char *bad) { in strcpy_backslash_escaped() function
497 t = strcpy_backslash_escaped(buf, s, bad); in shell_escape()
535 t = strcpy_backslash_escaped(t, p, in shell_maybe_quote()