Searched defs:shortopts (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython2/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
|
/external/python/cpython3/Lib/ |
D | getopt.py | 56 def getopt(args, shortopts, longopts = []): argument 99 def gnu_getopt(args, shortopts, longopts = []): argument 192 def do_shorts(opts, optstring, shortopts, args): argument 207 def short_has_arg(opt, shortopts): argument
|
/external/perfetto/src/base/ |
D | getopt_compat.cc | 58 bool ParseOpts(const char* shortopts, in ParseOpts() 98 const char* shortopts, in getopt_long() 228 int getopt(int argc, char** argv, const char* shortopts) { in getopt()
|
/external/arm-trusted-firmware/tools/fiptool/ |
D | win_posix.c | 245 const char *shortopts, in getopt_long() 283 const char *shortopts, in getopt_long_only()
|
/external/libkmsxx/kms++util/src/ |
D | opts.cpp | 54 string shortopts = ":"; in parse() local
|
/external/mesa3d/src/freedreno/computerator/ |
D | main.c | 99 static const char *shortopts = "df:g:hp:"; variable
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_cmdline.c | 267 static const char *shortopts = "g:hv"; variable
|