Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds