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

1 2 3 4

  /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...]
getopt_.h 141 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
  /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...]
getopt.in.h 140 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
  /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);
  /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
getopt.h 61 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
  /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
getopt.h 61 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
main.c 2235 static struct option long_options[(sizeof (switches) \/ sizeof (switches[0])) + variable in typeref:struct:option
    [all...]
  /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/e2fsprogs/include/nonunix/
getopt.h 63 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
getopt.h 86 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
  /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 457 static struct option long_options[] = { local
471 c = getopt_long_only (argc, argv, "d", long_options,
482 long_options[option_index].name);
  /external/oprofile/opcontrol/
opcontrol.cpp 72 struct option long_options[] = { variable in typeref:struct:option
599 int c = getopt_long(argc, argv, "c:e:v:r:dhVtl:", long_options, &option_index);
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 109 struct option long_options[] = { member in namespace:__anon30773
212 long_options,
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 1128 const struct option long_options[] = local
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.c 4812 static const struct option long_options[] = variable in typeref:struct:option
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 2155 const struct option long_options[] = { local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/arm-eabi/bin/
nm 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/
arm-eabi-addr2line 
arm-eabi-c++filt 
arm-eabi-nm 

Completed in 552 milliseconds

1 2 3 4