Home
last modified time | relevance | path

Searched full:fprintf (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-latest/tests/benchmarks/sys_kernel/src/
Dsyskernel.c67 fprintf(output_file, sz_case_result_fmt, sz_fail); in check_result()
68 fprintf(output_file, sz_case_details_fmt, in check_result()
70 fprintf(output_file, sz_case_end_fmt); in check_result()
74 fprintf(output_file, sz_case_result_fmt, sz_fail); in check_result()
75 fprintf(output_file, sz_case_details_fmt, "loop counter = "); in check_result()
76 fprintf(output_file, "%i !!!", i); in check_result()
77 fprintf(output_file, sz_case_end_fmt); in check_result()
80 fprintf(output_file, sz_case_result_fmt, sz_success); in check_result()
81 fprintf(output_file, sz_case_details_fmt, in check_result()
83 fprintf(output_file, sz_case_timing_fmt, in check_result()
[all …]
Dmem_slab.c76 fprintf(output_file, sz_test_case_fmt, in mem_slab_test()
78 fprintf(output_file, sz_description, in mem_slab_test()
89 fprintf(output_file, sz_test_case_fmt, in mem_slab_test()
91 fprintf(output_file, sz_description, in mem_slab_test()
Dsema.c113 fprintf(output_file, sz_test_case_fmt, in sema_test()
115 fprintf(output_file, sz_description, in sema_test()
136 fprintf(output_file, sz_test_case_fmt, in sema_test()
138 fprintf(output_file, sz_description, in sema_test()
161 fprintf(output_file, sz_test_case_fmt, in sema_test()
163 fprintf(output_file, sz_description, in sema_test()
Dstack.c143 fprintf(output_file, sz_test_case_fmt, in stack_test()
145 fprintf(output_file, sz_description, in stack_test()
167 fprintf(output_file, sz_test_case_fmt, in stack_test()
169 fprintf(output_file, sz_description, in stack_test()
196 fprintf(output_file, sz_test_case_fmt, in stack_test()
198 fprintf(output_file, sz_description, in stack_test()
Dlifo.c145 fprintf(output_file, sz_test_case_fmt, in lifo_test()
147 fprintf(output_file, sz_description, in lifo_test()
175 fprintf(output_file, sz_test_case_fmt, in lifo_test()
177 fprintf(output_file, sz_description, in lifo_test()
209 fprintf(output_file, sz_test_case_fmt, in lifo_test()
211 fprintf(output_file, sz_description, in lifo_test()
Dmwfifo.c146 fprintf(output_file, sz_test_case_fmt, in fifo_test()
148 fprintf(output_file, sz_description, in fifo_test()
175 fprintf(output_file, sz_test_case_fmt, in fifo_test()
177 fprintf(output_file, sz_description, in fifo_test()
207 fprintf(output_file, sz_test_case_fmt, in fifo_test()
209 fprintf(output_file, sz_description, in fifo_test()
/Zephyr-latest/include/zephyr/shell/
Dshell_fprintf.h27 * @brief fprintf context
63 * @brief fprintf like function which send formatted data stream to output.
65 * @param sh_fprintf fprintf instance.
75 * @param sh_fprintf fprintf instance
/Zephyr-latest/scripts/native_simulator/native/src/
Dnsi_trace.c57 fprintf(stderr, "%s", trace_type_esc_start[WARN]); in nsi_vprint_warning()
63 fprintf(stderr, "%s", trace_esc_end); in nsi_vprint_warning()
73 fprintf(stderr, "%s", trace_type_esc_start[ERROR]); in nsi_vprint_error_and_exit()
79 fprintf(stderr, "%s\n", trace_esc_end); in nsi_vprint_error_and_exit()
91 fprintf(stdout, "%s", trace_type_esc_start[TRACE]); in nsi_vprint_trace()
97 fprintf(stdout, "%s", trace_esc_end); in nsi_vprint_trace()
Dnsi_cmdline_common.c292 fprintf(stdout, "%s ", _HELP_SWITCH); in nsi_cmd_print_switches_help()
301 fprintf(stdout, "\n"); in nsi_cmd_print_switches_help()
305 fprintf(stdout, "%s", stringy); in nsi_cmd_print_switches_help()
310 fprintf(stdout, "\n"); in nsi_cmd_print_switches_help()
325 fprintf(stdout, "\n %-*s:%s\n", _LONG_HELP_ALIGN-1, in nsi_cmd_print_long_help()
336 ret = fprintf(stdout, " %-*s:", _LONG_HELP_ALIGN-1, stringy); in nsi_cmd_print_long_help()
341 ret = fprintf(stdout, "%.*s\n", in nsi_cmd_print_long_help()
347 fprintf(stdout, "%*s", _LONG_HELP_ALIGN, ""); in nsi_cmd_print_long_help()
348 ret = fprintf(stdout, "%.*s\n", in nsi_cmd_print_long_help()
355 fprintf(stdout, "\n"); in nsi_cmd_print_long_help()
[all …]
/Zephyr-latest/boards/native/native_posix/
Dcmdline_common.c290 fprintf(stdout, "%s ", _HELP_SWITCH); in cmd_print_switches_help()
299 fprintf(stdout, "\n"); in cmd_print_switches_help()
303 fprintf(stdout, "%s", stringy); in cmd_print_switches_help()
308 fprintf(stdout, "\n"); in cmd_print_switches_help()
323 fprintf(stdout, "\n %-*s:%s\n", _LONG_HELP_ALIGN-1, in cmd_print_long_help()
334 ret = fprintf(stdout, " %-*s:", _LONG_HELP_ALIGN-1, stringy); in cmd_print_long_help()
339 ret = fprintf(stdout, "%.*s\n", in cmd_print_long_help()
345 fprintf(stdout, "%*s", _LONG_HELP_ALIGN, ""); in cmd_print_long_help()
346 ret = fprintf(stdout, "%.*s\n", in cmd_print_long_help()
353 fprintf(stdout, "\n"); in cmd_print_long_help()
[all …]
/Zephyr-latest/tests/lib/cbprintf_fp/src/
Dmain.c29 #define PRINT_S "fprintf"
30 #define PRINT(...) fprintf(stdout, __VA_ARGS__)
/Zephyr-latest/lib/libc/minimal/source/stdout/
Dfprintf.c1 /* fprintf.c */
15 int fprintf(FILE *ZRESTRICT stream, const char *ZRESTRICT format, ...) in fprintf() function
/Zephyr-latest/tests/lib/cbprintf_fp/
Dtestcase.yaml59 libraries.cbprintf.fp.fprintf:
66 - "Hello with fprintf"
DKconfig18 bool "Emit with fprintf"
/Zephyr-latest/tests/benchmarks/sys_kernel/
Dprj.conf2 # all printf, fprintf to stdout go to console
/Zephyr-latest/tests/benchmarks/app_kernel/
Dprj.conf2 # all printf, fprintf to stdout go to console
Dprj_user.conf2 # all printf, fprintf to stdout go to console
/Zephyr-latest/lib/posix/options/
Dperror.c16 fprintf(stderr, "%s%s%s\n", s == NULL ? "" : s, s == NULL ? "" : ": ", in perror()
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt52 fprintf
/Zephyr-latest/lib/libc/minimal/
DCMakeLists.txt32 source/stdout/fprintf.c
/Zephyr-latest/samples/posix/eventfd/src/
Dmain.c64 fprintf(stderr, "Usage: %s <num>...\n", argv[0]); in main()
/Zephyr-latest/lib/libc/minimal/include/
Dstdio.h42 int __printf_like(2, 3) fprintf(FILE *ZRESTRICT stream,
/Zephyr-latest/tests/lib/sprintf/src/
Dmain.c782 * @brief Test fprintf function
784 * @see fprintf().
791 ret = fprintf(stdout, "%d\n", i); in ZTEST()
792 zassert_equal(ret, 2, "fprintf failed!"); in ZTEST()
794 ret = fprintf(stdout, ""); in ZTEST()
795 zassert_equal(ret, 0, "fprintf failed!"); in ZTEST()
/Zephyr-latest/subsys/shell/
Dshell_ops.h334 * shell_write function is called, it must be ensured that IO buffer of fprintf
345 * the fprintf module.
/Zephyr-latest/doc/develop/languages/c/
Dnewlib.rst65 ``printf``, ``fprintf``, ``sprintf`` and ``sscanf``.

12