Home | History | Annotate | Download | only in libexif

Lines Matching refs:opt_mode

449     $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
475 $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
482 $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
1109 opt_mode="$optarg"
1206 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then
1214 help="Try \`$progname --help --mode=$opt_mode' for more information."
2296 test "$opt_mode" = compile && func_mode_compile ${1+"$@"}
2302 case $opt_mode in
2478 func_fatal_help "invalid operation mode \`$opt_mode'"
2493 for opt_mode in compile link execute install finish uninstall clean; do
2499 for opt_mode in compile link execute install finish uninstall clean; do
2648 test "$opt_mode" = execute && func_mode_execute ${1+"$@"}
2767 test "$opt_mode" = finish && func_mode_finish ${1+"$@"}
3230 test "$opt_mode" = install && func_mode_install ${1+"$@"}
6795 if test "$linkmode" = prog || test "$opt_mode" != relink; then
6893 if test "$linkmode" = prog || test "$opt_mode" = relink; then
7541 if test "$opt_mode" != relink; then
8040 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
8091 test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
8283 if test "$opt_mode" = relink; then
8455 if test "$opt_mode" = relink; then
8548 if test "$opt_mode" = relink; then
8560 if test "$opt_mode" = relink; then
9438 { test "$opt_mode" = link || test "$opt_mode" = relink; } &&
9479 test "$opt_mode" = uninstall && odir="$dir"
9482 if test "$opt_mode" = clean; then
9515 case "$opt_mode" in
9561 if test "$opt_mode" = clean ; then
9612 { test "$opt_mode" = uninstall || test "$opt_mode" = clean; } &&
9615 test -z "$opt_mode" && {
9621 func_fatal_help "invalid operation mode \`$opt_mode'"