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

  /external/libusb/examples/getopt/
getopt1.c 1 /* getopt_long and getopt_long_only entry points for GNU getopt.
84 getopt_long_only (argc, argv, options, long_options, opt_index)
83 getopt_long_only (argc, argv, options, long_options, opt_index) function
  /toolchain/binutils/binutils-2.27/libiberty/
getopt1.c 1 /* getopt_long and getopt_long_only entry points for GNU getopt.
82 getopt_long_only (int argc, char *const *argv, const char *options,
81 getopt_long_only (int argc, char *const *argv, const char *options, function
  /external/fio/oslib/
getopt_long.c 42 int getopt_long_only(int argc, char *const *argv, const char *optstring, function
92 * The GNU getopt_long_only() apparently allows a short match,
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.c 245 * getopt_long_only gets the next option argument from the argument list
250 int getopt_long_only(int argc, function
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 84 #define FLAG_LONGONLY 0x04 /* operate as getopt_long_only */
474 * 3) either the arg starts with -- we are getopt_long_only()
602 * getopt_long_only --
606 getopt_long_only(int nargc, char * const *nargv, const char *options, function
  /external/mesa3d/src/getopt/
getopt_long.c 68 #define FLAG_LONGONLY 0x04 /* operate as getopt_long_only */
390 * 3) either the arg starts with -- we are getopt_long_only()
501 * getopt_long_only --
505 getopt_long_only(int nargc, char * const *nargv, const char *options, function
  /external/tcpdump/missing/
getopt_long.c 66 #define FLAG_LONGONLY 0x04 /* operate as getopt_long_only */
474 * 3) either the arg starts with -- we are getopt_long_only()
602 * getopt_long_only --
606 getopt_long_only(int nargc, char * const *nargv, const char *options, function

Completed in 217 milliseconds