Searched refs:getopt_long (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-a-latest/tools/fiptool/ |
D | win_posix.h | 170 int getopt_long(int argc,
|
D | win_posix.c | 243 int getopt_long(int argc, in getopt_long() function
|
D | fiptool.c | 718 c = getopt_long(argc, argv, "b:", opts, &opt_index); in create_cmd() 823 c = getopt_long(argc, argv, "b:o:", opts, &opt_index); in update_cmd() 940 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); in unpack_cmd() 1084 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); in remove_cmd() 1257 c = getopt_long(argc, argv, "+v", opts, &opt_index); in main()
|
/trusted-firmware-a-latest/tools/encrypt_fw/src/ |
D | main.c | 159 c = getopt_long(argc, argv, "a:f:hi:k:n:o:", cmd_opt, &opt_idx); in main()
|
/trusted-firmware-a-latest/tools/cert_create/src/ |
D | main.c | 350 c = getopt_long(argc, argv, "a:b:hknps:", cmd_opt, &opt_idx); in main()
|