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

/dovecot/src/lib/
H A Dtest-printf-format-fix.c70 char const *chgd; local
75 chgd = printf_format_fix(tests[i]);
76 test_assert_idx(chgd != tests[i], i);
77 insert = strstr(chgd, needle);
79 offs = insert - chgd;
80 test_assert_idx(memcmp(chgd, tests[i], offs) == 0, i);
81 test_assert_idx(memcmp(chgd+offs, needle, needlen) == 0, i);
82 test_assert_idx(strcmp(chgd+offs+needlen, tests[i]+offs+2) == 0, i);
84 chgd = printf_format_fix_get_len(tests[i], &len);
85 test_assert_idx(chgd !
[all...]

Completed in 17 milliseconds