Searched refs:shell_fprintf_normal (Results 1 – 2 of 2) sorted by relevance
/subsys/net/lib/shell/ |
A D | net_shell_private.h | 14 shell_fprintf_normal(sh, fmt, ##__VA_ARGS__); \ 23 shell_fprintf_normal(sh, fmt, ##__VA_ARGS__); \
|
/subsys/shell/ |
A D | shell.c | 1571 void shell_fprintf_normal(const struct shell *sh, const char *fmt, ...) in shell_fprintf_normal() function 1605 shell_fprintf_normal(sh, "%08X: ", offset); in shell_hexdump_line() 1609 shell_fprintf_normal(sh, " "); in shell_hexdump_line() 1613 shell_fprintf_normal(sh, "%02x ", in shell_hexdump_line() 1616 shell_fprintf_normal(sh, " "); in shell_hexdump_line() 1620 shell_fprintf_normal(sh, "|"); in shell_hexdump_line() 1624 shell_fprintf_normal(sh, " "); in shell_hexdump_line() 1630 shell_fprintf_normal(sh, "%c", in shell_hexdump_line() 1633 shell_fprintf_normal(sh, " "); in shell_hexdump_line()
|
Completed in 20 milliseconds