Home
last modified time | relevance | path

Searched refs:eprintf (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddebug.h21 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
23 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
25 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
27 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__)
29 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
60 int eprintf(int level, int var, const char *fmt, ...) __printf(3, 4);
H A Ddebug.c48 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function
100 eprintf(1, verbose, "\n"); in pr_stat()
H A Dordered-events.c14 eprintf(n, debug_ordered_events, fmt, ##__VA_ARGS__)
H A Dpython.c89 int eprintf(int level, int var, const char *fmt, ...);
91 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function
H A Ddata-convert-bt.c39 eprintf(n, debug_data_convert, fmt, ##__VA_ARGS__)
/OK3568_Linux_fs/kernel/tools/perf/pmu-events/
H A Djson.h18 extern int eprintf(int level, int var, const char *fmt, ...);
22 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
25 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__)
28 eprintf(2, verbose, pr_fmt(fmt), ##__VA_ARGS__)
H A Djevents.c85 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function
/OK3568_Linux_fs/kernel/tools/bpf/resolve_btfids/
H A Dmain.c118 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function
136 eprintf(1, verbose, pr_fmt(fmt), ##__VA_ARGS__)
138 eprintf(n, verbose, pr_fmt(fmt), ##__VA_ARGS__)
141 eprintf(0, verbose, pr_fmt(fmt), ##__VA_ARGS__)
/OK3568_Linux_fs/u-boot/include/
H A Dstdio.h56 #define eprintf(fmt, args...) fprintf(stderr, fmt, ##args) macro
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dpca953x.c274 eprintf("Error talking to chip at 0x%x\n", chip); in do_pca953x()
H A Dtca642x.c313 eprintf("Error talking to chip at 0x%x\n", chip); in do_tca642x()
/OK3568_Linux_fs/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c1392 eprintf("Cannot setup simplefb: node not found\n");
1406 eprintf("Cannot setup simplefb: Error reserving memory\n");
1414 eprintf("Cannot setup simplefb: Error setting properties\n");
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.console51 eprintf (to format and put a string to stderr)
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dfsl_dcu_fb.c454 eprintf("Cannot setup fb: Error reserving memory\n"); in fsl_dcu_fixedfb_setup()
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0002-compiler-rt-support-a-new-embedded-linux-target.patch109 +# + eprintf is obsolete anyway
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-top.c1616 eprintf(status == ENOSYS ? 1 : 0, verbose, in cmd_top()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dcpp.info1460 #define eprintf(...) fprintf (stderr, __VA_ARGS__)
1468 eprintf ("%s:%d: ", input_file, lineno)
1480 that name is used for the variable argument. The 'eprintf' macro above
1483 #define eprintf(args...) fprintf (stderr, args)
1489 variadic macro. We could define 'eprintf' like this, instead:
1491 #define eprintf(format, ...) fprintf (stderr, format, __VA_ARGS__)
1503 eprintf("success!\n", );
1512 eprintf ("success!\n")
1521 #define eprintf(format, ...) \
1532 #define eprintf(format, ...) fprintf (stderr, format, ##__VA_ARGS__)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dcpp.info1460 #define eprintf(...) fprintf (stderr, __VA_ARGS__)
1468 eprintf ("%s:%d: ", input_file, lineno)
1480 that name is used for the variable argument. The 'eprintf' macro above
1483 #define eprintf(args...) fprintf (stderr, args)
1489 variadic macro. We could define 'eprintf' like this, instead:
1491 #define eprintf(format, ...) fprintf (stderr, format, __VA_ARGS__)
1503 eprintf("success!\n", );
1512 eprintf ("success!\n")
1521 #define eprintf(format, ...) \
1532 #define eprintf(format, ...) fprintf (stderr, format, ##__VA_ARGS__)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-53661 eprintf (const char *template, ...)
3672 You could call ‘eprintf’ like this:
3674 eprintf ("file `%s' does not exist\n", filename);
3680 example, take this declaration of ‘eprintf’:
3682 void eprintf (const char *template, ...)
3685 This tells the compiler that ‘eprintf’ uses a format string like
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-53661 eprintf (const char *template, ...)
3672 You could call ‘eprintf’ like this:
3674 eprintf ("file `%s' does not exist\n", filename);
3680 example, take this declaration of ‘eprintf’:
3682 void eprintf (const char *template, ...)
3685 This tells the compiler that ‘eprintf’ uses a format string like