Home
last modified time | relevance | path

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

/titanic_50/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]; in cmdParse()
388 struct option intLongOpt[MAXOPTIONS + 1]; in cmdParse()
441 if (i > MAXOPTIONS - 1) { in cmdParse()
/titanic_50/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]; in cmdParse()
391 struct option intLongOpt[MAXOPTIONS + 1]; in cmdParse()
444 if (i > MAXOPTIONS - 1) { in cmdParse()
/titanic_50/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]; in cmdParse()
562 struct option intLongOpt[MAXOPTIONS + 1]; in cmdParse()
623 if (i > MAXOPTIONS - 1) { in cmdParse()
/titanic_50/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]; in cmdParse()
564 struct option intLongOpt[MAXOPTIONS + 1]; in cmdParse()
625 if (i > MAXOPTIONS - 1) { in cmdParse()