Home
last modified time | relevance | path

Searched refs:temp1 (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/iconvdata/
Drun-iconv-test.sh27 temp1=$codir/iconvdata/iconv-test.xxx
30 trap "rm -f $temp1 $temp2" 1 2 3 15
61 $PROG -f $from -t $t testdata/$from < /dev/null > $temp1 ||
66 LC_ALL=C cmp $temp1 testdata/$from..$t > /dev/null 2>&1 ||
71 $PROG -f $t -t $to -o $temp2 $temp1 < /dev/null ||
75 test -s $temp1 &&
79 rm -f $temp1 $temp2
88 $PROG -f $t -t $to > $temp1 ||
92 LC_ALL=C cmp testdata/suntzus $temp1 ||
96 rm -f $temp1
[all …]
/glibc-2.36/sysdeps/i386/i686/
Ddl-hash.h33 unsigned int temp1; in _dl_elf_hash() local
72 : "=&r" (result), "=r" (name), "=&c" (temp0), "=&r" (temp1) in _dl_elf_hash()