Home
last modified time | relevance | path

Searched refs:short_options (Results 1 – 3 of 3) sorted by relevance

/system/libufdt/utils/src/
Dmkdtimg_cfg_create.c34 static const char short_options[] = "d:"; variable
182 int c = getopt_long(argc, argv, short_options, options, NULL); in handle_command_cfg_create()
Dmkdtimg_dump.c34 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/
Dufdt_gen_test_dts.c52 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()