Searched refs:opt_dry_run (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/binutils/
H A Dltmain.sh199 opt_dry_run=false
272 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
318 if test "$opt_dry_run" = ":"; then
416 if ${opt_dry_run-false}; then :; else
530 opt_dry_run=false
862 --dry-run | -n) opt_dry_run=: ;;
1227 $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
1241 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
1247 $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'"
1251 $opt_dry_run || {
[all...]
/freebsd-10.0-release/contrib/atf/admin/
H A Dltmain.sh431 opt_dry_run=false
515 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
561 if test "$opt_dry_run" = ":"; then
659 if ${opt_dry_run-false}; then :; else
683 if ${opt_dry_run-false}; then :; else
1043 opt_dry_run=false
1070 opt_dry_run=:
1450 $opt_dry_run || {
2149 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
2166 $opt_dry_run ||
[all...]
/freebsd-10.0-release/contrib/ldns/
H A Dltmain.sh431 opt_dry_run=false
515 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
561 if test "$opt_dry_run" = ":"; then
659 if ${opt_dry_run-false}; then :; else
683 if ${opt_dry_run-false}; then :; else
1043 opt_dry_run=false
1070 opt_dry_run=:
1450 $opt_dry_run || {
2149 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
2166 $opt_dry_run ||
[all...]
/freebsd-10.0-release/contrib/openbsm/config/
H A Dltmain.sh431 opt_dry_run=false
515 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
561 if test "$opt_dry_run" = ":"; then
659 if ${opt_dry_run-false}; then :; else
683 if ${opt_dry_run-false}; then :; else
1043 opt_dry_run=false
1070 opt_dry_run=:
1480 $opt_dry_run || {
2179 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
2196 $opt_dry_run ||
[all...]
/freebsd-10.0-release/contrib/openpam/
H A Dltmain.sh431 opt_dry_run=false
515 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
561 if test "$opt_dry_run" = ":"; then
659 if ${opt_dry_run-false}; then :; else
683 if ${opt_dry_run-false}; then :; else
1043 opt_dry_run=false
1070 opt_dry_run=:
1480 $opt_dry_run || {
2179 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
2196 $opt_dry_run ||
[all...]
/freebsd-10.0-release/contrib/unbound/
H A Dltmain.sh431 opt_dry_run=false
515 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
561 if test "$opt_dry_run" = ":"; then
659 if ${opt_dry_run-false}; then :; else
683 if ${opt_dry_run-false}; then :; else
1043 opt_dry_run=false
1070 opt_dry_run=:
1450 $opt_dry_run || {
2149 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
2166 $opt_dry_run ||
[all...]
/freebsd-10.0-release/crypto/heimdal/
H A Dltmain.sh435 opt_dry_run=false
519 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
565 if test "$opt_dry_run" = ":"; then
663 if ${opt_dry_run-false}; then :; else
687 if ${opt_dry_run-false}; then :; else
1047 opt_dry_run=false
1073 opt_dry_run=:
1449 $opt_dry_run || {
2148 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
2165 $opt_dry_run ||
[all...]
/freebsd-10.0-release/contrib/libyaml/config/
H A Dltmain.sh235 opt_dry_run=false
312 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
358 if test "$opt_dry_run" = ":"; then
456 if ${opt_dry_run-false}; then :; else
480 if ${opt_dry_run-false}; then :; else
596 opt_dry_run=false
743 --dry-run | -n) opt_dry_run=: ;;
1081 $opt_dry_run || {
1302 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
1319 $opt_dry_run ||
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dsvn.c90 opt_dry_run,
243 {"dry-run", opt_dry_run, 0,
1091 {'r', 'c', 'N', opt_depth, 'q', opt_force, opt_dry_run, opt_merge_cmd,
1210 {'q', opt_dry_run, opt_strip, opt_reverse_diff,
1991 case opt_dry_run:
88 opt_dry_run, enumerator in enum:svn_cl__longopt_t

Completed in 224 milliseconds