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

/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dftpcmdio.c121 static struct mystr s_text_mangle_str; local
130 str_copy(&s_text_mangle_str, p_str);
133 str_replace_text(&s_text_mangle_str, "\377", "\377\377");
135 str_replace_char(&s_text_mangle_str, '\n', '\0');
139 str_append_str(&s_write_buf_str, &s_text_mangle_str);

Completed in 81 milliseconds