Searched refs:list_opts (Results 1 – 2 of 2) sorted by relevance
214 char *list_opts = NULL; in main() local305 if (list_opts != NULL) { in main()310 list_opts = optarg; in main()357 if (action != CFGA_OP_LIST && (list_opts != NULL || dyn_exp)) { in main()520 if (list_opts != NULL && !extract_list_suboptions(list_opts, in main()
128 static const struct option list_opts[] = { variable254 while ((opt = getopt_clip(argc, argv, "lv", list_opts, NULL)) != -1) { in cmd_list()