Searched refs:stdin (Results 1 – 9 of 9) sorted by relevance
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/ |
| A D | ht32_retarget.c | 103 FILE *stdin = &__SEGGER_RTL_stdin_file; // NOTE: Provide implementation of stdin for RTL. variable 282 if (stream == stdin || stream == stdout || stream == stderr) { in __SEGGER_RTL_X_file_stat() 309 if (stream == stdin) { in __SEGGER_RTL_X_file_read() 350 if (stream == stdin) { in __SEGGER_RTL_X_file_unget()
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/ |
| A D | ht32_retarget.c | 103 FILE *stdin = &__SEGGER_RTL_stdin_file; // NOTE: Provide implementation of stdin for RTL. variable 282 if (stream == stdin || stream == stdout || stream == stderr) { in __SEGGER_RTL_X_file_stat() 309 if (stream == stdin) { in __SEGGER_RTL_X_file_read() 350 if (stream == stdin) { in __SEGGER_RTL_X_file_unget()
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/stdio/stdio_serial/ |
| A D | stdio_serial.h | 103 setbuf(stdin, NULL); in stdio_serial_init() 133 setbuf(stdin, NULL); in stdio_serial_init()
|
| /bsp/hpmicro/libraries/hpm_sdk/components/debug_console/ |
| A D | hpm_debug_console.c | 69 FILE *stdin = &__SEGGER_RTL_stdin_file; /* NOTE: Provide implementation of stdin for RTL. */ variable 114 if (stream == stdin) { in __SEGGER_RTL_X_file_unget()
|
| /bsp/nuvoton/nk-980iot/uboot/ |
| A D | env.txt | 4 stdin=serial
|
| /bsp/samd21/sam_d2x_asflib/common/utils/stdio/stdio_usb/ |
| A D | stdio_usb.c | 113 setbuf(stdin, NULL); in stdio_usb_init()
|
| /bsp/samd21/sam_d2x_asflib/common/utils/stdio/stdio_serial/ |
| A D | stdio_serial.h | 116 setbuf(stdin, NULL); in stdio_serial_init()
|
| /bsp/allwinner/d1s/ |
| A D | SConstruct | 57 proc = subprocess.Popen(cmdline, stdin=subprocess.PIPE, stdout=subprocess.PIPE,
|
| /bsp/w60x/ |
| A D | makeimg.py | 33 sub = subprocess.Popen(cmdstring_list, cwd=cwd, stdin=subprocess.PIPE,
|
Completed in 17 milliseconds