HomeSort by relevance Sort by last modified time
    Searched refs:getopt_long_only (Results 1 - 25 of 30) sorted by null

1 2

  /external/fio/oslib/
getopt.h 23 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
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,
  /external/tcpdump/
getopt_long.h 37 * GNU-like getopt_long()/getopt_long_only() with 4.4BSD optreset extension.
60 int getopt_long_only(int, char * const *, const char *,
  /toolchain/binutils/binutils-2.27/include/
getopt.h 61 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
122 extern int getopt_long_only (int argc, char *const *argv,
134 extern int getopt_long_only ();
  /external/mesa3d/src/getopt/
getopt.h 63 int getopt_long_only(int, char * const *, const char *,
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/e2fsprogs/include/nonunix/
getopt.h 63 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
114 extern int getopt_long_only (int argc, char *const *argv,
126 extern int getopt_long_only ();
  /external/libusb/examples/getopt/
getopt.h 74 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
153 extern int getopt_long_only (int __argc, char *const *__argv,
167 extern int getopt_long_only ();
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
  /bionic/libc/include/
getopt.h 41 * GNU-like getopt_long()/getopt_long_only() with 4.4BSD optreset extension.
63 int getopt_long_only(int __argc, char* const* __argv, const char* __options, const struct option* __long_options, int* __long_index);
  /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
79 extern int getopt_long_only(int nargc, char * const *nargv, const char *options,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
getopt.h 86 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
179 extern int getopt_long_only (int ___argc, char *const *___argv,
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
win_posix.h 176 * getopt_long_only gets the next option argument from the argument list
181 int getopt_long_only(int argc,
win_posix.c 245 * getopt_long_only gets the next option argument from the argument list
250 int getopt_long_only(int argc, 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/rootdev/
main.c 70 c = getopt_long_only(argc, argv, "", long_options, &option_index);
  /test/vts-testcase/security/poc/target/
poc_test.cpp 84 while ((opt = getopt_long_only(argc, argv, "", long_options, &index)) != -1) {
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerUtils.cpp 125 while ((opt = getopt_long_only(argc, argv, "", long_options, &index)) != -1) {
  /external/fio/
configure 1158 # getopt_long_only() probe
1159 if test "$getopt_long_only" != "yes" ; then
1160 getopt_long_only="no"
1168 int c = getopt_long_only(argc, argv, NULL, NULL, NULL);
1172 if compile_prog "" "" "getopt_long_only"; then
1173 getopt_long_only="yes"
1175 echo "getopt_long_only() $getopt_long_only"
    [all...]
  /system/bt/tools/bdtool/
bdtool.c 305 int c = getopt_long_only(argc, argv, "", long_options, &option_index);
  /system/extras/taskstats/
taskstats.c 271 int option_char = getopt_long_only(argc, argv, "", long_options,
  /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/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
  /external/syslinux/utils/
isohybrid.c 288 while ((n = getopt_long_only(argc, argv, optstr, lopt, &ind)) != -1)
  /toolchain/binutils/binutils-2.27/binutils/
dllwrap.c 664 while ((c = getopt_long_only (argc, argv, "nkAqve:Uho:l:L:I:",
    [all...]

Completed in 1194 milliseconds

1 2