Home | History | Annotate | Download | only in strace

Lines Matching refs:dsttmp

127 # Waiting for this to be detected by the "$instcmd $src $dsttmp" command
129 # if $src (and thus $dsttmp) contains '*'.
224 dsttmp=$dstdir/#inst.$$#
229 trap 'status=$?; rm -f "$dsttmp" "$rmtmp" && exit $status' 0
234 $doit $instcmd "$src" "$dsttmp" &&
240 # errors from the above "$doit $instcmd $src $dsttmp" command.
242 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
243 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dsttmp"; else :;fi &&
244 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dsttmp"; else :;fi &&
245 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dsttmp"; else :;fi &&
268 $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"