Searched refs:last_optind (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/kext_tools-384.1.4/
H A Dkextfind_main.c426 int last_optind; // for recovering from getopt failures local
448 last_optind = optind;
499 optind = last_optind;
501 if (argv[last_optind] && (argv[last_optind][0] != '-')) {
561 optind = last_optind;
566 last_optind = optind;
H A Dkextfind_query.c1848 static int last_optind; variable
1855 last_optind = optind;
1884 last_optind = optind; // save optind for a subsequent mismatch
1890 last_optind = optind; // save optind for a subsequent mismatch
1932 last_optind = optind;
1940 optind = last_optind;
1980 last_optind = optind; // save optind for a subsequent mismatch
1986 last_optind = optind;
2027 if ( (argv[last_optind][0] != '-') || !argv[last_optind][
[all...]

Completed in 183 milliseconds