Searched refs:OPTARG (Results 1 - 25 of 74) sorted by relevance

123

/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/functions/
H A Dgetoptx.bash66 # OPTARG -- set to the option argument, if any;
145 unset OPTARG
153 OPTARG="$2"
154 if [ -z "$OPTARG" ];
157 OPTARG="$OPTOPT";
168 OPTARG="$OPTOPT"
172 OPTARG=${o#"--$OPTOPT="}
181 OPTARG="$2"
182 if [ -z "$OPTARG" ]
185 OPTARG
[all...]
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Diopattern84 d) opt_device=1; device=$OPTARG ;;
85 f) opt_file=1; filename=$OPTARG ;;
86 m) opt_mount=1; mount=$OPTARG ;;
H A Diopending73 d) opt_device=1; device=$OPTARG ;;
74 f) opt_file=1; filename=$OPTARG ;;
75 m) opt_mount=1; mount=$OPTARG ;;
H A Ddtruss80 b) opt_buf=1; buf=$OPTARG ;;
81 p) opt_pid=1; pid=$OPTARG ;;
82 n) opt_name=1; pname=$OPTARG ;;
83 t) opt_trace=1; trace=$OPTARG ;;
H A Diotop111 d) opt_device=1; device=$OPTARG ;;
112 f) opt_file=1; filename=$OPTARG ;;
114 m) opt_mount=1; mount=$OPTARG ;;
117 t) opt_top=1; top=$OPTARG ;;
H A Ddvmstat72 p) opt_pid=1; pid=$OPTARG ;;
73 n) opt_name=1; pname=$OPTARG ;;
H A Drwsnoop89 n) opt_name=1; pname=$OPTARG ;;
90 p) opt_pid=1; pid=$OPTARG ;;
H A Dshellsnoop75 p) opt_pid=1; pid=$OPTARG ;;
78 u) opt_uid=1; uid=$OPTARG ;;
H A Dtcpsnoop90 n) opt_name=1; pname=$OPTARG ;;
91 p) opt_pid=1; pid=$OPTARG ;;
H A Diosnoop116 d) opt_device=1; device=$OPTARG ;;
119 f) opt_file=1; filename=$OPTARG ;;
123 n) opt_name=1; pname=$OPTARG ;;
125 p) opt_pid=1; pid=$OPTARG ;;
126 m) opt_mount=1; mount=$OPTARG ;;
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 ;;
/macosx-10.10.1/dtrace-147/DTTk/Disk/
H A Diopattern84 d) opt_device=1; device=$OPTARG ;;
85 f) opt_file=1; filename=$OPTARG ;;
86 m) opt_mount=1; mount=$OPTARG ;;
H A Diopending73 d) opt_device=1; device=$OPTARG ;;
74 f) opt_file=1; filename=$OPTARG ;;
75 m) opt_mount=1; mount=$OPTARG ;;
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dpages42 n) LinesPerPage=$OPTARG;;
H A Drepeat58 s) sleep=$OPTARG || exit 1;;
63 ?) echo "$name: $OPTARG: bad option. Use -h for help." 1>&2; exit 2;;
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-version/
H A Dgenerate-revision.sh150 MTN=${OPTARG}
153 outfile=${OPTARG}
156 ROOT=${OPTARG}
159 version=${OPTARG}
/macosx-10.10.1/dtrace-147/DTTk/
H A Ddtruss80 b) opt_buf=1; buf=$OPTARG ;;
81 p) opt_pid=1; pid=$OPTARG ;;
82 n) opt_name=1; pname=$OPTARG ;;
83 t) opt_trace=1; trace=$OPTARG ;;
H A Diotop111 d) opt_device=1; device=$OPTARG ;;
112 f) opt_file=1; filename=$OPTARG ;;
114 m) opt_mount=1; mount=$OPTARG ;;
117 t) opt_top=1; top=$OPTARG ;;
H A Ddvmstat72 p) opt_pid=1; pid=$OPTARG ;;
73 n) opt_name=1; pname=$OPTARG ;;
H A Drwsnoop89 n) opt_name=1; pname=$OPTARG ;;
90 p) opt_pid=1; pid=$OPTARG ;;
H A Diosnoop116 d) opt_device=1; device=$OPTARG ;;
119 f) opt_file=1; filename=$OPTARG ;;
123 n) opt_name=1; pname=$OPTARG ;;
125 p) opt_pid=1; pid=$OPTARG ;;
126 m) opt_mount=1; mount=$OPTARG ;;
/macosx-10.10.1/SmartCardServices-55111/installPhase/scripts/
H A Dsc_auth56 d) domain="$OPTARG";;
57 h) hash="$OPTARG";;
58 k) keyname="$OPTARG";;
59 u) user="$OPTARG";;
/macosx-10.10.1/dtrace-147/DTTk/Apps/
H A Dshellsnoop75 p) opt_pid=1; pid=$OPTARG ;;
78 u) opt_uid=1; uid=$OPTARG ;;
/macosx-10.10.1/dtrace-147/DTTk/Net/
H A Dtcpsnoop90 n) opt_name=1; pname=$OPTARG ;;
91 p) opt_pid=1; pid=$OPTARG ;;

Completed in 144 milliseconds

123