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

  /external/libusb/examples/getopt/
getopt1.c 0 /* getopt_long and getopt_long_only entry points for GNU getopt.
68 getopt_long (argc, argv, options, long_options, opt_index)
78 /* Like getopt_long, but '-' as well as '--' can indicate a long option.
125 c = getopt_long (argc, argv, "abc:d:0123456789",
67 getopt_long (argc, argv, options, long_options, opt_index) function
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.c 208 * getopt_long gets the next option argument from the argument list
212 int getopt_long(int argc, function
247 * or long as for getopt_long, but the long names may have a single '-'
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
getopt_long.c 1 /* $OpenBSD: getopt_long.c,v 1.26 2013/06/08 22:47:56 millert Exp $ */
2 /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
54 static char *rcsid = "$OpenBSD: getopt_long.c,v 1.16 2004/02/04 18:17:25 millert Exp $";
589 * getopt_long --
593 getopt_long(int nargc, char * const *nargv, const char *options, function
  /external/mesa3d/src/getopt/
getopt_long.c 1 /* $OpenBSD: getopt_long.c,v 1.24 2010/07/22 19:31:53 blambert Exp $ */
2 /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
488 * getopt_long --
492 getopt_long(int nargc, char * const *nargv, const char *options, function
  /external/tcpdump/missing/
getopt_long.c 1 /* $OpenBSD: getopt_long.c,v 1.22 2006/10/04 21:29:04 jmc Exp $ */
2 /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
54 #include "getopt_long.h"
589 * getopt_long --
593 getopt_long(int nargc, char * const *nargv, const char *options, function
  /external/epid-sdk/ext/argtable3/
argtable3.c 221 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions
245 int getopt_long(int, char * const *, const char *,
266 /* $Id: getopt_long.c,v 1.1 2009/10/16 19:50:28 rodney Exp rodney $ */
267 /* $OpenBSD: getopt_long.c,v 1.23 2007/10/31 12:34:57 chl Exp $ */
268 /* $NetBSD: getopt_long.c,v 1.15 2002/01/31 22:43:40 tv Exp $ */
826 * getopt_long --
830 getopt_long(int nargc, char * const *nargv, const char *options, function
    [all...]

Completed in 1667 milliseconds