/external/perfetto/src/base/ |
D | getopt_compat_unittest.cc | 46 using GetoptLongFn = decltype(&getopt_compat::getopt_long); 48 GetoptLongFn getopt_long = &getopt_compat::getopt_long; member 57 using GetoptLongFn = decltype(&::getopt_long); 59 GetoptLongFn getopt_long = &::getopt_long; member 230 EXPECT_EQ(t.getopt_long(this->argc, this->argv, sops, lopts, nullptr), -1); in TYPED_TEST() 241 EXPECT_EQ(t.getopt_long(this->argc, this->argv, sops, lopts, nullptr), '?'); in TYPED_TEST() 254 EXPECT_EQ(t.getopt_long(this->argc, this->argv, sops, lopts, nullptr), 2); in TYPED_TEST() 257 EXPECT_EQ(t.getopt_long(this->argc, this->argv, sops, lopts, nullptr), 1); in TYPED_TEST() 260 EXPECT_EQ(t.getopt_long(this->argc, this->argv, sops, lopts, nullptr), -1); in TYPED_TEST() 273 EXPECT_EQ(t.getopt_long(this->argc, this->argv, sops, lopts, nullptr), 2); in TYPED_TEST() [all …]
|
D | getopt_compat.cc | 93 int getopt_long(int argc, in getopt_long() function 218 return getopt_long(argc, argv, shortopts, nullptr, nullptr); in getopt()
|
/external/perfetto/include/perfetto/ext/base/ |
D | getopt.h | 40 constexpr auto getopt_long = ::perfetto::base::getopt_compat::getopt_long; variable
|
D | getopt_compat.h | 57 int getopt_long(int argc,
|
/external/e2fsprogs/include/nonunix/ |
D | getopt.h | 112 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 125 extern int getopt_long ();
|
/external/libusb/msvc/getopt/ |
D | getopt.h | 151 extern int getopt_long (int __argc, char *const *__argv, const char *__shortopts, 166 extern int getopt_long ();
|
D | getopt1.c | 67 getopt_long (argc, argv, options, long_options, opt_index) in getopt_long() function 123 c = getopt_long (argc, argv, "abc:d:0123456789",
|
/external/libnl/lib/cli/qdisc/ |
D | htb.c | 48 c = getopt_long(argc, argv, "hv", long_opts, &optidx); in htb_parse_qdisc_argv() 113 c = getopt_long(argc, argv, "h", long_opts, &optidx); in htb_parse_class_argv()
|
D | hfsc.c | 46 c = getopt_long(argc, argv, "hv", long_opts, &optidx); in hfsc_parse_qdisc_argv() 168 c = getopt_long(argc, argv, "h", long_opts, &optidx); in hfsc_parse_class_argv()
|
D | blackhole.c | 37 c = getopt_long(argc, argv, "h", long_opts, &optidx); in blackhole_parse_argv()
|
D | ingress.c | 38 c = getopt_long(argc, argv, "h", long_opts, &optidx); in ingress_parse_argv()
|
D | pfifo.c | 46 c = getopt_long(argc, argv, "h", long_opts, &optidx); in pfifo_parse_argv()
|
D | bfifo.c | 46 c = getopt_long(argc, argv, "h", long_opts, &optidx); in bfifo_parse_argv()
|
/external/tcpdump/ |
D | Makefile.in | 267 getopt_long.h \ 346 missing/getopt_long.c \ 386 getopt_long.o: $(srcdir)/missing/getopt_long.c 387 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/getopt_long.c
|
D | getopt_long.h | 58 int getopt_long(int, char * const *, const char *,
|
/external/libevent/WIN32-Code/ |
D | getopt.h | 27 int getopt_long(int, char**, const char*, const struct option*, int*);
|
/external/libwebsockets/win32port/win32helpers/ |
D | getopt.h | 27 int getopt_long(int, char**, char*, struct option*, int*);
|
/external/mesa3d/src/getopt/ |
D | SConscript | 12 source = ['getopt_long.c'],
|
D | getopt.h | 61 int getopt_long(int, char * const *, const char *,
|
/external/openssh/openbsd-compat/ |
D | getopt.h | 57 int getopt_long(int, char * const *, const char *,
|
/external/linux-kselftest/tools/testing/selftests/watchdog/ |
D | watchdog-test.c | 106 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main() 136 while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) { in main()
|
/external/llvm-project/lldb/include/lldb/Host/common/ |
D | GetOptInc.h | 54 int getopt_long(int argc, char *const *argv, const char *optstring,
|
/external/libnl/lib/cli/cls/ |
D | cgroup.c | 43 c = getopt_long(argc, argv, "he:", long_opts, &optidx); in parse_argv()
|
/external/libnl/src/ |
D | nl-neightbl-list.c | 55 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx); in main()
|
/external/libxkbcommon/tools/ |
D | xkbcli.c | 91 c = getopt_long(argc, argv, "+hV", opts, &option_index); in main()
|