Searched refs:dst (Results 1 – 3 of 3) sorted by relevance
/scripts/ |
D | Makefile.headersinst | 12 _dst := $(if $(dst),$(dst),$(obj)) 105 $(Q)$(MAKE) $(hdr-inst)=$(obj)/$@ dst=$(_dst)/$@
|
/scripts/kconfig/ |
D | confdata.c | 83 char *dst, name[SYMBOL_MAXLENGTH]; in conf_expand_value() local 86 dst = name; in conf_expand_value() 90 dst = name; in conf_expand_value() 92 *dst++ = *src++; in conf_expand_value() 93 *dst = 0; in conf_expand_value()
|
D | gconf.c | 75 static void update_tree(struct menu *src, GtkTreeIter * dst); 1272 static void update_tree(struct menu *src, GtkTreeIter * dst) in update_tree() argument 1285 valid = gtk_tree_model_iter_children(model2, child2, dst); in update_tree() 1309 if (gtktree_iter_find_node(dst, menu1) != NULL) { in update_tree() 1323 if (gtktree_iter_find_node(dst, menu1) == NULL) { // add node in update_tree() 1330 dst, sibling); in update_tree()
|