Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 7 of 7) sorted by relevance

/scripts/dtc/
Ddtc-parser.y22 #define YYERROR_CALL(msg) yyerror(msg) argument
Dfdtget.c282 static void usage(const char *msg) in usage()
Dfdtput.c277 static void usage(const char *msg) in usage()
/scripts/kconfig/
Dnconf.gui.c241 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...) in btn_dialog()
Dgconf.c395 const char *msg = message; in text_insert_msg() local
/scripts/
Dunifdef.c1204 debug(const char *msg, ...) in debug()
1216 error(const char *msg) in error()
/scripts/gcc-plugins/
Drandomize_layout_plugin.c29 #define INFORM(loc, msg, ...) inform(loc, "randstruct: " msg, ##__VA_ARGS__) argument