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

  /bionic/libc/include/
getopt.h 45 #define no_argument 0 macro
56 * One of `no_argument`, `required_argument`, or `optional_argument`.
  /external/e2fsprogs/include/nonunix/
getopt.h 68 no_argument (or 0) if the option does not take an argument,
99 #define no_argument 0 macro
  /external/libusb/examples/getopt/
getopt.h 79 no_argument (or 0) if the option does not take an argument,
110 # define no_argument 0 macro
  /external/mesa3d/src/getopt/
getopt.h 39 #define no_argument 0 macro
51 * one of no_argument, required_argument, and optional_argument:
  /external/openssh/openbsd-compat/
getopt.h 39 #define no_argument 0 macro
47 * one of no_argument, required_argument, and optional_argument:
  /external/tcpdump/
getopt_long.h 40 #define no_argument 0 macro
48 * one of no_argument, required_argument, and optional_argument:
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.h 62 no_argument, /* No argument value required */ enumerator in enum:has_arg_values
  /external/epid-sdk/ext/argtable3/
argtable3.c 223 #define no_argument 0 macro
231 * one of no_argument, required_argument, and optional_argument:
528 if (long_options[match].has_arg == no_argument
    [all...]

Completed in 1941 milliseconds