Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dscript_update.c24 #define IS_LINE_END(x) ('\r' == (x) || '\n' == (x)) macro
36 if (IS_LINE_END(line_buf[0])) { in script_next_line()
40 for (i = 0; !IS_LINE_END(line_buf[0]) && i <= MAX_LINE_SIZE; i++) in script_next_line()
58 for (i = 0; !IS_LINE_END(line_buf[0]) && i <= MAX_LINE_SIZE; i++) in script_next_line()