Searched refs:short_options (Results 1 – 3 of 3) sorted by relevance
/system/libufdt/utils/src/ |
D | mkdtimg_cfg_create.c | 34 static const char short_options[] = "d:"; variable 182 int c = getopt_long(argc, argv, short_options, options, NULL); in handle_command_cfg_create()
|
D | mkdtimg_dump.c | 34 static const char short_options[] = "o:b:"; variable 260 int c = getopt_long(argc, argv, short_options, options, NULL); in handle_command_dump()
|
/system/libufdt/tests/src/ |
D | ufdt_gen_test_dts.c | 52 static const char short_options[] = "Hpd:u:n:a:w:o:"; variable 160 int c = getopt_long(argc, argv, short_options, long_options, &option_index); in main()
|