Home
last modified time | relevance | path

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

/optee_os/core/drivers/bnxt/
H A Dbnxt_fw.c39 #define EOF -1 macro
299 return EOF; in get_char()
357 if (c == EOF) in ape_section_uncompress()
371 if (c == EOF) in ape_section_uncompress()
385 if (i == EOF) in ape_section_uncompress()
393 if (j == EOF) in ape_section_uncompress()
/optee_os/scripts/
H A Dcheckpatch.sh25 cat <<-EOF heredoc
70 EOF
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog2535 * Fix handling of EOF against 0xff bytes and on platforms with unsigned
6096 net_recv() now returns 0 on EOF instead of
6098 POLARSSL_ERR_SSL_CONN_EOF on an EOF from its f_recv() function.