Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffdump.c80 const char* shortfmt = "%s%u"; /* SHORT */ variable
126 shortfmt = "%s%#x"; in main()
738 fprintf(fd, shortfmt, sep, *wp++), sep = " "; in PrintData()