Home
last modified time | relevance | path

Searched refs:Code2of5 (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dbardecode.c224 start = !strncmp(barstr, Code2of5[C25_START], 3); in barcodeVerifyFormat()
226 stop = !strncmp(&barstr[len - 5], Code2of5[C25_STOP], 5); in barcodeVerifyFormat()
231 start = !strncmp(revbarstr, Code2of5[C25_START], 3); in barcodeVerifyFormat()
232 stop = !strncmp(&revbarstr[len - 5], Code2of5[C25_STOP], 5); in barcodeVerifyFormat()
407 if (!strcmp(code, Code2of5[j])) { in barcodeDecode2of5()
H A Dreadbarcode.h93 static const char *Code2of5[] = { variable
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dbardecode.c211 start = !strncmp(barstr, Code2of5[C25_START], 3); in barcodeVerifyFormat()
213 stop = !strncmp(&barstr[len - 5], Code2of5[C25_STOP], 5); in barcodeVerifyFormat()
218 start = !strncmp(revbarstr, Code2of5[C25_START], 3); in barcodeVerifyFormat()
219 stop = !strncmp(&revbarstr[len - 5], Code2of5[C25_STOP], 5); in barcodeVerifyFormat()
390 if (!strcmp(code, Code2of5[j])) { in barcodeDecode2of5()
H A Dreadbarcode.h74 static const char *Code2of5[] = { variable
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/
H A Dreadbarcode.h93 static const char *Code2of5[] = { variable