Searched refs:no_argument (Results 1 – 5 of 5) sorted by relevance
/tf-a-ffa_el3_spmc/tools/fiptool/ |
A D | win_posix.h | 63 no_argument, /* No argument value required */ enumerator
|
A D | win_posix.c | 218 case no_argument: in getopt_1long()
|
A D | fiptool.c | 911 opts = add_opt(opts, &nr_opts, "force", no_argument, 'f'); in unpack_cmd() 1052 opts = fill_common_opts(opts, &nr_opts, no_argument); in remove_cmd() 1055 opts = add_opt(opts, &nr_opts, "force", no_argument, 'f'); in remove_cmd() 1227 { "verbose", no_argument, NULL, 'v' }, in main() 1228 { NULL, no_argument, NULL, 0 } in main()
|
/tf-a-ffa_el3_spmc/tools/cert_create/src/ |
A D | main.c | 265 { "help", no_argument, NULL, 'h' }, 281 { "save-keys", no_argument, NULL, 'k' }, 285 { "new-keys", no_argument, NULL, 'n' }, 289 { "print-cert", no_argument, NULL, 'p' },
|
/tf-a-ffa_el3_spmc/tools/encrypt_fw/src/ |
A D | main.c | 104 { "help", no_argument, NULL, 'h' },
|
Completed in 9 milliseconds