Searched refs:getopt_long (Results 1 – 5 of 5) sorted by relevance
| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | win_posix.h | 170 int getopt_long(int argc,
|
| H A D | win_posix.c | 243 int getopt_long(int argc, in getopt_long() function
|
| H A D | fiptool.c | 719 c = getopt_long(argc, argv, "b:", opts, &opt_index); in create_cmd() 824 c = getopt_long(argc, argv, "b:o:", opts, &opt_index); in update_cmd() 941 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); in unpack_cmd() 1085 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); in remove_cmd() 1258 c = getopt_long(argc, argv, "+v", opts, &opt_index); in main()
|
| /rk3399_ARM-atf/tools/encrypt_fw/src/ |
| H A D | main.c | 161 c = getopt_long(argc, argv, "a:f:hi:k:n:o:", cmd_opt, &opt_idx); in main()
|
| /rk3399_ARM-atf/tools/cert_create/src/ |
| H A D | main.c | 346 c = getopt_long(argc, argv, "a:b:hknps:", cmd_opt, &opt_idx); in main()
|