HelenOS sources

tga_header_t      119 uspace/lib/gfximage/src/tga.c 	if (size < sizeof(tga_header_t))
tga_header_t      122 uspace/lib/gfximage/src/tga.c 	tga_header_t *head = (tga_header_t *) data;
tga_header_t      125 uspace/lib/gfximage/src/tga.c 	tga->id_data = data + sizeof(tga_header_t);
tga_header_t      128 uspace/lib/gfximage/src/tga.c 	if (size < sizeof(tga_header_t) + tga->id_length)
tga_header_t      144 uspace/lib/gfximage/src/tga.c 	if (size < sizeof(tga_header_t) + tga->id_length +
tga_header_t      163 uspace/lib/gfximage/src/tga.c 	if (length > SIZE_MAX - sizeof(tga_header_t) - tga->id_length -
tga_header_t      169 uspace/lib/gfximage/src/tga.c 	if (size < sizeof(tga_header_t) + tga->id_length +
HelenOS homepage, sources at GitHub