Home
last modified time | relevance | path

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

/titanic_50/usr/src/common/cmdparse/
H A Dcmdparse.c74 static struct option *_longOptions; variable
124 for (op = _longOptions; op->name; op++) { in getLongOption()
452 _longOptions = &intLongOpt[0]; in cmdParse()
513 for (lp = _longOptions; lp->name; lp++, j++) { in cmdParse()
535 _longOptions, NULL)) != EOF) { in cmdParse()
/titanic_50/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.c76 static struct option *_longOptions; variable
126 for (op = _longOptions; op->name; op++) { in getLongOption()
455 _longOptions = &intLongOpt[0]; in cmdParse()
514 for (lp = _longOptions; lp->name; lp++, j++) { in cmdParse()
536 _longOptions, NULL)) != EOF) { in cmdParse()
/titanic_50/usr/src/cmd/mpathadm/
H A Dcmdparse.c78 static struct option *_longOptions; variable
214 for (op = _longOptions; op->name; op++) { in getLongOption()
634 _longOptions = &intLongOpt[0]; in cmdParse()
765 for (lp = _longOptions; lp->name; lp++, j++) { in cmdParse()
787 _longOptions, NULL)) != EOF) { in cmdParse()
/titanic_50/usr/src/cmd/iscsiadm/
H A Dcmdparse.c79 static struct option *_longOptions; variable
215 for (op = _longOptions; op->name; op++) { in getLongOption()
636 _longOptions = &intLongOpt[0]; in cmdParse()
770 for (lp = _longOptions; lp->name; lp++, j++) { in cmdParse()
792 _longOptions, NULL)) != EOF) { in cmdParse()