Home
last modified time | relevance | path

Searched refs:shortOption (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/cmdparse/
H A Dcmdparse.c125 getLongOption(int shortOption) in getLongOption() argument
129 if (shortOption == op->val) { in getLongOption()
145 getOptionArgDesc(int shortOption) in getOptionArgDesc() argument
149 if (op->val == shortOption && in getOptionArgDesc()
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.c123 getLongOption(int shortOption) in getLongOption() argument
127 if (shortOption == op->val) { in getLongOption()
143 getOptionArgDesc(int shortOption) in getOptionArgDesc() argument
147 if (op->val == shortOption && in getOptionArgDesc()
/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.c215 getLongOption(int shortOption) in getLongOption() argument
219 if (shortOption == op->val) { in getLongOption()
235 getOptionArgDesc(int shortOption) in getOptionArgDesc() argument
239 if (op->val == shortOption && in getOptionArgDesc()
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.c216 getLongOption(int shortOption) in getLongOption() argument
220 if (shortOption == op->val) { in getLongOption()
236 getOptionArgDesc(int shortOption) in getOptionArgDesc() argument
240 if (op->val == shortOption && in getOptionArgDesc()