Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dstrv.c354 …strv_join_full(char * const *l, const char *separator, const char *prefix, bool escape_separator) { in strv_join_full() argument
364 … if (escape_separator) /* If the separator was multi-char, we wouldn't know how to escape it. */ in strv_join_full()
372 bool needs_escaping = escape_separator && strchr(*s, *separator); in strv_join_full()
389 bool needs_escaping = escape_separator && strchr(*s, *separator); in strv_join_full()
Dstrv.h104 … strv_join_full(char * const *l, const char *separator, const char *prefix, bool escape_separator);