HomeSort by: relevance | last modified time | path
    Searched refs:dsttmp (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/librumpuser/build-aux/
install-sh 255 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
257 # if $src (and thus $dsttmp) contains '*'.
453 dsttmp=$dstdir/_inst.$$_
457 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
460 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
471 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &
    [all...]
  /src/sys/external/isc/libsodium/dist/build-aux/
install-sh 260 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
262 # if $src (and thus $dsttmp) contains '*'.
430 dsttmp=$dstdir/_inst.$$_
434 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
437 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
443 # errors from the above "$doit $cpprog $src $dsttmp" command.
445 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
447 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
448 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &
    [all...]
  /src/sys/external/isc/libsodium/dist/
install-sh 255 # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
257 # if $src (and thus $dsttmp) contains '*'.
453 dsttmp=$dstdir/_inst.$$_
457 trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
460 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
471 { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &
    [all...]

Completed in 12 milliseconds