Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dload.c411 static char his_eol; /* character he needs at end of packet */ variable
582 a_b[5] = his_eol; in send_ack()
595 a_b[5] = his_eol; in send_nack()
691 his_eol = END_CHAR; /* default end of line character */ in handle_send_packet()
727 his_eol = untochar(send_parms[4]); in handle_send_packet()
766 a_b[++length] = his_eol; in handle_send_packet()
783 his_eol = END_CHAR; /* default end of line character */ in k_recv()