/third_party/python/Lib/ |
D | getopt.py | 56 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/ |
D | getopt_long.c | 24 …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/ |
D | args.c | 114 struct longopts { struct 115 struct longopts *next; argument 127 struct longopts *longopts; argument
|
/third_party/ninja/src/ |
D | getopt.c | 147 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/ |
D | getopt.c | 46 static const _PyOS_LongOption longopts[] = { variable
|
/third_party/flutter/glfw/deps/ |
D | getopt.c | 159 const struct option* longopts, int* longindex) { in getopt_long()
|
/third_party/harfbuzz/util/ |
D | hb-fc-list.c | 55 const struct option longopts[] = { variable
|
/third_party/flutter/skia/third_party/externals/harfbuzz/util/ |
D | hb-fc-list.c | 55 const struct option longopts[] = { variable
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
D | hb-fc-list.c | 55 const struct option longopts[] = { variable
|
/third_party/ltp/testcases/realtime/perf/latency/ |
D | pthread_cond_many.c | 285 struct option longopts[] = { in main() local
|
/third_party/iptables/iptables/ |
D | xtables-save.c | 128 const char *optstring, const struct option *longopts) in xtables_save_main()
|
/third_party/mesa3d/src/freedreno/computerator/ |
D | main.c | 100 static const struct option longopts[] = { variable
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | cmdline.c | 262 static struct option longopts[] = { in main() local
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_cmdline.c | 267 static const struct option longopts[] = { variable
|
/third_party/libusb/msvc/getopt/ |
D | getopt.c | 511 _getopt_internal (argc, argv, optstring, longopts, longind, long_only) in _getopt_internal() argument
|
/third_party/ltp/testcases/realtime/lib/ |
D | librttest.c | 105 int rt_init_long(const char *options, const struct option *longopts, in rt_init_long()
|