Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Descape.c14 int cescape_char(char c, char *buf) { in cescape_char() function
93 t += cescape_char(*f, t); in cescape_length()
480 t += cescape_char(*s, t); in strcpy_backslash_escaped()
Descape.h46 int cescape_char(char c, char *buf);
Dstring-util.c469 w = cescape_char(*s, four); in cellescape()
Dprocess-util.c622 sz += cescape_char(c, outcome + sz); in get_process_environ()
/systemd-251/src/shared/
Djournal-importer.c205 l = cescape_char(*data, buf); in get_data_newline()