Home
last modified time | relevance | path

Searched refs:required_argument (Results 1 – 8 of 8) sorted by relevance

/tf-a-ffa_el3_spmc/tools/encrypt_fw/src/
A Dmain.c65 (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 Dfiptool.c686 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 Dwin_posix.h64 required_argument, /* value must be specified. */ enumerator
A Dwin_posix.c203 case required_argument: in getopt_1long()
/tf-a-ffa_el3_spmc/tools/cert_create/src/
A Dmain.c129 (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 Dkey.c214 cmd_opt.long_opt.has_arg = required_argument; in key_init()
A Dcert.c251 cmd_opt.long_opt.has_arg = required_argument; in cert_init()
A Dext.c83 cmd_opt.long_opt.has_arg = required_argument;

Completed in 10 milliseconds