Searched refs:optind (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
H A Dwin_posix.c17 int optind = 1; variable
59 /* optind may be zero with some POSIX uses.
62 if (optind == 0)
63 optind = 1;
82 if (optind < argc) {
85 optind++;
86 optarg = argv[optind++];
92 optind++;
102 optind++;
125 if ((argc > optind)
[all...]
H A Dwin_posix.h107 extern int optind;
H A Dfiptool.c709 argc -= optind;
710 argv += optind;
812 argc -= optind;
813 argv += optind;
921 argc -= optind;
922 argv += optind;
1058 argc -= optind;
1059 argv += optind;
1192 argc -= optind;
1193 argv += optind;
[all...]
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
H A Dcompat.c101 int optind = 1; variable
110 if (argv[optind] && *argv[optind] == '-') {
111 cmd = *(argv[optind] + 1);
117 rv = *(argv[optind] + 1);
119 if (*(argv[optind] + 2) != '\0') {
120 optarg = argv[optind] + 2;
121 optind += 1;
123 optarg = argv[optind + 1];
124 optind
[all...]
/device/linaro/bootloader/edk2/StdLib/Include/
H A Dunistd.h42 extern int optind;
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpeg_test.c562 for (idx = optind - 1; idx < argc; idx++) {
568 optind = idx -1;
572 for (idx = optind - 1; idx < argc; idx++) {
578 optind = idx -1;
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
H A DOrderedCollectionTest.c500 if (optind != ArgC) {
/device/google/contexthub/contexthubhal/test/
H A Dmain.cpp255 for (int i = optind; i < argc; ++i) {

Completed in 149 milliseconds