Searched refs:cofile (Results 1 – 4 of 4) sorted by relevance
310 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`316 lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d330 if test -f "$cofile"; then331 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"332 elif test -f "${cofile}bj"; then333 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
311 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`317 lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d331 if test -f "$cofile"; then332 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"333 elif test -f "${cofile}bj"; then334 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
Completed in 4 milliseconds