Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 15 of 15) sorted by relevance

/tools/gdb/
A Derror.c16 Warning(char *fmt, ...) in Warning()
30 Error(char *fmt, ...) in Error()
46 Perror(char *fmt, ...) in Perror()
/tools/
A Ddumpimage.h27 #define debug(fmt, args...) printf(fmt, ##args) argument
29 #define debug(fmt, args...) argument
A Dmkimage.h28 #define debug(fmt,args...) printf (fmt ,##args) argument
30 #define debug(fmt,args...) argument
33 #define log_debug(fmt, args...) debug(fmt, ##args) argument
A Dprelink-riscv.c44 #define die(fmt, ...) \ argument
A Difdtool.c27 #define debug(fmt, args...) printf(fmt, ##args) argument
29 #define debug(fmt, args...) argument
474 static int perror_fname(const char *fmt, const char *fname) in perror_fname()
A Dproftool.c264 #define error(fmt, b...) outf(0, fmt, ##b) argument
265 #define warn(fmt, b...) outf(1, fmt, ##b) argument
266 #define notice(fmt, b...) outf(2, fmt, ##b) argument
267 #define info(fmt, b...) outf(3, fmt, ##b) argument
268 #define debug(fmt, b...) outf(4, fmt, ##b) argument
270 static void outf(int level, const char *fmt, ...) in outf()
A Datmelimage.c12 #define pr_err(fmt, args...) fprintf(stderr, "atmelimage Error: " fmt, ##args) argument
A Dsunxi_toc0.c32 #define pr_fmt(fmt) "mkimage (TOC0): %s: " fmt argument
33 #define pr_err(fmt, args...) fprintf(stderr, pr_fmt(fmt), "error", ##args) argument
34 #define pr_warn(fmt, args...) fprintf(stderr, pr_fmt(fmt), "warning", ##args) argument
35 #define pr_info(fmt, args...) fprintf(stderr, pr_fmt(fmt), "info", ##args) argument
A Dasn1_compiler.c314 #define verbose(fmt, ...) do { if (verbose_opt) printf(fmt, ## __VA_ARGS__); } while (0) argument
315 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0) argument
1264 static void render_opcode(FILE *out, const char *fmt, ...) in render_opcode()
1278 static void render_more(FILE *out, const char *fmt, ...) in render_more()
A Drelocate-rela.c79 static void debug(const char *fmt, ...) in debug()
A Dfit_image.c229 static int fdt_property_strf(void *fdt, const char *name, const char *fmt, ...) in fdt_property_strf()
A Dkwboot.c436 kwboot_printv(const char *fmt, ...) in kwboot_printv()
A Dkwbimage.c438 static void kwb_msg(const char *fmt, ...) in kwb_msg()
A Dmxsimage.c270 static void soprintf(struct sb_image_ctx *ictx, const char *fmt, ...) in soprintf()
/tools/binman/
A Dfmap_util.py112 def _FormatBlob(fmt, names, obj): argument

Completed in 38 milliseconds