HomeSort by relevance Sort by last modified time
    Searched full:getopt_long (Results 1 - 25 of 447) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/getopt/
SConscript 12 source = ['getopt_long.c'],
getopt.h 37 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions
61 int getopt_long(int, char * const *, const char *,
  /external/syslinux/com32/include/
getopt.h 19 __extern int getopt_long(int, char *const *, const char *,
  /external/syslinux/libinstaller/getopt/
getopt.h 22 extern int getopt_long(int, char *const *, const char *,
  /external/syslinux/gpxe/src/include/
getopt.h 23 /** A long option, as used for getopt_long() */
41 * returned by getopt_long() when this option is found, and
46 * the location pointed to by @flag, and getopt_long() will
57 extern int getopt_long ( int argc, char * const argv[], const char *optstring,
68 * See getopt_long() for full details.
75 return getopt_long ( argc, argv, optstring, no_options, NULL );
83 * or getopt_long(). This arises because POSIX assumes that each
  /external/fec/
config.h.in 3 /* Define if you have the getopt_long function. */
  /test/vts/drivers/shell/
ShellDriverMain.cpp 60 int ic = getopt_long(argc, argv, "", longOptions, &optionIndex);
74 fprintf(stderr, "getopt_long returned unexpected value 0x%x\n", ic);
  /bionic/libc/include/
getopt.h 41 * GNU-like getopt_long()/getopt_long_only() with 4.4BSD optreset extension.
62 int getopt_long(int __argc, char* const* __argv, const char* __options, const struct option* __long_options, int* __long_index);
  /external/tcpdump/
getopt_long.h 37 * GNU-like getopt_long()/getopt_long_only() with 4.4BSD optreset extension.
58 int getopt_long(int, char * const *, const char *,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
getopt.h 47 * to expose the `getopt_long' or `getopt_long_only' APIs, when
77 extern int getopt_long(int nargc, char * const *nargv, const char *options,
  /test/vts/drivers/hal/server/
VtsHalDriverServerMain.cpp 76 int opt = getopt_long(argc, argv, short_opts, long_opts, nullptr);
104 cerr << "getopt_long returned unexpected value " << opt << endl;
  /external/adhd/adhdinfo/
main.c 39 const int choice = getopt_long(argc, argv, "", options, &option_index);
  /external/libnl/lib/cli/qdisc/
blackhole.c 37 c = getopt_long(argc, argv, "h", long_opts, &optidx);
ingress.c 38 c = getopt_long(argc, argv, "h", long_opts, &optidx);
  /external/libnl/src/
genl-ctrl-list.c 56 c = getopt_long(argc, argv, "df:hv", long_opts, &optidx);
nl-neightbl-list.c 52 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);
  /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
  /external/syslinux/bios/utils/
gethostip 
  /external/syslinux/gpxe/src/hci/commands/
sanboot_cmd.c 39 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
image_cmd.c 121 while ( ( c = getopt_long ( argc, argv, "hn:",
273 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
336 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
399 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
471 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
526 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
  /system/core/logcat/
Android.bp 40 "getopt_long.cpp",
  /toolchain/binutils/binutils-2.27/libiberty/
getopt1.c 0 /* getopt_long and getopt_long_only entry points for GNU getopt.
70 getopt_long (int argc, char *const *argv, const char *options,
76 /* Like getopt_long, but '-' as well as '--' can indicate a long option.
117 c = getopt_long (argc, argv, "abc:d:0123456789",
69 getopt_long (int argc, char *const *argv, const char *options, function
  /external/gptfdisk/
android_popt.cc 96 int res = getopt_long(con->argc, (char *const *) con->argv, "",
99 fprintf(stderr, "getopt_long()=%c\n", res);
  /external/kmod/tools/
insert.c 68 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx);
76 ERR("Unexpected getopt_long() value '%c'.\n", c);
insmod.c 78 c = getopt_long(argc, argv, cmdopts_s, cmdopts, &idx);
100 ERR("unexpected getopt_long() value '%c'.\n",

Completed in 396 milliseconds

1 2 3 4 5 6 7 8 91011>>