Searched refs:EOF (Results 1 – 16 of 16) sorted by relevance
/hal_espressif-3.4.0/tools/ci/ |
D | test_autocomplete.py | 17 ['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,
|
D | test_build_system.sh | 438 cat > components/test_component/component.mk <<EOF heredoc 451 EOF
|
D | test_build_system_cmake.sh | 539 cat > ./python << EOF heredoc 543 EOF
|
/hal_espressif-3.4.0/tools/windows/ |
D | windows_install_prerequisites.sh | 55 cat > /etc/profile.d/esp32_toolchain.sh << EOF heredoc 59 EOF 64 cat << EOF heredoc 81 EOF
|
/hal_espressif-3.4.0/tools/kconfig/ |
D | check.sh | 3 $* -x c -o /dev/null - > /dev/null 2>&1 << EOF heredoc 10 EOF
|
D | zconf.l | 157 <<EOF>> {
|
D | confdata.c | 231 case EOF: in compat_getline()
|
/hal_espressif-3.4.0/tools/test_apps/system/panic/main/ |
D | test_panic_main.c | 190 int c = EOF; in get_test_name() 195 if (c == EOF) { in get_test_name()
|
/hal_espressif-3.4.0/tools/kconfig/lxdialog/ |
D | check-lxdialog.sh | 69 EOF
|
/hal_espressif-3.4.0/components/app_trace/ |
D | host_file_io.c | 182 return EOF; in esp_apptrace_fclose() 190 return EOF; in esp_apptrace_fclose()
|
/hal_espressif-3.4.0/components/fatfs/src/ |
D | ff.h | 327 #ifndef EOF 328 #define EOF (-1) macro
|
D | ff.c | 6372 return EOF;
|
/hal_espressif-3.4.0/components/spiffs/test/ |
D | test_spiffs.c | 41 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/ |
D | test_fatfs_common.c | 43 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/ |
D | miniz.c | 3827 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/ |
D | catch.hpp | 6859 if( c != EOF ) { in overflow()
|