Home
last modified time | relevance | path

Searched defs:shortopts (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/
Dgetopt.py51 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/
Dgetopt.py56 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/
Dgetopt_compat.cc58 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/
Dwin_posix.c245 const char *shortopts, in getopt_long()
283 const char *shortopts, in getopt_long_only()
/external/libkmsxx/kms++util/src/
Dopts.cpp54 string shortopts = ":"; in parse() local
/external/mesa3d/src/freedreno/computerator/
Dmain.c99 static const char *shortopts = "df:g:hp:"; variable
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c267 static const char *shortopts = "g:hv"; variable