Home
last modified time | relevance | path

Searched refs:tmp2 (Results 1 – 2 of 2) 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.c504 struct string_list *tmp, **tmp2; in print_list() local
518 tmp2 = e - 1; in print_list()
520 (*tmp2--) = list; in print_list()
522 *(tmp2--) = list; in print_list()
534 struct string_list *tmp, **tmp2; in expand_and_crc_sym() local
546 tmp2 = e - 1; in expand_and_crc_sym()
548 *(tmp2--) = list; in expand_and_crc_sym()
550 *(tmp2--) = list; in expand_and_crc_sym()