Home
last modified time | relevance | path

Searched refs:BARCODE_AUSREPLY (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/zint/zint-2.10.0-src/backend/tests/
H A Dtest_auspost.c56 /* 10*/ { BARCODE_AUSREPLY, "1", 8, 0, 3, 73 }, in test_large()
57 /* 11*/ { BARCODE_AUSREPLY, "1", 9, ZINT_ERROR_TOO_LONG, -1, -1 }, in test_large()
158 /* 11*/ { BARCODE_AUSREPLY, "12345678", 0, 3, 73, "" }, in test_input()
159 /* 12*/ { BARCODE_AUSREPLY, "1234567", 0, 3, 73, "" }, // Leading zeroes added in test_input()
160 …/* 13*/ { BARCODE_AUSREPLY, "123456789", ZINT_ERROR_TOO_LONG, -1, -1, "Error 403: Auspost input is… in test_input()
239 /* 5*/ { BARCODE_AUSREPLY, "12345678", 0, 3, 73, "Verified manually against tec-it", in test_encode()
325 /* 2*/ { BARCODE_AUSREPLY, "A\000\000\000", 4, ZINT_ERROR_INVALID_DATA }, in test_fuzz()
326 /* 3*/ { BARCODE_AUSREPLY, "1\000\000\000", 4, ZINT_ERROR_INVALID_DATA }, in test_fuzz()
H A Dtest_vector.c201 /* 62*/ { BARCODE_AUSREPLY, "12345678", "", 8, 3, 73, 146, 16 }, in test_buffer_vector()
1000 /*132*/ { BARCODE_AUSREPLY, 14, "12345678", "", 0, 14, 3, 73, 146, 28, "" }, in test_height()
H A Dtest_raster.c184 /* 62*/ { BARCODE_AUSREPLY, "12345678", "", 8, 3, 73, 146, 16 }, in test_buffer()
1382 /*132*/ { BARCODE_AUSREPLY, 14, "12345678", "", 0, 14.5, 3, 73, 146, 29, "" }, in test_height()
H A Dtestcommon.c405 { "BARCODE_AUSREPLY", BARCODE_AUSREPLY, 66 }, in testUtilBarcodeName()
2087 { "", BARCODE_AUSREPLY, 66, 0, 0, 0, 0, 0, }, in testUtilBwippName()
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dauspost.c154 case BARCODE_AUSREPLY: strcpy(fcc, "45"); in australia_post()
H A Dzint.h147 #define BARCODE_AUSREPLY 66 macro
H A Dlibrary.c542 case BARCODE_AUSREPLY: in ZBarcode_ValidID()
728 case BARCODE_AUSREPLY: in reduced_charset()
H A Drender.c321 else if (((symbol->symbology == BARCODE_AUSPOST) || (symbol->symbology == BARCODE_AUSREPLY)) || in render_plot()
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dauspost.c154 case BARCODE_AUSREPLY: strcpy(fcc, "45"); in australia_post()
H A Dzint.h168 #define BARCODE_AUSREPLY 66 /* Australia Post Reply Paid */ macro
H A Doutput.c329 case BARCODE_AUSREPLY: in quiet_zones()
H A Dlibrary.c512 case BARCODE_AUSREPLY: in has_hrt()
661 case BARCODE_AUSREPLY: in reduced_charset()
/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dbc-zint.c75 if (g_ascii_strcasecmp (id, "AUSRP") == 0) { symbol->symbology = BARCODE_AUSREPLY; } in gl_barcode_zint_new()
/dports/graphics/zint/zint-2.10.0-src/backend_tcl/
H A Dzint.c331 BARCODE_AUSREPLY,
/dports/graphics/zint/zint-2.10.0-src/frontend/
H A Dmain.c254 { BARCODE_AUSREPLY, "ausreply" }, in get_barcode_name()
/dports/graphics/zint/zint-2.10.0-src/frontend_qt/
H A Dmainwindow.cpp46 { "Australia Post Reply-Paid", BARCODE_AUSREPLY },
1753 { "ausreply", BARCODE_AUSREPLY, 66 }, in get_setting_name()