HomeSort by relevance Sort by last modified time
    Searched refs:long_options (Results 1 - 19 of 19) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/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/grub/lib/
getopt1.c 70 getopt_long (argc, argv, options, long_options, opt_index)
74 const struct option *long_options;
77 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
86 getopt_long_only (argc, argv, options, long_options, opt_index)
90 const struct option *long_options;
93 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
116 static struct option long_options[] =
128 long_options, &option_index);
135 printf ("option %s", long_options[option_index].name);
114 static struct option long_options[] = local
  /external/bison/lib/
getopt1.c 46 const struct option *long_options, int *opt_index)
48 return _getopt_internal (argc, (char **) argv, options, long_options,
54 const struct option *long_options, int *opt_index,
57 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
69 const struct option *long_options, int *opt_index)
71 return _getopt_internal (argc, (char **) argv, options, long_options,
77 const struct option *long_options, int *opt_index,
80 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
100 static struct option long_options[] =
112 long_options, &option_index)
98 static struct option long_options[] = local
    [all...]
  /ndk/sources/host-tools/make-3.81/
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
main.c 2235 static struct option long_options[(sizeof (switches) \/ sizeof (switches[0])) + variable in typeref:struct:option
    [all...]
  /bionic/libc/unistd/
getopt_long.c 168 * Returns -1 if short_too is set and the option does not match long_options.
172 const struct option *long_options, int *idx, int short_too)
190 for (i = 0; long_options[i].name; i++) {
192 if (strncmp(current_argv, long_options[i].name,
196 if (strlen(long_options[i].name) == current_argv_len) {
221 if (long_options[match].has_arg == no_argument
230 if (long_options[match].flag == NULL)
231 optopt = long_options[match].val;
236 if (long_options[match].has_arg == required_argument ||
237 long_options[match].has_arg == optional_argument)
    [all...]
  /development/tools/yuv420sp2rgb/
cmdline.c 12 static struct option long_options[] = { variable in typeref:struct:option
24 /* This array must parallel long_options[] */
44 struct option *opt = long_options;
81 long_options,
109 if (long_options[option_index].flag != 0)
111 INFO ("option %s", long_options[option_index].name);
  /bionic/libdl/
dltest.c 39 static struct option long_options[] = { variable in typeref:struct:option
46 /* This array must parallel long_options[] */
59 struct option *opt = long_options;
85 long_options,
  /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/bison/src/
getargs.c 303 static struct option const long_options[] = variable
357 while ((c = getopt_long (argc, argv, short_options, long_options, NULL))
  /external/checkpolicy/
checkmodule.c 167 struct option long_options[] = { local
177 while ((ch = getopt_long(argc, argv, "ho:bVU:mM", long_options, NULL)) != -1) {
checkpolicy.c 399 struct option long_options[] = { local
411 while ((ch = getopt_long(argc, argv, "o:t:dbU:MVc:h", long_options, NULL)) != -1) {
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 457 static struct option long_options[] = { local
471 c = getopt_long_only (argc, argv, "d", long_options,
482 long_options[option_index].name);
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 109 struct option long_options[] = { member in namespace:__anon36599
212 long_options,
  /external/oprofile/opcontrol/
opcontrol.cpp 72 struct option long_options[] = { variable in typeref:struct:option
629 int c = getopt_long(argc, argv, "c:e:v:r:dhVtl:", long_options, &option_index);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 1128 const struct option long_options[] = local
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 2155 const struct option long_options[] = { local
    [all...]
  /external/gcc-demangle/
cp-demangle.c 5211 static const struct option long_options[] = variable in typeref:struct:option
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.c 4812 static const struct option long_options[] = variable in typeref:struct:option
    [all...]

Completed in 841 milliseconds