Home | History | Annotate | Download | only in fio

Lines Matching full:optarg

146   optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
148 --prefix=*) prefix="$optarg"
150 --cpu=*) cpu="$optarg"
156 --cc=*) CC="$optarg"
158 --extra-cflags=*) CFLAGS="$CFLAGS $optarg"