Home
last modified time | relevance | path

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

/Zephyr-4.3.0/subsys/net/lib/shell/
Dnet_shell_private.h32 shell_fprintf_error(sh, fmt, ##__VA_ARGS__); \
/Zephyr-4.3.0/include/zephyr/shell/
Dshell.h1297 shell_fprintf_error(_sh, _ft "\n", ##__VA_ARGS__)
1298 void __printf_like(2, 3) shell_fprintf_error(const struct shell *sh, const char *fmt, ...);
/Zephyr-4.3.0/subsys/shell/
Dshell.c1609 void shell_fprintf_error(const struct shell *sh, const char *fmt, ...) in shell_fprintf_error() function