Searched refs:OPTARG (Results 26 - 50 of 74) sorted by relevance

123

/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dopensnoop96 f) opt_file=1; pathname=$OPTARG ;;
97 n) opt_name=1; pname=$OPTARG ;;
98 p) opt_pid=1; pid=$OPTARG ;;
H A Drwtop81 n) opt_name=1; pname=$OPTARG ;;
82 p) opt_pid=1; pid=$OPTARG ;;
84 t) opt_top=1; top=$OPTARG ;;
H A Dcpudists64 t) opt_top=1; top=$OPTARG ;;
H A Dcputimes75 t) opt_top=1; top=$OPTARG ;;
H A Dprocsystime70 p) opt_filter=1; opt_pid=1; pid=$OPTARG ;;
71 n) opt_filter=1; opt_name=1; pname=$OPTARG ;;
H A Dexecsnoop83 c) opt_cmd=1; command=$OPTARG ;;
/macosx-10.10.1/dtrace-147/DTTk/
H A Ddappprof72 b) opt_buf=1; buf=$OPTARG ;;
73 p) opt_pid=1; pid=$OPTARG ;;
74 u) opt_lib=1; lib=$OPTARG ;;
H A Ddapptrace77 b) opt_buf=1; buf=$OPTARG ;;
78 p) opt_pid=1; pid=$OPTARG ;;
79 u) opt_lib=1; lib=$OPTARG ;;
H A Dopensnoop96 f) opt_file=1; pathname=$OPTARG ;;
97 n) opt_name=1; pname=$OPTARG ;;
98 p) opt_pid=1; pid=$OPTARG ;;
H A Drwtop81 n) opt_name=1; pname=$OPTARG ;;
82 p) opt_pid=1; pid=$OPTARG ;;
84 t) opt_top=1; top=$OPTARG ;;
H A Dprocsystime70 p) opt_filter=1; opt_pid=1; pid=$OPTARG ;;
71 n) opt_filter=1; opt_name=1; pname=$OPTARG ;;
H A Dexecsnoop83 c) opt_cmd=1; command=$OPTARG ;;
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dren83 u) fd=$OPTARG ;;
222 inclPats[inclCt]=$OPTARG
226 exclPats[exclCt]=$OPTARG
232 range=${OPTARG%%=*}
233 op=${OPTARG#*=}
266 if [[ "$OPTARG" != +([0-9]) || "$OPTARG" -eq 0 ]]; then
267 print -ru2 -- "$name: Bad length given with -z: $OPTARG"
270 typeset -Z$OPTARG j || exit 1
278 "$name: Option -$OPTARG require
[all...]
H A Duuenc49 ?) echo "$name: $OPTARG: bad option. Use -h for help." 1>&2 ; exit 2;;
H A Dbashrand19 s) SEED=$OPTARG ;;
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/functions/
H A Dsubstr222 pat="$OPTARG"
/macosx-10.10.1/dtrace-147/DTTk/Kernel/
H A Dcpudists64 t) opt_top=1; top=$OPTARG ;;
H A Dcputimes75 t) opt_top=1; top=$OPTARG ;;
/macosx-10.10.1/OpenSSH-189/openssh/contrib/
H A Dssh-copy-id103 OPT= OPTARG=
108 OPTARG="$(printf -- "$1"|cut -c3-)"
113 OPTARG="$2"
119 OPTARG="$2"
126 OPTARG=
152 use_id_file "${OPTARG:-$DEFAULT_PUB_ID_FILE}"
155 SSH_OPTS="${SSH_OPTS:+$SSH_OPTS }$OPT '$(quote "$OPTARG")'"
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts/
H A Dkrand.bash37 s) Seed=$OPTARG ;;
/macosx-10.10.1/bash-94.1.2/bash-3.2/support/
H A Dmkclone31 m) MANIFEST=$OPTARG ;;
32 s) SRCDIR=$OPTARG ;;
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Dlibatf-sh.subr867 Results_File=${OPTARG}
871 Source_Dir=${OPTARG}
875 _atf_config_set_from_str "${OPTARG}"
879 _atf_syntax_error "Unknown option -${OPTARG}."
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/tests/
H A Dbuiltins.sh43 [[ $foo == x && $OPTARG == foobar ]] || err_exit "getopts :x: failed"
46 if [[ $var != : || $OPTARG != r ]]
51 if [[ $OPT != d || $OPTARG != 16177 ]]
52 then err_exit "'getopts :d#u OPT=d OPTARG=16177' failed -- OPT=$OPT OPTARG=$OPTARG"
69 [[ $OPT == S && $OPTARG == $2 ]] || err_exit "OPT=$OPT OPTARG=$OPTARG -- expected OPT=S OPTARG
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Druntests.sh23 test_file=$OPTARG
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dhurl.sh74 a) authorize=$OPTARG ;;
75 s) limit=$OPTARG ;;

Completed in 148 milliseconds

123