Searched defs:offs (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib/ |
H A D | test-printf-format-fix.c | 72 unsigned int offs; local 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); 89 offs = insert - chgd; 90 test_assert_idx(memcmp(chgd, tests[i], offs) == 0, i); 91 test_assert_idx(memcmp(chgd+offs, needle, needlen) == 0, i); 92 test_assert_idx(memcmp(chgd+offs [all...] |
Completed in 28 milliseconds