Home
last modified time | relevance | path

Searched refs:getopt_long (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/external/perfetto/src/base/
Dgetopt_compat_unittest.cc46 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 …]
Dgetopt_compat.cc93 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/
Dgetopt.h40 constexpr auto getopt_long = ::perfetto::base::getopt_compat::getopt_long; variable
Dgetopt_compat.h57 int getopt_long(int argc,
/external/e2fsprogs/include/nonunix/
Dgetopt.h112 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
125 extern int getopt_long ();
/external/libusb/msvc/getopt/
Dgetopt.h151 extern int getopt_long (int __argc, char *const *__argv, const char *__shortopts,
166 extern int getopt_long ();
Dgetopt1.c67 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/
Dhtb.c48 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()
Dhfsc.c46 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()
Dblackhole.c37 c = getopt_long(argc, argv, "h", long_opts, &optidx); in blackhole_parse_argv()
Dingress.c38 c = getopt_long(argc, argv, "h", long_opts, &optidx); in ingress_parse_argv()
Dpfifo.c46 c = getopt_long(argc, argv, "h", long_opts, &optidx); in pfifo_parse_argv()
Dbfifo.c46 c = getopt_long(argc, argv, "h", long_opts, &optidx); in bfifo_parse_argv()
/external/tcpdump/
DMakefile.in267 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
Dgetopt_long.h58 int getopt_long(int, char * const *, const char *,
/external/libevent/WIN32-Code/
Dgetopt.h27 int getopt_long(int, char**, const char*, const struct option*, int*);
/external/libwebsockets/win32port/win32helpers/
Dgetopt.h27 int getopt_long(int, char**, char*, struct option*, int*);
/external/mesa3d/src/getopt/
DSConscript12 source = ['getopt_long.c'],
Dgetopt.h61 int getopt_long(int, char * const *, const char *,
/external/openssh/openbsd-compat/
Dgetopt.h57 int getopt_long(int, char * const *, const char *,
/external/linux-kselftest/tools/testing/selftests/watchdog/
Dwatchdog-test.c106 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/
DGetOptInc.h54 int getopt_long(int argc, char *const *argv, const char *optstring,
/external/libnl/lib/cli/cls/
Dcgroup.c43 c = getopt_long(argc, argv, "he:", long_opts, &optidx); in parse_argv()
/external/libnl/src/
Dnl-neightbl-list.c55 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx); in main()
/external/libxkbcommon/tools/
Dxkbcli.c91 c = getopt_long(argc, argv, "+hV", opts, &option_index); in main()

12345678910>>...12