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

/u-boot/tools/
H A Dpblimage.c67 int c_temp; local
70 c_temp = fgetc(stream);
71 if (c_temp != EOF)
72 c = (unsigned char)c_temp;
73 else if ((c_temp == EOF) && (arch_flag == IH_ARCH_ARM))

Completed in 37 milliseconds