Searched refs:doit (Results 1 – 9 of 9) sorted by relevance
51 doit="${DOITPROG-}"52 if test -z "$doit"; then55 doit_exec=$doit440 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&441 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&462 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \468 { $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null \481 $doit $rmcmd -f "$dst" 2>/dev/null \482 || { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null \483 && { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }; }\[all …]
51 doit=${DOITPROG-}52 if test -z "$doit"; then55 doit_exec=$doit446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&490 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||503 $doit $rmcmd -f "$dst" 2>/dev/null ||504 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&505 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }[all …]
51 doit=${DOITPROG-}52 doit_exec=${doit:-exec}431 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&432 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&453 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&454 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&472 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||485 $doit $rmcmd -f "$dst" 2>/dev/null ||486 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&487 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }[all …]
51 doit=${DOITPROG-}52 doit_exec=${doit:-exec}423 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&424 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&445 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&446 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&464 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||477 $doit $rmcmd -f "$dst" 2>/dev/null ||478 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&479 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }[all …]
51 doit=${DOITPROG-}52 doit_exec=${doit:-exec}440 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&441 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&462 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&463 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&481 $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||494 $doit $rmcmd -f "$dst" 2>/dev/null ||495 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&496 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }[all …]
67 doit(){ function90 doit "$ct" "$bd"94 doit "gray" "16"100 doit "$ct" "$bd"
446 setipaddr(arg, argv, doit) in setipaddr() argument449 int doit;462 if (!doit)
Completed in 11 milliseconds