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

1 2 3

  /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/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);
pfifo.c 40 static struct option long_opts[] = { local
46 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);
plug.c 61 static struct option long_opts[] = { local
70 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/src/
genl-ctrl-list.c 48 static struct option long_opts[] = { local
56 c = getopt_long(argc, argv, "df:hv", 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);
idiag-socket-details.c 52 static struct option long_opts[] = { local
61 c = getopt_long(argc, argv, "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-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-neigh-add.c 67 static struct option long_opts[] = { local
80 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);
nl-rule-list.c 54 static struct option long_opts[] = { local
62 c = getopt_long(argc, argv, "f:hv", 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-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-link-set.c 92 static struct option long_opts[] = { local
107 c = getopt_long(argc, argv, "qhvn:i:", long_opts, &optidx);
  /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) &&
  /external/selinux/secilc/
secil2conf.c 74 static struct option long_opts[] = { local
85 opt_char = getopt_long(argc, argv, "o:hvM:P", long_opts, &opt_index);
  /test/vts/drivers/hal/replayer/
VtsHidlHalReplayerMain.cpp 50 const option long_opts[] = { local
60 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr);
  /test/vts/drivers/hal/server/
VtsHalDriverServerMain.cpp 55 const option long_opts[] = { local
73 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr);

Completed in 9939 milliseconds

1 2 3