Searched refs:g_longoptions (Results 1 – 1 of 1) sorted by relevance
61 struct option g_longoptions[] = { variable75 while ((opt = getopt_long(argc, argv, optstring.data(), g_longoptions, nullptr)) != -1) { in GetParam()