Searched refs:getoptargv (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/iscsiadm/ |
H A D | cmdparse.c | 549 char **getoptargv; in cmdParse() local 692 getoptargv = argv; in cmdParse() 693 getoptargv++; in cmdParse() 697 while ((opt = getopt_long(getoptargc, getoptargv, "+?", in cmdParse() 757 getoptargv = argv; in cmdParse() 758 getoptargv++; in cmdParse() 759 getoptargv++; in cmdParse() 791 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll, in cmdParse()
|
/titanic_44/usr/src/cmd/mpathadm/ |
H A D | cmdparse.c | 547 char **getoptargv; in cmdParse() local 688 getoptargv = argv; in cmdParse() 689 getoptargv++; in cmdParse() 693 while ((opt = getopt_long(getoptargc, getoptargv, "+?", in cmdParse() 752 getoptargv = argv; in cmdParse() 753 getoptargv++; in cmdParse() 754 getoptargv++; in cmdParse() 786 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll, in cmdParse()
|
/titanic_44/usr/src/common/cmdparse/ |
H A D | cmdparse.c | 375 char **getoptargv; in cmdParse() local 501 getoptargv = argv; in cmdParse() 502 getoptargv++; in cmdParse() 534 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll, in cmdParse()
|
/titanic_44/usr/src/cmd/isns/isnsadm/ |
H A D | cmdparse.c | 379 char **getoptargv; in cmdParse() local 502 getoptargv = argv; in cmdParse() 503 getoptargv++; in cmdParse() 535 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll, in cmdParse()
|