Searched refs:option_index (Results 1 – 1 of 1) sorted by relevance
152 int option_index = 0; in ParseOpts() local158 while ((opt = getopt_long(argc, argv, "c:x:i:a:h", g_long_options, &option_index)) != -1) { in ParseOpts()