Searched refs:fwk_io_stdout (Results 1 – 6 of 6) sorted by relevance
11 #define UNITY_OUTPUT_CHAR(a) fwk_io_putch(fwk_io_stdout, a)
508 extern struct fwk_io_stream *fwk_io_stdout;
51 struct fwk_io_stream *fwk_io_stdout = &fwk_io_null; variable82 fwk_io_stdout = &stdin_stream; in fwk_io_init()97 fwk_io_stdout = &stdout_stream; in fwk_io_init()
55 fwk_log_stream = fwk_io_stdout; in fwk_log_init()
111 fwk_io_putch(fwk_io_stdout, bytes[j]); in dump_memory_f()114 fwk_io_putch(fwk_io_stdout, '.'); in dump_memory_f()
527 status = fwk_io_putch(fwk_io_stdout, string[index]); in cli_print()631 status = fwk_io_putch(fwk_io_stdout, c); in cli_getline()1013 fwk_io_putch(fwk_io_stdout, buffer[index]); in cli_get_command()1051 fwk_io_putch(fwk_io_stdout, buffer[index]); in cli_get_command()1102 status = fwk_io_putch(fwk_io_stdout, c); in cli_get_command()1319 fwk_io_putch(fwk_io_stdout, c); in cli_debug_output()
Completed in 9 milliseconds