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

1 2 3 4

  /external/libnl/lib/cli/qdisc/
blackhole.c 32 static struct option long_opts[] = { local
37 c = getopt_long(argc, argv, "h", long_opts, &optidx);
ingress.c 33 static struct option long_opts[] = { local
38 c = getopt_long(argc, argv, "h", long_opts, &optidx);
bfifo.c 40 static struct option long_opts[] = { local
46 c = getopt_long(argc, argv, "h", long_opts, &optidx);
pfifo.c 40 static struct option long_opts[] = { local
46 c = getopt_long(argc, argv, "h", long_opts, &optidx);
plug.c 61 static struct option long_opts[] = { local
70 c = getopt_long(argc, argv, "h", long_opts, &optidx);
htb.c 41 static struct option long_opts[] = { local
48 c = getopt_long(argc, argv, "hv", long_opts, &optidx);
102 static struct option long_opts[] = { local
113 c = getopt_long(argc, argv, "h", long_opts, &optidx);
fq_codel.c 49 static struct option long_opts[] = { local
59 c = getopt_long(argc, argv, "h", long_opts, &optidx);
  /external/libnl/lib/cli/cls/
cgroup.c 37 static struct option long_opts[] = { local
43 c = getopt_long(argc, argv, "he:", long_opts, &optidx);
basic.c 46 static struct option long_opts[] = { local
53 c = getopt_long(argc, argv, "ht:e:", long_opts, &optidx);
  /external/libnl/src/
genl-ctrl-list.c 48 static struct option long_opts[] = { local
56 c = getopt_long(argc, argv, "df:hv", long_opts, &optidx);
nl-classid-lookup.c 44 static struct option long_opts[] = { local
52 c = getopt_long(argc, argv, "hvr", long_opts, &optidx);
nl-neightbl-list.c 45 static struct option long_opts[] = { local
52 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);
nl-rule-list.c 54 static struct option long_opts[] = { local
62 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);
idiag-socket-details.c 52 static struct option long_opts[] = { local
61 c = getopt_long(argc, argv, "hv", long_opts, &optidx);
nl-class-delete.c 86 static struct option long_opts[] = { local
99 c = getopt_long(argc, argv, "qhvd:p:i:k:", long_opts, &optidx);
nl-class-list.c 83 static struct option long_opts[] = { local
95 c = getopt_long(argc, argv, "hvd:p:i:k:", long_opts, &optidx);
nl-fib-lookup.c 41 static struct option long_opts[] = { local
51 c = getopt_long(argc, argv, "t:f:s:T:h", long_opts, &idx);
nl-link-list.c 60 static struct option long_opts[] = { local
74 c = getopt_long(argc, argv, "hvn:i:", long_opts, &optidx);
nl-link-stats.c 92 static struct option long_opts[] = { local
101 c = getopt_long(argc, argv, "lhvn:i:", long_opts, &optidx);
nl-neigh-add.c 67 static struct option long_opts[] = { local
80 c = getopt_long(argc, argv, "qhva:l:d:", long_opts, &optidx);
nl-neigh-delete.c 84 static struct option long_opts[] = { local
98 c = getopt_long(argc, argv, "qhva:l:d:", long_opts, &optidx);
nl-neigh-list.c 58 static struct option long_opts[] = { local
70 c = getopt_long(argc, argv, "f:hva:l:d:", long_opts, &optidx);
  /external/dtc/
util.c 423 struct option const long_opts[],
439 for (i = 0; long_opts[i].name; ++i) {
441 int l = strlen(long_opts[i].name) + 1;
442 if (long_opts[i].has_arg == a_argument)
448 for (i = 0; long_opts[i].name; ++i) {
453 if (long_opts[i].val > '~')
456 fprintf(fp, " -%c, ", long_opts[i].val);
459 if (long_opts[i].has_arg == no_argument)
460 fprintf(fp, "--%-*s", optlen, long_opts[i].name);
462 fprintf(fp, "--%s %s%*s", long_opts[i].name, a_arg
    [all...]
  /external/vboot_reference/futility/
cmd_dump_kernel_config.c 20 static const struct option long_opts[] = { variable in typeref:struct:option
41 while (((i = getopt_long(argc, argv, ":", long_opts, NULL)) != -1) &&
  /test/vts/drivers/hal/server/
VtsHalDriverServerMain.cpp 58 const option long_opts[] = { local
76 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr);

Completed in 1091 milliseconds

1 2 3 4