/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/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 *,
|
/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
|
/toolchain/binutils/binutils-2.27/include/ |
getopt.h | 61 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector 120 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 133 extern int getopt_long ();
|
/external/mesa3d/src/getopt/ |
getopt.h | 37 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions 61 int getopt_long(int, char * const *, const char *,
|
/external/e2fsprogs/include/nonunix/ |
getopt.h | 63 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector 112 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 125 extern int getopt_long ();
|
/external/libusb/examples/getopt/ |
getopt.h | 74 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector 151 extern int getopt_long (int __argc, char *const *__argv, const char *__shortopts, 166 extern int getopt_long ();
|
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
|
/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/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);
|
bfifo.c | 46 c = getopt_long(argc, argv, "h", long_opts, &optidx);
|
pfifo.c | 46 c = getopt_long(argc, argv, "h", long_opts, &optidx);
|
plug.c | 70 c = getopt_long(argc, argv, "h", long_opts, &optidx);
|
/external/syslinux/gpxe/src/hci/commands/ |
route_cmd.c | 61 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
|
/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,
|
/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/iproute2/tipc/ |
tipc.c | 72 i = getopt_long(argc, argv, "h", long_options, &option_index);
|
/external/libnl/lib/cli/cls/ |
cgroup.c | 43 c = getopt_long(argc, argv, "he:", long_opts, &optidx);
|
/external/libnl/src/ |
genl-ctrl-list.c | 56 c = getopt_long(argc, argv, "df:hv", long_opts, &optidx);
|
nl-classid-lookup.c | 52 c = getopt_long(argc, argv, "hvr", long_opts, &optidx);
|
nl-neightbl-list.c | 52 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);
|
nl-rule-list.c | 62 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);
|