| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | debug.h | 21 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 D | debug.c | 48 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function 100 eprintf(1, verbose, "\n"); in pr_stat()
|
| H A D | ordered-events.c | 14 eprintf(n, debug_ordered_events, fmt, ##__VA_ARGS__)
|
| H A D | python.c | 89 int eprintf(int level, int var, const char *fmt, ...); 91 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function
|
| H A D | data-convert-bt.c | 39 eprintf(n, debug_data_convert, fmt, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/ |
| H A D | json.h | 18 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 D | jevents.c | 85 int eprintf(int level, int var, const char *fmt, ...) in eprintf() function
|
| /OK3568_Linux_fs/kernel/tools/bpf/resolve_btfids/ |
| H A D | main.c | 118 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 D | stdio.h | 56 #define eprintf(fmt, args...) fprintf(stderr, fmt, ##args) macro
|
| /OK3568_Linux_fs/u-boot/drivers/gpio/ |
| H A D | pca953x.c | 274 eprintf("Error talking to chip at 0x%x\n", chip); in do_pca953x()
|
| H A D | tca642x.c | 313 eprintf("Error talking to chip at 0x%x\n", chip); in do_tca642x()
|
| /OK3568_Linux_fs/u-boot/drivers/video/sunxi/ |
| H A D | sunxi_display.c | 1392 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 D | README.console | 51 eprintf (to format and put a string to stderr)
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | fsl_dcu_fb.c | 454 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 D | 0002-compiler-rt-support-a-new-embedded-linux-target.patch | 109 +# + eprintf is obsolete anyway
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-top.c | 1616 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 D | cpp.info | 1460 #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 D | cpp.info | 1460 #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 D | libc.info-5 | 3661 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 D | libc.info-5 | 3661 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
|