Home
last modified time | relevance | path

Searched refs:tmp2 (Results 1 – 3 of 3) sorted by relevance

/scripts/
Dextract-ikconfig36 tail -c+$pos "$img" | $3 > $tmp2 2> /dev/null
37 dump_config $tmp2
52 tmp2=/tmp/ikconfig$$.2
53 trap "rm -f $tmp1 $tmp2" 0
/scripts/genksyms/
Dgenksyms.c515 struct string_list *tmp, **tmp2; in print_list() local
529 tmp2 = e - 1; in print_list()
531 (*tmp2--) = list; in print_list()
533 *(tmp2--) = list; in print_list()
545 struct string_list *tmp, **tmp2; in expand_and_crc_sym() local
557 tmp2 = e - 1; in expand_and_crc_sym()
559 *(tmp2--) = list; in expand_and_crc_sym()
561 *(tmp2--) = list; in expand_and_crc_sym()
/scripts/kconfig/
Dexpr.c560 struct expr *tmp, *tmp1, *tmp2; in expr_eliminate_dups2() local
579 tmp2 = expr_copy(e2); in expr_eliminate_dups2()
580 tmp = expr_extract_eq_and(&tmp1, &tmp2); in expr_eliminate_dups2()
586 expr_free(tmp2); in expr_eliminate_dups2()
594 tmp2 = expr_copy(e2); in expr_eliminate_dups2()
595 tmp = expr_extract_eq_or(&tmp1, &tmp2); in expr_eliminate_dups2()
601 expr_free(tmp2); in expr_eliminate_dups2()