HomeSort by relevance Sort by last modified time
    Searched refs:getopt_long_only (Results 101 - 113 of 113) sorted by null

1 2 3 45

  /system/extras/taskstats/
taskstats.c 321 int option_char = getopt_long_only(argc, argv, "", long_options,
  /external/lldb/source/Interpreter/
Args.cpp 658 val = ::getopt_long_only(GetArgumentCount(),
    [all...]
  /external/ltrace/etc/
libc.so.conf 94 int getopt_long_only(int,addr,string,addr,addr);
  /external/lldb/tools/debugserver/source/
debugserver.cpp 763 // option descriptors for getopt_long_only()
    [all...]
  /external/lldb/tools/driver/
Driver.cpp 516 // Build the option_string argument for call to getopt_long_only.
547 // Prepare for & make calls to getopt_long_only.
558 val = ::getopt_long_only (argc, const_cast<char **>(argv), option_string.c_str(), long_options, &long_options_index);
748 // Skip any options we consumed with getopt_long_only
765 // Skip any options we consumed with getopt_long_only
    [all...]
  /external/fio/
init.c     [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 754 while ((c =getopt_long_only(argc,argv,"w:h:n:f:o:?",long_opts,&long_index)) != EOF) {
    [all...]
  /external/qemu/net/
net-android.c 111 #define getopt_long_only getopt_long macro
    [all...]
net.c 109 #define getopt_long_only getopt_long macro
    [all...]
  /external/qemu/
savevm.c 69 #define getopt_long_only getopt_long macro
    [all...]
vl-android.c 168 #define getopt_long_only getopt_long macro
    [all...]
  /external/bison/
configure     [all...]
  /ndk/sources/host-tools/sed-4.2.1/
configure     [all...]

Completed in 302 milliseconds

1 2 3 45