Home
last modified time | relevance | path

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

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