Searched refs:getoptargv (Results 1 – 4 of 4) sorted by relevance
| /illumos-gate/usr/src/cmd/mpathadm/ |
| H A D | cmdparse.c | 551 char **getoptargv; in cmdParse() local 692 getoptargv = argv; in cmdParse() 693 getoptargv++; in cmdParse() 697 while ((opt = getopt_long(getoptargc, getoptargv, "+?", in cmdParse() 756 getoptargv = argv; in cmdParse() 757 getoptargv++; in cmdParse() 758 getoptargv++; in cmdParse() 790 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll, in cmdParse()
|
| /illumos-gate/usr/src/cmd/iscsiadm/ |
| H A D | cmdparse.c | 553 char **getoptargv; in cmdParse() local 696 getoptargv = argv; in cmdParse() 697 getoptargv++; in cmdParse() 701 while ((opt = getopt_long(getoptargc, getoptargv, "+?", in cmdParse() 761 getoptargv = argv; in cmdParse() 762 getoptargv++; in cmdParse() 763 getoptargv++; in cmdParse() 795 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll, in cmdParse()
|
| /illumos-gate/usr/src/common/cmdparse/ |
| H A D | cmdparse.c | 379 char **getoptargv; in cmdParse() local 505 getoptargv = argv; in cmdParse() 506 getoptargv++; in cmdParse() 538 while ((opt = getopt_long(getoptargc, getoptargv, optionStringAll, in cmdParse()
|
| /illumos-gate/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()
|