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

  /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...]
  /build/tools/soslim/
cmdline.c 12 static struct option long_options[] = variable in typeref:struct:option
26 /* This array must parallel long_options[] */
28 const char *descriptions[sizeof(long_options)/sizeof(long_options[0])] = {
49 struct option *opt = long_options;
96 long_options,
113 if (long_options[option_index].flag != 0)
115 INFO ("option %s", long_options[option_index].name);
  /build/tools/lsd/
cmdline.c 12 static struct option long_options[] = { variable in typeref:struct:option
21 /* This array must parallel long_options[] */
40 struct option *opt = long_options;
80 long_options,
97 if (long_options[option_index].flag != 0)
99 INFO ("option %s", long_options[option_index].name);
  /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);
  /build/tools/apriori/
cmdline.c 12 static struct option long_options[] = { variable in typeref:struct:option
28 /* This array must parallel long_options[] */
51 struct option *opt = long_options;
102 long_options,
139 if (long_options[option_index].flag != 0)
141 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/bison/src/
getargs.c 303 static struct option const long_options[] = variable
357 while ((c = getopt_long (argc, argv, short_options, long_options, NULL))
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 258 static struct option long_options[] = { local
267 c = getopt_long_only (argc, argv, "d", long_options, &option_index);
275 printf ("option %s", long_options[option_index].name);
  /external/oprofile/opcontrol/
opcontrol.cpp 66 struct option long_options[] = { variable in typeref:struct:option
498 int c = getopt_long(argc, argv, "", long_options, &option_index);
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 109 struct option long_options[] = { member in namespace:__anon13139
212 long_options,
  /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...]

Completed in 614 milliseconds