Home
last modified time | relevance | path

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

/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dreadbarcode.h101 static const l_int32 C25_STOP = 11; variable
H A Dbardecode.c226 stop = !strncmp(&barstr[len - 5], Code2of5[C25_STOP], 5); in barcodeVerifyFormat()
232 stop = !strncmp(&revbarstr[len - 5], Code2of5[C25_STOP], 5); in barcodeVerifyFormat()
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/
H A Dreadbarcode.h101 static const l_int32 C25_STOP = 11; variable
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dreadbarcode.h82 static const l_int32 C25_STOP = 11; variable
H A Dbardecode.c213 stop = !strncmp(&barstr[len - 5], Code2of5[C25_STOP], 5); in barcodeVerifyFormat()
219 stop = !strncmp(&revbarstr[len - 5], Code2of5[C25_STOP], 5); in barcodeVerifyFormat()