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

  /bionic/libc/include/
getopt.h 59 int has_arg; member in struct:option
  /external/e2fsprogs/include/nonunix/
getopt.h 67 The field `has_arg' is:
90 /* has_arg can't be an enum because some compilers complain about
92 int has_arg; member in struct:option
97 /* Names for the values of the `has_arg' field of `struct option'. */
  /external/grub/lib/
getopt.h 65 The field `has_arg' is:
88 /* has_arg can't be an enum because some compilers complain about
90 int has_arg; member in struct:option
95 /* Names for the values of the `has_arg' field of `struct option'. */
  /ndk/build/platforms/android-3/arch-arm/usr/include/
getopt.h 59 int has_arg; member in struct:option
  /ndk/build/platforms/android-4/arch-arm/usr/include/
getopt.h 59 int has_arg; member in struct:option
  /ndk/build/platforms/android-5/arch-arm/usr/include/
getopt.h 59 int has_arg; member in struct:option
  /ndk/build/platforms/android-5/arch-x86/usr/include/
getopt.h 59 int has_arg; member in struct:option
  /ndk/build/platforms/android-8/arch-arm/usr/include/
getopt.h 59 int has_arg; member in struct:option
  /ndk/build/platforms/android-8/arch-x86/usr/include/
getopt.h 59 int has_arg; member in struct:option
  /external/bison/lib/
getopt_.h 145 The field `has_arg' is:
164 /* has_arg can't be an enum because some compilers complain about
166 int has_arg; member in struct:option
171 /* Names for the values of the `has_arg' field of `struct option'. */
  /external/clearsilver/cs/
csparse.c 123 int has_arg; member in struct:_cmds
613 if ((Commands[i].has_arg && ((token[n] == ':') || (token[n] == '!')))
625 if (Commands[i].has_arg)
    [all...]
  /external/dnsmasq/src/
option.c 58 int has_arg; member in struct:myoption
    [all...]
  /external/qemu/
monitor.c 2418 int c, nb_args, i, has_arg; local
    [all...]

Completed in 616 milliseconds