HomeSort by relevance Sort by last modified time
    Searched refs:long_opts (Results 26 - 50 of 98) sorted by null

12 3 4

  /external/libnl/src/
nf-ct-add.c 76 static struct option long_opts[] = { local
97 c = getopt_long(argc, argv, "46q:hv:p:F:", long_opts, &optidx);
nf-ct-list.c 77 static struct option long_opts[] = { local
99 c = getopt_long(argc, argv, "46f:hvi:p:F:", long_opts, &optidx);
nf-exp-list.c 79 static struct option long_opts[] = { local
101 c = getopt_long(argc, argv, "46f:hvi:p:F:", long_opts, &optidx);
nl-addr-add.c 71 static struct option long_opts[] = { local
88 c = getopt_long(argc, argv, "qhva:d:", long_opts, &optidx);
nl-addr-delete.c 94 static struct option long_opts[] = { local
112 c = getopt_long(argc, argv, "iqhva:d:", long_opts, &optidx);
nl-cls-list.c 89 static struct option long_opts[] = { local
103 c = getopt_long(argc, argv, "hvd:p:i:k:", long_opts, &optidx);
nl-link-set.c 92 static struct option long_opts[] = { local
107 c = getopt_long(argc, argv, "qhvn:i:", long_opts, &optidx);
nl-qdisc-add.c 79 static struct option long_opts[] = { local
94 long_opts, &optidx);
nl-qdisc-delete.c 88 static struct option long_opts[] = { local
101 c = getopt_long(argc, argv, "qhvd:p:i:k:", long_opts, &optidx);
nl-route-add.c 81 static struct option long_opts[] = { local
100 c = getopt_long(argc, argv, "qhvd:n:t:", long_opts, &optidx);
nl-route-list.c 79 static struct option long_opts[] = { local
99 c = getopt_long(argc, argv, "cf:hvd:n:t:", long_opts, &optidx);
nf-exp-delete.c 92 static struct option long_opts[] = { local
119 c = getopt_long(argc, argv, "46f:hvi:p:F:", long_opts, &optidx);
nl-class-add.c 84 static struct option long_opts[] = { local
101 long_opts, &optidx);
nl-cls-add.c 86 static struct option long_opts[] = { local
105 long_opts, &optidx);
nl-cls-delete.c 109 static struct option long_opts[] = { local
124 c = getopt_long(argc, argv, "qhvd:p:i:k:", long_opts, &optidx);
nl-pktloc-lookup.c 118 static struct option long_opts[] = { local
126 c = getopt_long(argc, argv, "hvl", long_opts, &optidx);
nl-route-delete.c 110 static struct option long_opts[] = { local
131 c = getopt_long(argc, argv, "iqhvd:n:t:", long_opts, &optidx);
  /external/libxcam/tests/
test-binary-kernel.cpp 59 const struct option long_opts [] = { local
68 while ((opt = getopt_long (argc, argv, "", long_opts, NULL)) != -1) {
  /test/vts/agents/hal/
VtsAgentMain.cpp 62 const option long_opts[] = { local
74 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr);
  /test/vts/drivers/hal/replayer/
VtsHidlHalReplayerMain.cpp 73 const option long_opts[] = { local
85 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr);
  /external/libxcam/plugins/smart/dvs/libdvs/
test-image-stabilization.cpp 55 const struct option long_opts[] = { local
67 while ((opt = getopt_long(argc, argv, "", long_opts, NULL)) != -1) {
  /external/selinux/policycoreutils/hll/pp/
pp.c 67 static struct option long_opts[] = { local
84 while ((opt = getopt_long(argc, argv, "h", long_opts, NULL)) != -1) {
  /test/vts/utils/native/testability_checker/
VtsTestabilityCheckerMain.cpp 44 const option long_opts[] = {{"help", no_argument, nullptr, 'h'}, variable
54 int opt = getopt_long(argc, argv, "hcb:", long_opts, nullptr);
  /test/vts/utils/native/trace_processor/
TraceProcessorMain.cpp 110 const option long_opts[] = { local
119 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr);
  /tools/tradefederation/core/python-lib/tradefed_py/
tf_main.py 42 long_opts = ['help', 'verbose', 'quiet', 'failfast', 'catch', 'buffer',
45 options, args = getopt.getopt(argv[1:], 'hHvqfcbs:e:', long_opts)

Completed in 752 milliseconds

12 3 4