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

/illumos-gate/usr/src/common/cmdparse/
H A Dcmdparse.c374 int getoptargc; local
503 getoptargc = argc;
504 getoptargc -= 1;
534 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll,
/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.c546 int getoptargc; local
690 getoptargc = argc;
691 getoptargc -= 1;
693 while ((opt = getopt_long(getoptargc, getoptargv, "+?",
755 getoptargc = argc;
756 getoptargc -= 2;
786 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll,
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.c548 int getoptargc; local
694 getoptargc = argc;
695 getoptargc -= 1;
697 while ((opt = getopt_long(getoptargc, getoptargv, "+?",
760 getoptargc = argc;
761 getoptargc -= 2;
791 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll,
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.c378 int getoptargc; local
504 getoptargc = argc;
505 getoptargc -= 1;
535 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll,

Completed in 63 milliseconds