Searched defs:shortOption (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/cmdparse/
H A Dcmdparse.c113 * shortOption - short option character for which to return the
121 getLongOption(int shortOption) argument
125 if (shortOption == op->val) {
134 * shortOption - short option character for which to return the
141 getOptionArgDesc(int shortOption) argument
145 if (op->val == shortOption &&
/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.c203 * shortOption - short option character for which to return the
211 getLongOption(int shortOption) argument
215 if (shortOption == op->val) {
224 * shortOption - short option character for which to return the
231 getOptionArgDesc(int shortOption) argument
235 if (op->val == shortOption &&
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.c204 * shortOption - short option character for which to return the
212 getLongOption(int shortOption) argument
216 if (shortOption == op->val) {
225 * shortOption - short option character for which to return the
232 getOptionArgDesc(int shortOption) argument
236 if (op->val == shortOption &&
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.c115 * shortOption - short option character for which to return the
123 getLongOption(int shortOption) argument
127 if (shortOption == op->val) {
136 * shortOption - short option character for which to return the
143 getOptionArgDesc(int shortOption) argument
147 if (op->val == shortOption &&

Completed in 63 milliseconds