Searched refs:tgafooter (Results 1 – 1 of 1) sorted by relevance
240 char tgafooter[TGA_FTR_LEN + 1] = { 0 }; in print_tga_info() local241 if (file.ReadAt(filesize - TGA_FTR_LEN, tgafooter, TGA_FTR_LEN) == TGA_FTR_LEN) { in print_tga_info()243 if (strcmp(tgafooter + 8, "TRUEVISION-XFILE.") == 0) { in print_tga_info()246 extoffset = tga_uint32(tgafooter, 0); in print_tga_info()247 devoffset = tga_uint32(tgafooter, 4); in print_tga_info()256 printf(B_TRANSLATE("signature: %s\n"), tgafooter + 8); in print_tga_info()