Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/utilities/debug_console_lite/
Dfsl_debug_console.c195 char temp_buf[IO_MAXLINE + 1]; in DbgConsole_Scanf() local
206 temp_buf[0] = '\0'; in DbgConsole_Scanf()
217 temp_buf[i] = result; in DbgConsole_Scanf()
224 temp_buf[i] = '\0'; in DbgConsole_Scanf()
238 temp_buf[i] = '\0'; in DbgConsole_Scanf()
242 temp_buf[i + 1] = '\0'; in DbgConsole_Scanf()
244 result = (char)StrFormatScanf(temp_buf, fmt_s, ap); in DbgConsole_Scanf()