Home | History | Annotate | Download | only in misc

Lines Matching refs:optind

144 	if (optind == argc)
147 device_name = argv[optind++];
149 if (optind < argc) {
150 skiprate = strtol(argv[optind], &s, 0);
151 if (s == argv[optind]) {
155 optind++;
162 if (optind < argc) {
163 sk = skl = strtoll(argv[optind], &s, 0) << 10;
164 if (s == argv[optind]) {
169 optind++;