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

/dovecot/src/lib/
H A Dtest-strescape.c12 static const char tabescaped_input[] = "\0011\001t\001r\001nplip\001n"; variable
31 { tabescaped_input, (const char *const []) {
121 test_assert(strcmp(str_tabescape(tabunescaped_input), tabescaped_input) == 0);
124 test_assert(strcmp(str_c(str), tabescaped_input) == 0);
128 str_append_tabunescaped(str, tabescaped_input, strlen(tabescaped_input));
131 test_assert(strcmp(str_tabunescape(t_strdup_noconst(tabescaped_input)), tabunescaped_input) == 0);
132 test_assert(strcmp(t_str_tabunescape(tabescaped_input), tabunescaped_input) == 0);
175 tabescaped_input, tabescaped_input, tabescaped_inpu
[all...]

Completed in 20 milliseconds