Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
Dcompat.c101 int optind = 1; variable
110 if (argv[optind] && *argv[optind] == '-') { in getopt()
111 cmd = *(argv[optind] + 1); in getopt()
117 rv = *(argv[optind] + 1); in getopt()
119 if (*(argv[optind] + 2) != '\0') { in getopt()
120 optarg = argv[optind] + 2; in getopt()
121 optind += 1; in getopt()
123 optarg = argv[optind + 1]; in getopt()
124 optind += 2; in getopt()
131 optind += 1; in getopt()
/device/linaro/bootloader/arm-trusted-firmware/tools/fip_create/
Dfip_create.c521 optind = 1; in get_filename()
536 if (optind + 1 == argc) in get_filename()
537 filename = argv[optind]; in get_filename()
554 optind = 1; in parse_cmdline()
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/test/
Dmm_jpeg_test.c494 for (idx = optind - 1; idx < argc; idx++) { in mm_jpeg_test_get_input()
500 optind = idx -1; in mm_jpeg_test_get_input()
504 for (idx = optind - 1; idx < argc; idx++) { in mm_jpeg_test_get_input()
510 optind = idx -1; in mm_jpeg_test_get_input()
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/test/
Dmm_jpeg_test.c494 for (idx = optind - 1; idx < argc; idx++) { in mm_jpeg_test_get_input()
500 optind = idx -1; in mm_jpeg_test_get_input()
504 for (idx = optind - 1; idx < argc; idx++) { in mm_jpeg_test_get_input()
510 optind = idx -1; in mm_jpeg_test_get_input()
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
Dmm_jpeg_test.c562 for (idx = optind - 1; idx < argc; idx++) { in mm_jpeg_test_get_input()
568 optind = idx -1; in mm_jpeg_test_get_input()
572 for (idx = optind - 1; idx < argc; idx++) { in mm_jpeg_test_get_input()
578 optind = idx -1; in mm_jpeg_test_get_input()
/device/linaro/bootloader/edk2/StdLib/Include/
Dunistd.h42 extern int optind;
/device/google/contexthub/contexthubhal/test/
Dmain.cpp255 for (int i = optind; i < argc; ++i) { in main()
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
DOrderedCollectionTest.c500 if (optind != ArgC) { in SetupInputOutput()