Searched refs:__printf_like (Results 1 – 12 of 12) sorted by relevance
/Zephyr-latest/include/zephyr/sys/ |
D | printk.h | 47 __printf_like(1, 2) void printk(const char *fmt, ...); 48 __printf_like(1, 0) void vprintk(const char *fmt, va_list ap); 51 static inline __printf_like(1, 2) void printk(const char *fmt, ...) 56 static inline __printf_like(1, 0) void vprintk(const char *fmt, va_list ap) 72 __printf_like(3, 4) int snprintk(char *str, size_t size, 74 __printf_like(3, 0) int vsnprintk(char *str, size_t size,
|
D | cbprintf.h | 430 __printf_like(4, 5) 681 __printf_like(3, 4) 850 __printf_like(2, 3) 888 __printf_like(1, 2) 931 __printf_like(3, 4)
|
D | __assert.h | 35 void __printf_like(1, 2) assert_print(const char *fmt, ...);
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | stdio.h | 37 int __printf_like(1, 2) printf(const char *ZRESTRICT format, ...); 38 int __printf_like(3, 4) snprintf(char *ZRESTRICT str, size_t len, 40 int __printf_like(2, 3) sprintf(char *ZRESTRICT str, 42 int __printf_like(2, 3) fprintf(FILE *ZRESTRICT stream, 46 int __printf_like(1, 0) vprintf(const char *ZRESTRICT format, va_list list); 47 int __printf_like(3, 0) vsnprintf(char *ZRESTRICT str, size_t len, 50 int __printf_like(2, 0) vsprintf(char *ZRESTRICT str, 52 int __printf_like(2, 0) vfprintf(FILE *ZRESTRICT stream,
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt_shell_private.h | 23 __printf_like(2, 3) void bt_shell_fprintf(enum shell_vt100_color color, 36 __printf_like(1, 2) void bt_shell_fprintf_info(const char *fmt, ...); 37 __printf_like(1, 2) void bt_shell_fprintf_print(const char *fmt, ...); 38 __printf_like(1, 2) void bt_shell_fprintf_warn(const char *fmt, ...); 39 __printf_like(1, 2) void bt_shell_fprintf_error(const char *fmt, ...);
|
/Zephyr-latest/include/zephyr/display/ |
D | mb_display.h | 152 __printf_like(4, 5) void mb_display_print(struct mb_display *disp,
|
/Zephyr-latest/include/zephyr/shell/ |
D | shell.h | 1071 void __printf_like(3, 4) shell_fprintf_impl(const struct shell *sh, enum shell_vt100_color color, 1129 void __printf_like(2, 3) shell_fprintf_info(const struct shell *sh, const char *fmt, ...); 1142 void __printf_like(2, 3) shell_fprintf_normal(const struct shell *sh, const char *fmt, ...); 1155 void __printf_like(2, 3) shell_fprintf_warn(const struct shell *sh, const char *fmt, ...); 1168 void __printf_like(2, 3) shell_fprintf_error(const struct shell *sh, const char *fmt, ...);
|
/Zephyr-latest/ |
D | .clang-format | 25 - __printf_like
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | gcc.h | 238 #ifndef __printf_like 240 #define __printf_like(f, a) __attribute__((format (printf, f, a))) macro 251 #define __printf_like(f, a) macro
|
/Zephyr-latest/include/zephyr/logging/ |
D | log_core.h | 514 static inline __printf_like(1, 2)
|
/Zephyr-latest/tests/unit/cbprintf/ |
D | main.c | 175 __printf_like(2, 3) 288 __printf_like(3, 4)
|
/Zephyr-latest/doc/ |
D | zephyr.doxyfile.in | 2519 "__printf_like(x, y)=" \
|