Searched refs:vfprintf (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/boards/native/native_posix/ |
D | tracing.c | 21 vfprintf(stderr, format, vargs); in posix_vprint_error_and_exit() 27 vfprintf(stderr, format, vargs); in posix_vprint_warning() 32 vfprintf(stdout, format, vargs); in posix_vprint_trace() 49 vfprintf(stderr, format, variable_args); in posix_print_warning() 58 vfprintf(stdout, format, variable_args); in posix_print_trace()
|
/Zephyr-latest/scripts/native_simulator/native/src/ |
D | nsi_trace.c | 60 vfprintf(stderr, format, vargs); in nsi_vprint_warning() 76 vfprintf(stderr, format, vargs); in nsi_vprint_error_and_exit() 94 vfprintf(stdout, format, vargs); in nsi_vprint_trace()
|
/Zephyr-latest/lib/libc/picolibc/ |
D | cbprintf.c | 30 return vfprintf(&s.f, fp, ap); in cbvprintf()
|
/Zephyr-latest/lib/libc/minimal/source/stdout/ |
D | fprintf.c | 27 int vfprintf(FILE *ZRESTRICT stream, const char *ZRESTRICT format, in vfprintf() function
|
/Zephyr-latest/lib/os/ |
D | printk.c | 119 (void) vfprintf(&ctx.file, fmt, ap); in vprintk() 134 (void) vfprintf(&console, fmt, ap); in vprintk()
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | stdio.h | 52 int __printf_like(2, 0) vfprintf(FILE *ZRESTRICT stream,
|
/Zephyr-latest/scripts/coccinelle/ |
D | symbols.txt | 236 vfprintf
|
/Zephyr-latest/include/zephyr/sys/ |
D | cbprintf.h | 824 #define vfprintfcb(stream, format, ap) vfprintf(stream, format, ap)
|
/Zephyr-latest/tests/lib/sprintf/src/ |
D | main.c | 90 ret = vfprintf(stream, format, args); in WriteFrmtd_vf()
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 176 vfprintf(),yes
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 1393 vfprintf(),ISO/IEC 9899:2011
|