HomeSort by relevance Sort by last modified time
    Searched defs:long_options (Results 26 - 33 of 33) sorted by null

12

  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 170 struct option long_options[] = variable in typeref:struct:option
396 while (((c = getopt_long(aargc, aargv, optstr, long_options, NULL)) !=
  /external/lldb/tools/driver/
Driver.cpp 489 struct option *long_options = NULL; local
506 long_options = NULL;
508 long_options = &long_options_vector.front();
510 if (long_options == NULL)
518 for (int i = 0; long_options[i].name != NULL; ++i)
520 if (long_options[i].flag == NULL)
522 option_string.push_back ((char) long_options[i].val);
523 switch (long_options[i].has_arg)
558 val = ::getopt_long_only (argc, const_cast<char **>(argv), option_string.c_str(), long_options, &long_options_index);
576 long_options[i].name || long_options[i].has_arg || long_options[i].flag || long_options[i].val
    [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 5471 static const struct option long_options[] = variable in typeref:struct:option
    [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 578 static struct option long_options[] = { local
639 long_options,
    [all...]
mpeg2vaenc.c 578 static struct option long_options[] = { local
639 long_options,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 2155 const struct option long_options[] = { local
    [all...]
  /ndk/sources/host-tools/make-3.81/
main.c 2235 static struct option long_options[(sizeof (switches) \/ sizeof (switches[0])) + variable in typeref:struct:option
    [all...]

Completed in 998 milliseconds

12