Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/tools/ci/
Dtest_autocomplete.py17 ['Go to the project directory and run.*idf\\.py build', pexpect.EOF,
21 …result = child.expect(['all.*app.*app-flash.*bootloader.*', pexpect.EOF, pexpect.TIMEOUT], timeout…
32 ['Go to the project directory and run.*idf\\.py build', pexpect.EOF,
36 … ['all.*app.*app-flash.*bootloader.*bootloader-flash.*build-system-targets.*clean.*', pexpect.EOF,
46 ['Go to the project directory and run.*idf\\.py build', pexpect.EOF,
51 … ['all.*app.*app-flash.*bootloader.*bootloader-flash.*build-system-targets.*clean.*', pexpect.EOF,
Dtest_build_system.sh438 cat > components/test_component/component.mk <<EOF heredoc
451 EOF
Dtest_build_system_cmake.sh539 cat > ./python << EOF heredoc
543 EOF
/hal_espressif-3.4.0/tools/windows/
Dwindows_install_prerequisites.sh55 cat > /etc/profile.d/esp32_toolchain.sh << EOF heredoc
59 EOF
64 cat << EOF heredoc
81 EOF
/hal_espressif-3.4.0/tools/kconfig/
Dcheck.sh3 $* -x c -o /dev/null - > /dev/null 2>&1 << EOF heredoc
10 EOF
Dzconf.l157 <<EOF>> {
Dconfdata.c231 case EOF: in compat_getline()
/hal_espressif-3.4.0/tools/test_apps/system/panic/main/
Dtest_panic_main.c190 int c = EOF; in get_test_name()
195 if (c == EOF) { in get_test_name()
/hal_espressif-3.4.0/tools/kconfig/lxdialog/
Dcheck-lxdialog.sh69 EOF
/hal_espressif-3.4.0/components/app_trace/
Dhost_file_io.c182 return EOF; in esp_apptrace_fclose()
190 return EOF; in esp_apptrace_fclose()
/hal_espressif-3.4.0/components/fatfs/src/
Dff.h327 #ifndef EOF
328 #define EOF (-1) macro
Dff.c6372 return EOF;
/hal_espressif-3.4.0/components/spiffs/test/
Dtest_spiffs.c41 TEST_ASSERT_TRUE(fputs(text, f) != EOF); in test_spiffs_create_file_with_text()
53 TEST_ASSERT_NOT_EQUAL(EOF, fputs("bbbb", f_a)); in test_spiffs_overwrite_append()
164 TEST_ASSERT_NOT_EQUAL(EOF, fputs(str, f)); in test_spiffs_rename()
/hal_espressif-3.4.0/components/fatfs/test/
Dtest_fatfs_common.c43 TEST_ASSERT_TRUE(fputs(text, f) != EOF); in test_fatfs_create_file_with_text()
55 TEST_ASSERT_NOT_EQUAL(EOF, fputs("bbbb", f_a)); in test_fatfs_overwrite_append()
452 TEST_ASSERT_NOT_EQUAL(EOF, fputs(str, f)); in test_fatfs_link_rename()
/hal_espressif-3.4.0/components/esptool_py/esptool/flasher_stub/
Dminiz.c3827 if (MZ_FCLOSE(pState->m_pFile) == EOF) in mz_zip_reader_end_internal()
5123 if (MZ_FCLOSE(pFile) == EOF) in mz_zip_reader_extract_to_file()
5609 if (MZ_FCLOSE(pState->m_pFile) == EOF) in mz_zip_writer_end_internal()
7248 if ((pState->m_pFile) && (MZ_FFLUSH(pState->m_pFile) == EOF)) in mz_zip_writer_finalize_archive()
/hal_espressif-3.4.0/tools/catch/
Dcatch.hpp6859 if( c != EOF ) { in overflow()