Home
last modified time | relevance | path

Searched refs:getopt_long (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-a-latest/tools/fiptool/
Dwin_posix.h170 int getopt_long(int argc,
Dwin_posix.c243 int getopt_long(int argc, in getopt_long() function
Dfiptool.c718 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/
Dmain.c159 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/
Dmain.c350 c = getopt_long(argc, argv, "a:b:hknps:", cmd_opt, &opt_idx); in main()