Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.c550 int getoptargc; in cmdParse() local
694 getoptargc = argc; in cmdParse()
695 getoptargc -= 1; in cmdParse()
697 while ((opt = getopt_long(getoptargc, getoptargv, "+?", in cmdParse()
759 getoptargc = argc; in cmdParse()
760 getoptargc -= 2; in cmdParse()
790 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll, in cmdParse()
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.c552 int getoptargc; in cmdParse() local
698 getoptargc = argc; in cmdParse()
699 getoptargc -= 1; in cmdParse()
701 while ((opt = getopt_long(getoptargc, getoptargv, "+?", in cmdParse()
764 getoptargc = argc; in cmdParse()
765 getoptargc -= 2; in cmdParse()
795 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll, in cmdParse()
/illumos-gate/usr/src/common/cmdparse/
H A Dcmdparse.c378 int getoptargc; in cmdParse() local
507 getoptargc = argc; in cmdParse()
508 getoptargc -= 1; in cmdParse()
538 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll, in cmdParse()
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.c378 int getoptargc; in cmdParse() local
504 getoptargc = argc; in cmdParse()
505 getoptargc -= 1; in cmdParse()
535 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll, in cmdParse()