Home | History | Annotate | Download | only in libtests

Lines Matching defs:ip

220             unsigned int x, y, ip;
224 ip = x + (size * y);
233 set_color(palette+ip, trans+ip,
243 return ip+1;
731 FILE *ip = fopen(name, "rb");
733 if (ip != NULL)
740 ch = getc(ip);
746 if (ferror(ip))
750 (void)fclose(ip);
755 (void)fclose(ip);