Searched refs:required_argument (Results 1 – 8 of 8) sorted by relevance
/tf-a-ffa_el3_spmc/tools/encrypt_fw/src/ |
A D | main.c | 65 (opt->has_arg == required_argument) ? "<arg>" : ""); in print_help() 108 { "fw-enc-status", required_argument, NULL, 'f' }, 112 { "key-alg", required_argument, NULL, 'a' }, 116 { "key", required_argument, NULL, 'k' }, 120 { "nonce", required_argument, NULL, 'n' }, 124 { "in", required_argument, NULL, 'i' }, 128 { "out", required_argument, NULL, 'o' },
|
/tf-a-ffa_el3_spmc/tools/fiptool/ |
A D | fiptool.c | 686 opts = fill_common_opts(opts, &nr_opts, required_argument); in create_cmd() 687 opts = add_opt(opts, &nr_opts, "plat-toc-flags", required_argument, in create_cmd() 690 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in create_cmd() 790 opts = fill_common_opts(opts, &nr_opts, required_argument); in update_cmd() 792 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in update_cmd() 793 opts = add_opt(opts, &nr_opts, "out", required_argument, 'o'); in update_cmd() 909 opts = fill_common_opts(opts, &nr_opts, required_argument); in unpack_cmd() 910 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in unpack_cmd() 912 opts = add_opt(opts, &nr_opts, "out", required_argument, 'o'); in unpack_cmd() 1054 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in remove_cmd() [all …]
|
A D | win_posix.h | 64 required_argument, /* value must be specified. */ enumerator
|
A D | win_posix.c | 203 case required_argument: in getopt_1long()
|
/tf-a-ffa_el3_spmc/tools/cert_create/src/ |
A D | main.c | 129 (opt->has_arg == required_argument) ? "<arg>" : ""); in print_help() 269 { "key-alg", required_argument, NULL, 'a' }, 273 { "key-size", required_argument, NULL, 'b' }, 277 { "hash-alg", required_argument, NULL, 's' },
|
A D | key.c | 214 cmd_opt.long_opt.has_arg = required_argument; in key_init()
|
A D | cert.c | 251 cmd_opt.long_opt.has_arg = required_argument; in cert_init()
|
A D | ext.c | 83 cmd_opt.long_opt.has_arg = required_argument;
|
Completed in 9 milliseconds