Searched full:eof (Results 1 – 12 of 12) sorted by relevance
25 cat <<-EOF heredoc70 EOF
39 #define EOF -1 macro299 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()
387 cat > Dockerfile <<'EOF'390 EOF481 cat > Dockerfile <<'EOF'484 EOF627 cat > Dockerfile <<'EOF'630 EOF
79 * unsigned char cast to an int or EOF on error." in putchar()
189 int eof; /* true if end of input file reached */ member
510 # define SEEK_END 2 /* Set file pointer to EOF plus "offset" */
1704 while (read_buffer(buffer, length) != EOF) {1740 while (read_buffer(buffer, length) != EOF) {
395 return( "SSL - The connection indicated an EOF" ); in mbedtls_high_level_strerr()
2137 * is returned (possibly EOF or WANT_READ).
512 * to the end of the current line or to EOF.
56 /** The connection indicated an EOF. */
2535 * Fix handling of EOF against 0xff bytes and on platforms with unsigned6096 net_recv() now returns 0 on EOF instead of6098 POLARSSL_ERR_SSL_CONN_EOF on an EOF from its f_recv() function.