Searched defs:args (Results 1 – 7 of 7) sorted by relevance
/scripts/ |
D | insert-sys-cert.c | 33 #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
|
D | checkkconfigsymbols.py | 411 def parse_kconfig_files(args): argument
|
D | bpf_helpers_doc.py | 413 args = argParser.parse_args() variable
|
D | spdxcheck.py | 228 args = ap.parse_args() variable
|
/scripts/gcc-plugins/ |
D | structleak_plugin.c | 53 static tree handle_user_attribute(tree *node, tree name, tree args, int flags, bool *no_add_attrs) in handle_user_attribute()
|
D | randomize_layout_plugin.c | 76 static tree handle_randomize_layout_attr(tree *node, tree name, tree args, int flags, bool *no_add_… in handle_randomize_layout_attr() 119 static tree handle_randomize_considered_attr(tree *node, tree name, tree args, int flags, bool *no_… in handle_randomize_considered_attr() 129 static tree handle_randomize_performed_attr(tree *node, tree name, tree args, int flags, bool *no_a… in handle_randomize_performed_attr()
|
/scripts/genksyms/ |
D | genksyms.c | 708 va_list args; in error_with_pos() local
|