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

1 2 3 4

  /external/iproute2/tipc/
tipc.c 54 struct option long_options[] = { local
72 i = getopt_long(argc, argv, "h", long_options, &option_index);
  /external/syslinux/libinstaller/
syslxopt.c 50 const struct option long_options[] = { variable in typeref:struct:option
141 long_options, NULL)) != EOF) {
  /test/vts-testcase/fuzz/func_fuzzer/utils/
FuncFuzzerUtils.cpp 41 static struct option long_options[] = { member in namespace:android::vts
51 while ((opt = getopt_long_only(argc, argv, "", long_options, &index)) != -1) {
  /external/bison/lib/
getopt1.c 42 const struct option *long_options, int *opt_index)
44 return _getopt_internal (argc, (char **) argv, options, long_options,
50 const struct option *long_options, int *opt_index,
53 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
65 const struct option *long_options, int *opt_index)
67 return _getopt_internal (argc, (char **) argv, options, long_options,
73 const struct option *long_options, int *opt_index,
76 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
96 static const struct option long_options[] =
108 long_options, &option_index)
94 static const struct option long_options[] = local
    [all...]
  /external/gptfdisk/
android_popt.cc 32 struct option *long_options = (struct option *) local
35 long_options[i].name = options[i].longName;
36 long_options[i].flag = 0;
42 long_options[i].val = options[i].val;
46 long_options[i].has_arg = no_argument;
54 long_options[i].has_arg = required_argument;
66 con->long_options = long_options;
71 free(con->long_options);
97 con->long_options, &i)
    [all...]
popt.h 51 struct option *long_options; member in struct:_poptContext
  /external/libmtp/examples/
connect.c 112 static struct option long_options[] = { local
121 int c = getopt_long (argc, argv, "d:f:g:n:t:", long_options, &option_index);
  /external/libusb/examples/getopt/
getopt1.c 68 getopt_long (argc, argv, options, long_options, opt_index)
72 const struct option *long_options;
75 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
84 getopt_long_only (argc, argv, options, long_options, opt_index)
88 const struct option *long_options;
91 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
114 static struct option long_options[] =
126 long_options, &option_index);
133 printf ("option %s", long_options[option_index].name);
112 static struct option long_options[] = local
  /system/core/storaged/
main.cpp 76 static struct option long_options[] = { local
82 opt = getopt_long(argc, argv, ":skdhu0", long_options, &opt_idx);
  /test/vts-testcase/security/poc/target/
poc_test.cpp 33 static struct option long_options[] = { variable in typeref:struct:option
84 while ((opt = getopt_long_only(argc, argv, "", long_options, &index)) != -1) {
  /toolchain/binutils/binutils-2.25/libiberty/
getopt1.c 71 const struct option *long_options, int *opt_index)
73 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
83 const struct option *long_options, int *opt_index)
85 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
106 static struct option long_options[] =
118 long_options, &option_index);
125 printf ("option %s", long_options[option_index].name);
104 static struct option long_options[] = local
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_test.cc 31 long_options[] = { variable in typeref:struct:option
60 int32_t c = getopt_long(argc, argv, short_options, long_options, &index);
media_v4l2_unittest.cc 245 static const struct option long_options[] = { variable in typeref:struct:option
258 int32_t c = getopt_long(argc, argv, short_options, long_options, &index);
  /external/rootdev/
main.c 57 static const struct option long_options[] = { local
70 c = getopt_long_only(argc, argv, "", long_options, &option_index);
  /toolchain/binutils/binutils-2.25/binutils/
cxxfilt.c 35 static const struct option long_options[] = variable in typeref:struct:option
182 while ((c = getopt_long (argc, argv, "_hinps:tv", long_options, (int *) 0)) != EOF)
coffdump.c 483 static struct option long_options[] = local
504 while ((opt = getopt_long (ac, av, "HhVv", long_options,
  /external/libmicrohttpd/src/examples/
mhd2spdy.c 260 struct option long_options[] = { local
271 getopt_ret = getopt_long( argc, argv, "p:b:vos", long_options, &option_index);
  /external/rmi4utils/f54test/
main.cpp 106 static struct option long_options[] = { local
120 while ((opt = getopt_long(argc, argv, F54TEST_GETOPTS, long_options, &index)) != -1) {
  /external/rmi4utils/rmi4update/
main.cpp 108 static struct option long_options[] = { local
122 while ((opt = getopt_long(argc, argv, RMI4UPDATE_GETOPTS, long_options, &index)) != -1) {
  /frameworks/native/libs/vr/libpdx_default_transport/
servicetool.cpp 36 static struct option long_options[] = { member in namespace:__anon39492
216 getopt_long(argc, argv, "", long_options, &option_index)) != -1) {
217 option = long_options[option_index].name;
  /system/extras/tests/suspend_stress/
suspend_stress.cpp 57 const static struct option long_options[] = { local
62 int c = getopt_long(argc, argv, "ac:t:", long_options, NULL);
  /system/libufdt/tests/src/
ufdt_gen_test_dts.c 53 static struct option long_options[] = { variable in typeref:struct:option
160 int c = getopt_long(argc, argv, short_options, long_options, &option_index);
  /external/ltp/testcases/kernel/io/writetest/
writetest.c 179 static struct option long_options[] = { local
187 c = getopt_long(argc, argv, "hvb:o:s:", long_options,
  /external/rmi4utils/rmihidtool/
main.cpp 208 static struct option long_options[] = { local
236 while ((opt = getopt_long(argc, argv, RMI4UPDATE_GETOPTS, long_options, &index)) != -1) {
  /external/selinux/checkpolicy/
checkmodule.c 155 struct option long_options[] = { local
166 while ((ch = getopt_long(argc, argv, "ho:bVU:mMC", long_options, NULL)) != -1) {

Completed in 793 milliseconds

1 2 3 4