Searched refs:MAXOPTIONS (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.c45 #define MAXOPTIONS (uint_t)('~' - '!' + 1) macro
52 #define MAXOPTIONSTRING MAXOPTIONS * 2
388 cmdOptions_t cmdOptions[MAXOPTIONS + 1];
391 struct option intLongOpt[MAXOPTIONS + 1];
444 if (i > MAXOPTIONS - 1) {
/illumos-gate/usr/src/common/cmdparse/
H A Dcmdparse.c43 #define MAXOPTIONS (uint_t)('~' - '!' + 1) macro
50 #define MAXOPTIONSTRING MAXOPTIONS * 2
385 cmdOptions_t cmdOptions[MAXOPTIONS + 1];
388 struct option intLongOpt[MAXOPTIONS + 1];
441 if (i > MAXOPTIONS - 1) {
/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.c43 #define MAXOPTIONS (uint_t)('~' - '!' + 1) macro
50 #define MAXOPTIONSTRING MAXOPTIONS * 2
559 cmdOptions_t cmdOptions[MAXOPTIONS + 1];
562 struct option intLongOpt[MAXOPTIONS + 1];
623 if (i > MAXOPTIONS - 1) {
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.c43 #define MAXOPTIONS (uint_t)('~' - '!' + 1) macro
50 #define MAXOPTIONSTRING MAXOPTIONS * 2
561 cmdOptions_t cmdOptions[MAXOPTIONS + 1];
564 struct option intLongOpt[MAXOPTIONS + 1];
625 if (i > MAXOPTIONS - 1) {

Completed in 59 milliseconds