Searched refs:temp_buf (Results 1 – 1 of 1) sorted by relevance
195 char temp_buf[IO_MAXLINE + 1]; in DbgConsole_Scanf() local206 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()