Searched refs:tgafooter (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tools/translation/tgainfo/
H A Dtgainfo.cpp240 char tgafooter[TGA_FTR_LEN + 1] = { 0 }; local
241 if (file.ReadAt(filesize - TGA_FTR_LEN, tgafooter, TGA_FTR_LEN) == TGA_FTR_LEN) {
243 if (strcmp(tgafooter + 8, "TRUEVISION-XFILE.") == 0) {
246 extoffset = tga_uint32(tgafooter, 0);
247 devoffset = tga_uint32(tgafooter, 4);
256 printf(B_TRANSLATE("signature: %s\n"), tgafooter + 8);

Completed in 23 milliseconds