Home
last modified time | relevance | path

Searched defs:format (Results 1 – 6 of 6) sorted by relevance

/scripts/
Dbloat-o-meter25 def getsizes(file, format): argument
42 def calc(oldfile, newfile, format): argument
Dinsert-sys-cert.c33 #define info(format, args...) fprintf(stderr, "INFO: " format, ## args) argument
34 #define warn(format, args...) fprintf(stdout, "WARNING: " format, ## args) argument
35 #define err(format, args...) fprintf(stderr, "ERROR: " format, ## args) argument
Dextract-cert.c29 void format(void) in format() function
Dsign-file.c70 void format(void) in format() function
/scripts/basic/
Dfixdep.c118 static void xprintf(const char *format, ...) in xprintf()
/scripts/kconfig/
Dpreprocess.c20 static void __attribute__((noreturn)) pperror(const char *format, ...) in pperror()