Home
last modified time | relevance | path

Searched defs:longopts (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Lib/
Dgetopt.py56 def getopt(args, shortopts, longopts = []): argument
99 def gnu_getopt(args, shortopts, longopts = []): argument
149 def do_longs(opts, opt, longopts, args): argument
171 def long_has_args(opt, longopts): argument
/third_party/musl/src/misc/
Dgetopt_long.c24 …topt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *… in __getopt_long()
53 …long_core(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *… in __getopt_long_core()
140 int getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, … in getopt_long()
145 …long_only(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *… in getopt_long_only()
/third_party/toybox/lib/
Dargs.c114 struct longopts { struct
115 struct longopts *next; argument
127 struct longopts *longopts; argument
/third_party/ninja/src/
Dgetopt.c147 GETOPT_LONG_OPTION_T * longopts, int *longind, int only) in getopt_internal()
398 const GETOPT_LONG_OPTION_T * longopts, int *longind) in getopt_long()
405 const GETOPT_LONG_OPTION_T * longopts, int *longind) in getopt_long_only()
/third_party/python/Python/
Dgetopt.c46 static const _PyOS_LongOption longopts[] = { variable
/third_party/flutter/glfw/deps/
Dgetopt.c159 const struct option* longopts, int* longindex) { in getopt_long()
/third_party/harfbuzz/util/
Dhb-fc-list.c55 const struct option longopts[] = { variable
/third_party/flutter/skia/third_party/externals/harfbuzz/util/
Dhb-fc-list.c55 const struct option longopts[] = { variable
/third_party/skia/third_party/externals/harfbuzz/util/
Dhb-fc-list.c55 const struct option longopts[] = { variable
/third_party/ltp/testcases/realtime/perf/latency/
Dpthread_cond_many.c285 struct option longopts[] = { in main() local
/third_party/iptables/iptables/
Dxtables-save.c128 const char *optstring, const struct option *longopts) in xtables_save_main()
/third_party/mesa3d/src/freedreno/computerator/
Dmain.c100 static const struct option longopts[] = { variable
/third_party/mesa3d/src/panfrost/bifrost/
Dcmdline.c262 static struct option longopts[] = { in main() local
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_cmdline.c267 static const struct option longopts[] = { variable
/third_party/libusb/msvc/getopt/
Dgetopt.c511 _getopt_internal (argc, argv, optstring, longopts, longind, long_only) in _getopt_internal() argument
/third_party/ltp/testcases/realtime/lib/
Dlibrttest.c105 int rt_init_long(const char *options, const struct option *longopts, in rt_init_long()