Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffdump.c660 static const char *typenames[] = { in PrintType() local
681 #define NTYPES (sizeof (typenames) / sizeof (typenames[0])) in PrintType()
684 fprintf(fd, "%s (%u)", typenames[type], type); in PrintType()