Home
last modified time | relevance | path

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

/scripts/
Dbloat-o-meter28 def getsizes(file, format): argument
52 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
Dsign-file.c77 void format(void) in format() function
/scripts/kconfig/
Dpreprocess.c20 static void __attribute__((noreturn)) pperror(const char *format, ...) in pperror()