Lines Matching refs:long_options

525         static const struct option long_options[] = {  in img_create()  local
531 long_options, NULL); in img_create()
740 static const struct option long_options[] = { in img_check() local
751 long_options, &option_index); in img_check()
969 static const struct option long_options[] = { in img_commit() local
976 long_options, NULL); in img_commit()
1381 static const struct option long_options[] = { in img_compare() local
1389 long_options, NULL); in img_compare()
2268 static const struct option long_options[] = { in img_convert() local
2281 long_options, NULL); in img_convert()
3016 static const struct option long_options[] = { in img_info() local
3027 long_options, &option_index); in img_info()
3246 static const struct option long_options[] = { in img_map() local
3258 long_options, &option_index); in img_map()
3393 static const struct option long_options[] = { in img_snapshot() local
3401 long_options, NULL); in img_snapshot()
3563 static const struct option long_options[] = { in img_rebase() local
3572 long_options, NULL); in img_rebase()
4066 static const struct option long_options[] = { in img_resize() local
4075 long_options, NULL); in img_resize()
4258 static const struct option long_options[] = { in img_amend() local
4266 long_options, NULL); in img_amend()
4530 static const struct option long_options[] = { in img_bench() local
4539 c = getopt_long(argc, argv, ":hc:d:f:ni:o:qs:S:t:wU", long_options, in img_bench()
4794 static const struct option long_options[] = { in img_bitmap() local
4809 c = getopt_long(argc, argv, ":b:f:F:g:h", long_options, NULL); in img_bitmap()
5116 const struct option long_options[] = { in img_dd() local
5124 while ((c = getopt_long(argc, argv, ":hf:O:U", long_options, NULL))) { in img_dd()
5344 static const struct option long_options[] = { in img_measure() local
5374 long_options, NULL)) != -1) { in img_measure()
5547 static const struct option long_options[] = { in main() local
5576 while ((c = getopt_long(argc, argv, "+:hVT:", long_options, NULL)) != -1) { in main()