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

/dovecot/src/lib/
H A Dtest-printf-format-fix.c71 char const *insert; local
77 insert = strstr(chgd, needle);
78 test_assert_idx(insert != NULL, i);
79 offs = insert - chgd;
87 insert = strstr(chgd, needle);
88 test_assert_idx(insert != NULL, i);
89 offs = insert - chgd;

Completed in 9 milliseconds