Home
last modified time | relevance | path

Searched refs:CheckLongTag (Results 1 – 2 of 2) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiffcmp.c150 static int CheckLongTag(TIFF*, TIFF*, int, char*);
167 if (!CheckLongTag(tif1, tif2, TIFFTAG_IMAGEWIDTH, "ImageWidth")) in tiffcmp()
254 if (!CheckLongTag(tif1, tif2, tag, name) && stoponfirsttag) return (0)
622 CheckLongTag(TIFF* tif1, TIFF* tif2, int tag, char* name) in CheckLongTag() function
/libtiff-4.0.7/
H A DChangeLog3748 * tools/tiffcmp.c (CheckLongTag): Eliminate warning due to printf