Home
last modified time | relevance | path

Searched refs:testUtilDAFTConvert (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/zint/zint-2.10.0-src/backend/tests/
H A Dtestcommon.h129 int testUtilDAFTConvert(const struct zint_symbol *symbol, char *buffer, int buffer_size);
H A Dtest_mailmark.c188 ret = testUtilDAFTConvert(symbol, actual_daft, sizeof(actual_daft)); in test_encode_vector()
H A Dtest_imail.c120 ret = testUtilDAFTConvert(symbol, actual_daft, sizeof(actual_daft)); in test_csv()
H A Dtestcommon.c683 int testUtilDAFTConvert(const struct zint_symbol *symbol, char *buffer, int buffer_size) { in testUtilDAFTConvert() function