Home
last modified time | relevance | path

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

/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dreadbarcode.h138 static const l_int32 C93_STOP = 47; variable
H A Dbardecode.c260 stop = !strncmp(&barstr[len - 7], Code93[C93_STOP], 6); in barcodeVerifyFormat()
266 stop = !strncmp(&revbarstr[len - 7], Code93[C93_STOP], 6); in barcodeVerifyFormat()
/dports/multimedia/ccextractor/ccextractor-0.85/windows/libs/include/
H A Dreadbarcode.h138 static const l_int32 C93_STOP = 47; variable
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Dreadbarcode.h119 static const l_int32 C93_STOP = 47; variable
H A Dbardecode.c247 stop = !strncmp(&barstr[len - 7], Code93[C93_STOP], 6); in barcodeVerifyFormat()
253 stop = !strncmp(&revbarstr[len - 7], Code93[C93_STOP], 6); in barcodeVerifyFormat()