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

/illumos-gate/usr/src/common/cmdparse/
H A Dcmdparse.c375 char **getoptargv; local
501 getoptargv = argv;
502 getoptargv++;
534 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll,
/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.c547 char **getoptargv; local
688 getoptargv = argv;
689 getoptargv++;
693 while ((opt = getopt_long(getoptargc, getoptargv, "+?",
752 getoptargv = argv;
753 getoptargv++;
754 getoptargv++;
786 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll,
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.c549 char **getoptargv; local
692 getoptargv = argv;
693 getoptargv++;
697 while ((opt = getopt_long(getoptargc, getoptargv, "+?",
757 getoptargv = argv;
758 getoptargv++;
759 getoptargv++;
791 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll,
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.c379 char **getoptargv; local
502 getoptargv = argv;
503 getoptargv++;
535 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll,

Completed in 62 milliseconds