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.c509 struct string_list *tmp, **tmp2; in print_list() local
523 tmp2 = e - 1; in print_list()
525 (*tmp2--) = list; in print_list()
527 *(tmp2--) = list; in print_list()
539 struct string_list *tmp, **tmp2; in expand_and_crc_sym() local
551 tmp2 = e - 1; in expand_and_crc_sym()
553 *(tmp2--) = list; in expand_and_crc_sym()
555 *(tmp2--) = list; in expand_and_crc_sym()