HomeSort by relevance Sort by last modified time
    Searched refs:getopt_long (Results 176 - 200 of 305) sorted by null

1 2 3 4 5 6 78 91011>>

  /build/make/tools/makeparallel/
makeparallel.cpp 122 int c = getopt_long(getopt_argv.size(), getopt_argv.data(), "kj",
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
main.c 293 /* getopt_long stores the option index here. */
294 c = getopt_long(argc, argv, "a:hknp", cmd_opt, &opt_idx);
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_unittest.cc 322 int32_t c = getopt_long(argc, argv, short_options, long_options, &index);
326 case 0: // getopt_long() flag.
  /external/autotest/client/tests/signaltest/src/
signaltest.c 246 int c = getopt_long (argc, argv, "b:fl:p:qt:v",
  /external/f2fs-tools/tools/sg_write_buffer/
sg_write_buffer.c 217 c = getopt_long(argc, argv, "b:dhi:I:l:m:o:rs:S:t:vV", long_options,
  /external/iproute2/misc/
lnstat.c 267 while ((c = getopt_long(argc, argv, "Vc:djpf:h?i:k:s:w:",
  /external/iproute2/tc/
m_xt.c 182 c = getopt_long(argc, argv, "j:", tmp_tcipt_globals.opts, NULL);
m_xt_old.c 241 c = getopt_long(argc, argv, "j:", opts, NULL);
  /external/iptables/iptables/
ip6tables-restore.c 216 while ((c = getopt_long(argc, argv, "bcvthnwWM:T:", options, NULL)) != -1) {
iptables-restore.c 215 while ((c = getopt_long(argc, argv, "bcvthnwWM:T:", options, NULL)) != -1) {
xtables-restore.c 472 while ((c = getopt_long(argc, argv, "bcvthnM:T:46", options, NULL)) != -1) {
  /external/kmod/tools/
modinfo.c 372 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx);
413 ERR("unexpected getopt_long() value '%c'.\n", c);
  /external/libxcam/tests/
test-pipe-manager.cpp 240 while ((opt = getopt_long (argc, argv, short_opts, long_opts, NULL)) != -1) {
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
rxtimestamp.c 333 while ((opt = getopt_long(argc, argv, "", long_options,
  /external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
context_switch.c 419 c = getopt_long(argc, argv, "", options, &option_index);
  /external/mesa3d/src/getopt/
getopt_long.c 1 /* $OpenBSD: getopt_long.c,v 1.24 2010/07/22 19:31:53 blambert Exp $ */
2 /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
488 * getopt_long --
492 getopt_long(int nargc, char * const *nargv, const char *options, function
  /external/perfetto/src/perfetto_cmd/
perfetto_cmd.cc 119 getopt_long(argc, argv, "c:o:bd::n", long_options, &option_index);
  /external/tcpdump/missing/
getopt_long.c 1 /* $OpenBSD: getopt_long.c,v 1.22 2006/10/04 21:29:04 jmc Exp $ */
2 /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
54 #include "getopt_long.h"
589 * getopt_long --
593 getopt_long(int nargc, char * const *nargv, const char *options, function
  /system/core/libziparchive/
unzip.cpp 282 while ((opt = getopt_long(argc, argv, "-d:hlnopqvx", opts, nullptr)) != -1) {
  /system/extras/verity/
build_verity_tree.cpp 145 int c = getopt_long(argc, argv, "a:A:hSs:v", long_options, NULL);
  /system/extras/verity/fec/
main.cpp 296 int c = getopt_long(argc, argv, "hedSr:ij:s:E:V:p:v", long_options, NULL);
  /system/libvintf/
check_vintf.cpp 181 int c = getopt_long(argc, argv, "hcD:", longopts.data(), &optionIndex);
  /system/sepolicy/tools/sepolicy-analyze/
typecmp.c 276 while ((ch = getopt_long(argc, argv, "de", typecmp_options, NULL)) != -1) {
  /toolchain/binutils/binutils-2.27/binutils/
addr2line.c 448 while ((c = getopt_long (argc, argv, "ab:Ce:sfHhij:pVv", long_options, (int *) 0))
coffdump.c 507 while ((opt = getopt_long (ac, av, "HhVv", long_options,

Completed in 1452 milliseconds

1 2 3 4 5 6 78 91011>>