Home
last modified time | relevance | path

Searched defs:newline (Results 1 – 10 of 10) sorted by relevance

/mcuboot-latest/boot/mynewt/src/
Dmain.c70 boot_read(char *str, int cnt, int *newline) in boot_read()
114 int newline; in serial_detect_uart_string() local
/mcuboot-latest/boot/espressif/port/esp32c3/
Dserial_adapter.c101 int console_read(char *str, int cnt, int *newline) in console_read()
/mcuboot-latest/boot/espressif/port/esp32c6/
Dserial_adapter.c101 int console_read(char *str, int cnt, int *newline) in console_read()
/mcuboot-latest/boot/espressif/port/esp32h2/
Dserial_adapter.c101 int console_read(char *str, int cnt, int *newline) in console_read()
/mcuboot-latest/boot/espressif/port/esp32s3/
Dserial_adapter.c104 int console_read(char *str, int cnt, int *newline) in console_read()
/mcuboot-latest/boot/espressif/port/esp32/
Dserial_adapter.c79 int console_read(char *str, int cnt, int *newline) in console_read()
/mcuboot-latest/boot/espressif/port/esp32c2/
Dserial_adapter.c87 int console_read(char *str, int cnt, int *newline) in console_read()
/mcuboot-latest/boot/espressif/port/esp32s2/
Dserial_adapter.c90 int console_read(char *str, int cnt, int *newline) in console_read()
/mcuboot-latest/boot/zephyr/
Dserial_adapter.c90 console_read(char *str, int str_size, int *newline) in console_read()
/mcuboot-latest/boot/mynewt/boot_uart/src/
Dboot_uart.c103 boot_uart_read(char *str, int cnt, int *newline) in boot_uart_read()