Home
last modified time | relevance | path

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

/iconvdata/
A Drun-iconv-test.sh145 while read utf8 from filename; do
147 if test -z "$filename" || test "$utf8" = '#'; then continue; fi
154 $PROG -f $utf8 -t $from < testdata/${filename}..${utf8} > $temp1
155 LC_ALL=C cmp $temp1 testdata/${filename}..${from}.BE > /dev/null 2>&1 ||
156 LC_ALL=C cmp $temp1 testdata/${filename}..${from}.LE > /dev/null 2>&1 ||
162 $PROG -f $from -t $utf8 < testdata/${filename}..${from}.BE > $temp1
163 LC_ALL=C cmp $temp1 testdata/${filename}..${utf8} > /dev/null 2>&1 ||
165 $PROG -f $from -t $utf8 < testdata/${filename}..${from}.LE > $temp1
166 LC_ALL=C cmp $temp1 testdata/${filename}..${utf8} > /dev/null 2>&1 ||
173 LC_ALL=C cmp $temp1 testdata/${filename}..${from}.LE > /dev/null 2>&1 ||
[all …]
A DTESTS223 # 3. The filename stem.
A Dgconv-modules25 # filename: filename of the module implementing the transformation.

Completed in 4 milliseconds