Home
last modified time | relevance | path

Searched full:eof (Results 1 – 12 of 12) sorted by relevance

/optee_os/scripts/
H A Dcheckpatch.sh25 cat <<-EOF heredoc
70 EOF
/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/.github/workflows/
H A Dci.yml387 cat > Dockerfile <<'EOF'
390 EOF
481 cat > Dockerfile <<'EOF'
484 EOF
627 cat > Dockerfile <<'EOF'
630 EOF
/optee_os/lib/libutee/
H A Dtrace_ext.c79 * unsigned char cast to an int or EOF on error." in putchar()
/optee_os/core/lib/zlib/
H A Dgzguts.h189 int eof; /* true if end of input file reached */ member
H A Dzconf.h510 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
H A Dzlib.h1704 while (read_buffer(buffer, length) != EOF) {
1740 while (read_buffer(buffer, length) != EOF) {
/optee_os/lib/libmbedtls/mbedtls/library/
H A Derror.c395 return( "SSL - The connection indicated an EOF" ); in mbedtls_high_level_strerr()
H A Dssl_msg.c2137 * is returned (possibly EOF or WANT_READ).
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dbignum.h512 * to the end of the current line or to EOF.
H A Dssl.h56 /** The connection indicated an 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.