Searched refs:getopt_long (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-a/tools/fiptool/ |
A D | win_posix.h | 170 int getopt_long(int argc,
|
A D | win_posix.c | 243 int getopt_long(int argc, in getopt_long() function
|
A D | fiptool.c | 696 c = getopt_long(argc, argv, "b:", opts, &opt_index); in create_cmd() 801 c = getopt_long(argc, argv, "b:o:", opts, &opt_index); in update_cmd() 918 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); in unpack_cmd() 1062 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); in remove_cmd() 1235 c = getopt_long(argc, argv, "+v", opts, &opt_index); in main()
|
/trusted-firmware-a/tools/encrypt_fw/src/ |
A D | main.c | 159 c = getopt_long(argc, argv, "a:f:hi:k:n:o:", cmd_opt, &opt_idx); in main()
|
/trusted-firmware-a/tools/cert_create/src/ |
A D | main.c | 347 c = getopt_long(argc, argv, "a:b:hknps:", cmd_opt, &opt_idx); in main()
|
Completed in 9 milliseconds