Searched refs:long_opts (Results 1 - 25 of 28) sorted by last modified time

12

/external/lldb/test/unittest2/
H A Dmain.py120 long_opts = ['help', 'verbose', 'quiet', 'failfast', 'catch', 'buffer']
122 options, args = getopt.getopt(argv[1:], 'hHvqfcb', long_opts)
/external/libnl/src/cls/
H A Dbasic.c34 static struct option long_opts[] = { local
41 c = getopt_long(argc, argv, "he:c:", long_opts, &optidx);
H A Dcgroup.c32 static struct option long_opts[] = { local
39 c = getopt_long(argc, argv, "he:c:", long_opts, &optidx);
/external/libnl/src/
H A Dgenl-ctrl-list.c48 static struct option long_opts[] = { local
55 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);
H A Dnf-ct-list.c77 static struct option long_opts[] = { local
99 c = getopt_long(argc, argv, "46f:hvi:p:F:", long_opts, &optidx);
H A Dnl-addr-add.c71 static struct option long_opts[] = { local
88 c = getopt_long(argc, argv, "qhva:d:", long_opts, &optidx);
H A Dnl-addr-delete.c94 static struct option long_opts[] = { local
112 c = getopt_long(argc, argv, "iqhva:d:", long_opts, &optidx);
H A Dnl-addr-list.c143 static struct option long_opts[] = { local
161 c = getopt_long(argc, argv, "46hva:d:", long_opts, &optidx);
H A Dnl-cls-add.c61 static struct option long_opts[] = { local
73 c = getopt_long(argc, argv, "+qhva:d:", long_opts, &optidx);
H A Dnl-cls-delete.c83 static struct option long_opts[] = { local
97 c = getopt_long(argc, argv, "iqhvd:p:", long_opts, &optidx);
H A Dnl-cls-list.c78 static struct option long_opts[] = { local
90 c = getopt_long(argc, argv, "+f:qhva:d:", long_opts, &optidx);
H A Dnl-fib-lookup.c41 static struct option long_opts[] = { local
51 c = getopt_long(argc, argv, "t:f:s:T:h", long_opts, &idx);
H A Dnl-link-list.c73 static struct option long_opts[] = { local
86 c = getopt_long(argc, argv, "f:hvn:i:", long_opts, &optidx);
H A Dnl-link-set.c88 static struct option long_opts[] = { local
101 c = getopt_long(argc, argv, "qhvn:i:", long_opts, &optidx);
H A Dnl-link-stats.c92 static struct option long_opts[] = { local
101 c = getopt_long(argc, argv, "lhvn:i:", long_opts, &optidx);
H A Dnl-neigh-add.c67 static struct option long_opts[] = { local
80 c = getopt_long(argc, argv, "qhva:l:d:", long_opts, &optidx);
H A Dnl-neigh-delete.c84 static struct option long_opts[] = { local
98 c = getopt_long(argc, argv, "qhva:l:d:", long_opts, &optidx);
H A Dnl-neigh-list.c58 static struct option long_opts[] = { local
70 c = getopt_long(argc, argv, "f:hva:l:d:", long_opts, &optidx);
H A Dnl-neightbl-list.c45 static struct option long_opts[] = { local
52 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);
H A Dnl-qdisc-delete.c80 static struct option long_opts[] = { local
93 c = getopt_long(argc, argv, "iqhvd:p:H:k:", long_opts, &optidx);
H A Dnl-qdisc-list.c58 static struct option long_opts[] = { local
71 long_opts, &optidx);
H A Dnl-route-add.c81 static struct option long_opts[] = { local
100 c = getopt_long(argc, argv, "qhvd:n:t:", long_opts, &optidx);
H A Dnl-route-delete.c110 static struct option long_opts[] = { local
131 c = getopt_long(argc, argv, "iqhvd:n:t:", long_opts, &optidx);
H A Dnl-route-list.c79 static struct option long_opts[] = { local
99 c = getopt_long(argc, argv, "cf:hvd:n:t:", long_opts, &optidx);
H A Dnl-rule-list.c54 static struct option long_opts[] = { local
62 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);

Completed in 115 milliseconds

12