Searched refs:doit (Results 1 – 5 of 5) sorted by relevance
48 doit="${DOITPROG-}"250 $doit $mkdircmd "$dst" \251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }268 $doit $cpprog "$src" "$dsttmp" &&276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \278 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \[all …]
51 doit=${DOITPROG-}52 if test -z "$doit"; then55 doit_exec=$doit439 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&440 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&442 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1459 # errors from the above "$doit $cpprog $src $dsttmp" command.461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&[all …]
26 doit () throw (Two) in doit() function37 doit (); in main()
2442 int doit = !env || cs->env; in decode_switches() local2454 if (doit) in decode_switches()2459 if (!doit) in decode_switches()2504 if (!doit) in decode_switches()2536 if (doit) in decode_switches()