Home
last modified time | relevance | path

Searched refs:tmpf (Results 1 - 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/lib/
H A Dmce.sh35 local tmpf=$WDIR/mce_reformat_for_cmp
37 mce-inject --dump "$inf" > $tmpf
41 sed "/$remove/d" -i $tmpf
45 cat $tmpf | tr '\n' '#' | sed '1,$s/##/\n/g' | \
251 local tmpf=$WDIR/get_panic_from_mcelog
253 if mcelog_filter $mcelog "#BANK 219#" | head -1 > $tmpf; then
254 local F="$(sed '1,$s/#/\n/g' $tmpf | awk '/MISC / { print $2 }')"
H A Dapei-inject.sh22 local tmpf=$WDIR/mce_reformat_for_cmp
24 grep -v 'STATUS 0x800000000000000' | sort > "$tmpf"
25 awk '/^STATUS/ {print $2}' $tmpf | cut -b 1-3 > $outf
26 awk '/MCGSTATUS/ {if ($4=="") print $2; else print $4;}' $tmpf >> $outf
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngstest.c77 static char tmpf[23] = "TMP"; variable
3215 sprintf(name, "%s%d.png", tmpf, ++counter); in write_one_file()
3574 if (strlen(argv[++c]) >= sizeof tmpf) in main()
3583 strncpy(tmpf, argv[c], sizeof (tmpf)-1); in main()

Completed in 5 milliseconds