Searched refs:getopt_long (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/ |
D | win_posix.h | 169 int getopt_long(int argc,
|
D | win_posix.c | 212 int getopt_long(int argc, in getopt_long() function
|
D | fiptool.c | 665 c = getopt_long(argc, argv, "b:", opts, &opt_index); in create_cmd() 764 c = getopt_long(argc, argv, "b:o:", opts, &opt_index); in update_cmd() 875 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); in unpack_cmd() 1013 c = getopt_long(argc, argv, "b:fo:", opts, &opt_index); in remove_cmd() 1180 c = getopt_long(argc, argv, "+v", opts, &opt_index); in main()
|
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/ |
D | main.c | 294 c = getopt_long(argc, argv, "a:hknp", cmd_opt, &opt_idx); in main()
|
/device/google/contexthub/util/nanotool/ |
D | nanotool.cpp | 311 int c = getopt_long(argc, argv, "x:s:c:f:v::li:", long_opts, &index); in ParseArgs()
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
D | namespace.h | 303 #define getopt_long _getopt_long
|