Home | History | Annotate | Download | only in binutils-2.25

Lines Matching refs:INPUT

75 Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...
79 INPUT is the input file
98 # The input.
99 input=$1
102 input_sub_rx=`get_dirname "$input" | quote_for_sed`
103 case $input in
109 input=`pwd`/$input
112 input_rx=`get_dirname "$input" | quote_for_sed`
160 0) "$prog" "$input" ;;
161 *) "$prog" "$@" "$input" ;;