Searched refs:stdout (Results 1 – 15 of 15) sorted by relevance
| /bsp/samd21/sam_d2x_asflib/common2/services/gfx_mono/tools/ |
| A D | bitmap.py | 49 sys.stdout.write(str(new_im[x, y])) 50 sys.stdout.write("\n") 52 sys.stdout.write("\n uint8_t image_header[] = {\n") 58 sys.stdout.write("};\n")
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/stdio/stdio_serial/ |
| A D | stdio_serial.h | 102 setbuf(stdout, NULL); in stdio_serial_init() 132 setbuf(stdout, NULL); in stdio_serial_init()
|
| /bsp/cvitek/cv18xx_risc-v/ |
| A D | gen_ld.py | 21 …child = subprocess.Popen([gcc_cmd, '-E', '-P', '-x', 'c', input, '-o', output], stdout=subprocess.… 23 …child = subprocess.Popen(gcc_cmd + f' -E -P -x c {input} -o {output}', stdout=subprocess.PIPE, std…
|
| /bsp/renesas/tools/ |
| A D | startup_check.py | 8 subprocess.call(["git", "--version"], stdout=subprocess.PIPE, stderr=subprocess.PIPE) 32 …result = subprocess.Popen(["git", "status", "--porcelain", filepath], stdout=subprocess.PIPE, stde…
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/ |
| A D | ht32_retarget.c | 104 FILE *stdout = &__SEGGER_RTL_stdout_file; // NOTE: Provide implementation of stdout for RTL. variable 282 if (stream == stdin || stream == stdout || stream == stderr) { in __SEGGER_RTL_X_file_stat() 331 if ((stream == stdout) || (stream == stderr)) { in __SEGGER_RTL_X_file_write()
|
| /bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/src/ |
| A D | ht32_retarget.c | 104 FILE *stdout = &__SEGGER_RTL_stdout_file; // NOTE: Provide implementation of stdout for RTL. variable 282 if (stream == stdin || stream == stdout || stream == stderr) { in __SEGGER_RTL_X_file_stat() 331 if ((stream == stdout) || (stream == stderr)) { in __SEGGER_RTL_X_file_write()
|
| /bsp/nuvoton/nk-980iot/uboot/ |
| A D | env.txt | 5 stdout=serial
|
| /bsp/simulator/drivers/ |
| A D | uart_console.c | 226 fwrite(&c, 1, 1, stdout); in console_putc() 227 fflush(stdout); in console_putc()
|
| /bsp/k230/ |
| A D | SConstruct | 24 …child = subprocess.Popen([gcc_cmd, '-E', '-P', '-x', 'c', input, '-o', output], stdout=subprocess.… 26 …child = subprocess.Popen(gcc_cmd + f' -E -P -x c {input} -o {output}', stdout=subprocess.PIPE, std…
|
| /bsp/samd21/sam_d2x_asflib/common/utils/stdio/stdio_usb/ |
| A D | stdio_usb.c | 112 setbuf(stdout, NULL); in stdio_usb_init()
|
| /bsp/samd21/sam_d2x_asflib/common/utils/stdio/stdio_serial/ |
| A D | stdio_serial.h | 115 setbuf(stdout, NULL); in stdio_serial_init()
|
| /bsp/allwinner/d1s/ |
| A D | SConstruct | 57 proc = subprocess.Popen(cmdline, stdin=subprocess.PIPE, stdout=subprocess.PIPE, 70 res_output(sys.stdout.write, data)
|
| /bsp/w60x/ |
| A D | makeimg.py | 34 stdout=subprocess.PIPE, shell=shell, bufsize=8192) 38 stdout_str += str(sub.stdout.read())
|
| /bsp/hpmicro/libraries/hpm_sdk/components/debug_console/ |
| A D | hpm_debug_console.c | 70 FILE *stdout = &__SEGGER_RTL_stdout_file; /* NOTE: Provide implementation of stdout for RTL. */ variable
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/ |
| A D | Doxyfile | 897 # (stdout).
|
Completed in 612 milliseconds