Searched refs:required_argument (Results 1 – 8 of 8) sorted by relevance
| /rk3399_ARM-atf/tools/encrypt_fw/src/ |
| H A D | main.c | 67 (opt->has_arg == required_argument) ? "<arg>" : ""); in print_help() 110 { "fw-enc-status", required_argument, NULL, 'f' }, 114 { "key-alg", required_argument, NULL, 'a' }, 118 { "key", required_argument, NULL, 'k' }, 122 { "nonce", required_argument, NULL, 'n' }, 126 { "in", required_argument, NULL, 'i' }, 130 { "out", required_argument, NULL, 'o' },
|
| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | fiptool.c | 709 opts = fill_common_opts(opts, &nr_opts, required_argument); in create_cmd() 710 opts = add_opt(opts, &nr_opts, "plat-toc-flags", required_argument, in create_cmd() 712 opts = add_opt(opts, &nr_opts, "align", required_argument, OPT_ALIGN); in create_cmd() 713 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in create_cmd() 813 opts = fill_common_opts(opts, &nr_opts, required_argument); in update_cmd() 814 opts = add_opt(opts, &nr_opts, "align", required_argument, OPT_ALIGN); in update_cmd() 815 opts = add_opt(opts, &nr_opts, "blob", required_argument, 'b'); in update_cmd() 816 opts = add_opt(opts, &nr_opts, "out", required_argument, 'o'); in update_cmd() 817 opts = add_opt(opts, &nr_opts, "plat-toc-flags", required_argument, in update_cmd() 932 opts = fill_common_opts(opts, &nr_opts, required_argument); in unpack_cmd() [all …]
|
| H A D | win_posix.h | 64 required_argument, /* value must be specified. */ enumerator
|
| H A D | win_posix.c | 203 case required_argument: in getopt_1long()
|
| /rk3399_ARM-atf/tools/cert_create/src/ |
| H A D | main.c | 123 (opt->has_arg == required_argument) ? "<arg>" : ""); in print_help() 263 { "key-alg", required_argument, NULL, 'a' }, 272 { "key-size", required_argument, NULL, 'b' }, 276 { "hash-alg", required_argument, NULL, 's' },
|
| H A D | ext.c | 83 cmd_opt.long_opt.has_arg = required_argument;
|
| H A D | cert.c | 254 cmd_opt.long_opt.has_arg = required_argument; in cert_init()
|
| H A D | key.c | 341 cmd_opt.long_opt.has_arg = required_argument; in key_init()
|