Searched defs:shortopts (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | getopt.py | 51 def getopt(args, shortopts, longopts = []): argument 94 def gnu_getopt(args, shortopts, longopts = []): argument 187 def do_shorts(opts, optstring, shortopts, args): argument 202 def short_has_arg(opt, shortopts): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | getopt.py | 51 def getopt(args, shortopts, longopts = []): argument 94 def gnu_getopt(args, shortopts, longopts = []): argument 187 def do_shorts(opts, optstring, shortopts, args): argument 202 def short_has_arg(opt, shortopts): argument
|
/device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/ |
D | win_posix.c | 214 const char *shortopts, in getopt_long() 252 const char *shortopts, in getopt_long_only()
|