/scripts/coccinelle/misc/ |
D | boolreturn.cocci | 13 identifier fn; 19 bool fn ( ... ) 35 identifier fn; 39 bool fn ( ... ) 55 fn << r2.fn; 58 msg = "WARNING: return of 0/1 in function '%s' with return type bool" % fn
|
/scripts/ |
D | split-man.pl | 19 $fn = "$ARGV[0]/$1.9"; 20 print STDERR "Creating $fn\n"; 21 open OUT, ">$fn" or die "can't open $fn: $!\n";
|
D | faddr2line | 192 …done < <(${NM} -n $objfile | awk -v fn=$func -v end=$file_end '$3 == fn { found=1; line=$0; start=…
|
D | unifdef.c | 806 Linetype (*fn)(int *, Linetype, int, Linetype, int); member 937 lt = op->fn(valp, lt, *valp, rt, val); in eval_table()
|
/scripts/coccinelle/locks/ |
D | call_kern.cocci | 21 identifier fn; 25 fn(...) { 40 identifier gfp.fn; 72 fn@p2(...) 89 fn << gfp.fn; 100 fn << gfp.fn; 105 msg = "ERROR: function %s called on line %s inside lock on line %s but uses GFP_KERNEL" % (fn,p2[0]…
|
/scripts/kconfig/ |
D | expr.c | 1140 void (*fn)(void *, struct symbol *, const char *), in expr_print() 1144 fn(data, NULL, "y"); in expr_print() 1149 fn(data, NULL, "("); in expr_print() 1153 fn(data, e->left.sym, e->left.sym->name); in expr_print() 1155 fn(data, NULL, "<choice>"); in expr_print() 1158 fn(data, NULL, "!"); in expr_print() 1159 expr_print(e->left.expr, fn, data, E_NOT); in expr_print() 1163 fn(data, e->left.sym, e->left.sym->name); in expr_print() 1165 fn(data, NULL, "<choice>"); in expr_print() 1166 fn(data, NULL, "="); in expr_print() [all …]
|
D | lkc_proto.h | 12 void conf_set_changed_callback(void (*fn)(void)); 13 void conf_set_message_callback(void (*fn)(const char *s)); 65 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int …
|
D | gconf.c | 491 const gchar *fn; in load_filename() local 493 fn = gtk_file_selection_get_filename(GTK_FILE_SELECTION in load_filename() 496 if (conf_read(fn)) in load_filename() 533 const gchar *fn; in store_filename() local 535 fn = gtk_file_selection_get_filename(GTK_FILE_SELECTION in store_filename() 538 if (conf_write(fn)) in store_filename()
|
D | confdata.c | 200 void conf_set_message_callback(void (*fn)(const char *s)) in conf_set_message_callback() 202 conf_message_callback = fn; in conf_set_message_callback() 1165 void conf_set_changed_callback(void (*fn)(void)) in conf_set_changed_callback() 1167 conf_changed_callback = fn; in conf_set_changed_callback()
|
/scripts/dtc/ |
D | dtc-lexer.l | 82 if (memchr(fn.val, '\0', fn.len - 1)) 86 srcpos_set_line(xstrdup(fn.val), atoi(line) - 1); 87 data_free(fn);
|
D | livetree.c | 887 static void add_fixup_entry(struct dt_info *dti, struct node *fn, in add_fixup_entry() argument 902 append_to_property(fn, m->ref, entry, strlen(entry) + 1, TYPE_STRING); in add_fixup_entry() 908 struct node *fn, in generate_fixups_tree_internal() argument 922 add_fixup_entry(dti, fn, node, prop, m); in generate_fixups_tree_internal() 927 generate_fixups_tree_internal(dti, fn, c); in generate_fixups_tree_internal()
|
D | checks.c | 33 check_fn fn; member 46 .fn = (fn_), \ 139 if (c->fn) in check_nodes_props() 140 c->fn(c, dti, node); in check_nodes_props()
|
/scripts/coccinelle/tests/ |
D | doubletest.cocci | 31 expression r.E,e1,e2,fn; 39 <+... \(fn(...)\|e1 op e2\|e1++\|e1--\|++e1\|--e1\) ...+>
|