Lines Matching defs:offs
72 unsigned int offs;
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+needlen, tests[i]+offs+2, len-needlen-offs) == 0, i);