HomeSort by relevance Sort by last modified time
    Searched defs:has_arg (Results 51 - 63 of 63) sorted by null

1 23

  /bionic/libc/include/
getopt.h 53 int has_arg; member in struct:option
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
getopt.h 90 The field `has_arg' is:
109 /* has_arg can't be an enum because some compilers complain about
111 int has_arg; member in struct:option
116 /* Names for the values of the `has_arg' field of `struct option'. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
getopt.h 90 The field `has_arg' is:
109 /* has_arg can't be an enum because some compilers complain about
111 int has_arg; member in struct:option
116 /* Names for the values of the `has_arg' field of `struct option'. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
getopt.h 90 The field `has_arg' is:
109 /* has_arg can't be an enum because some compilers complain about
111 int has_arg; member in struct:option
116 /* Names for the values of the `has_arg' field of `struct option'. */
  /external/bison/darwin-lib/
getopt.h 179 The field 'has_arg' is:
199 /* has_arg can't be an enum because some compilers complain about
201 int has_arg; member in struct:option
208 /* Names for the values of the 'has_arg' field of 'struct option'. */
  /external/bison/lib/
getopt.in.h 168 The field 'has_arg' is:
188 /* has_arg can't be an enum because some compilers complain about
190 int has_arg; member in struct:option
197 /* Names for the values of the 'has_arg' field of 'struct option'. */
  /external/marisa-trie/tools/
cmdopt.h 17 int has_arg; member in struct:cmdopt_option_
  /external/marisa-trie/v0_1_5/tools/
cmdopt.h 17 int has_arg; member in struct:cmdopt_option_
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.in.h 144 The field `has_arg' is:
163 /* has_arg can't be an enum because some compilers complain about
165 int has_arg; member in struct:option
170 /* Names for the values of the `has_arg' field of `struct option'. */
  /external/chromium_org/tools/gn/
parser.cc 263 bool has_arg = false; local
266 has_arg = true;
283 if (!left && !has_arg) {
  /external/dnsmasq/src/
option.c 58 int has_arg; member in struct:myoption
    [all...]
  /external/iputils/
ping6.c 246 int has_arg; member in struct:niquery_option
255 .has_arg = _has_arg, \
655 if (!p->has_arg) {
    [all...]
  /external/qemu/
monitor.c 2421 int c, nb_args, i, has_arg; local
    [all...]

Completed in 119 milliseconds

1 23