Searched refs:getopt_long (Results 1 - 25 of 85) sorted by relevance

1234

/external/tcpdump/win32/Include/
H A Dgetopt.h66 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
115 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
128 extern int getopt_long ();
/external/chromium_org/third_party/mesa/src/src/getopt/
H A Dgetopt.h37 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions
61 int getopt_long(int, char * const *, const char *,
/external/mesa3d/src/getopt/
H A Dgetopt.h37 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions
61 int getopt_long(int, char * const *, const char *,
/external/e2fsprogs/include/nonunix/
H A Dgetopt.h63 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/bison/darwin-lib/
H A Dgetopt.h59 # undef getopt_long macro
70 # define getopt_long __GETOPT_ID (getopt_long) macro
80 /* Standalone applications get correct prototypes for getopt_long and
82 with "char *const *argv" that are incorrect because getopt_long and
92 of getopt_long and getopt_long_only below, but these are visible
175 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
245 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
/external/bison/lib/
H A Dgetopt.in.h58 # undef getopt_long macro
69 # define getopt_long __GETOPT_ID (getopt_long) macro
79 /* Standalone applications get correct prototypes for getopt_long and
81 with "char *const *argv" that are incorrect because getopt_long and
91 of getopt_long and getopt_long_only below, but these are visible
164 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
234 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
H A Dgetopt1.c0 /* getopt_long and getopt_long_only entry points for GNU getopt.
41 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
57 /* Like getopt_long, but '-' as well as '--' can indicate a long option.
107 c = getopt_long (argc, argv, "abc:d:0123456789",
40 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, function
/external/libnl/src/
H A Dgenl-ctrl-list.c55 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);
H A Dnl-neightbl-list.c52 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);
H A Dnl-rule-list.c62 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx);
H A Dnl-cls-add.c73 c = getopt_long(argc, argv, "+qhva:d:", long_opts, &optidx);
H A Dnl-cls-list.c90 c = getopt_long(argc, argv, "+f:qhva:d:", long_opts, &optidx);
H A Dnl-fib-lookup.c51 c = getopt_long(argc, argv, "t:f:s:T:h", long_opts, &idx);
H A Dnl-link-list.c86 c = getopt_long(argc, argv, "f:hvn:i:", long_opts, &optidx);
H A Dnl-link-set.c101 c = getopt_long(argc, argv, "qhvn:i:", long_opts, &optidx);
H A Dnl-link-stats.c101 c = getopt_long(argc, argv, "lhvn:i:", long_opts, &optidx);
H A Dnl-neigh-add.c80 c = getopt_long(argc, argv, "qhva:l:d:", long_opts, &optidx);
H A Dnl-neigh-delete.c98 c = getopt_long(argc, argv, "qhva:l:d:", long_opts, &optidx);
H A Dnl-neigh-list.c70 c = getopt_long(argc, argv, "f:hva:l:d:", long_opts, &optidx);
H A Dnl-qdisc-delete.c93 c = getopt_long(argc, argv, "iqhvd:p:H:k:", long_opts, &optidx);
H A Dnl-qdisc-list.c70 c = getopt_long(argc, argv, "f:qhvd:p:H:k:",
/external/fio/os/
H A Dos-netbsd.h63 #define getopt_long_only getopt_long
/external/libnl/src/cls/
H A Dcgroup.c39 c = getopt_long(argc, argv, "he:c:", long_opts, &optidx);
H A Dbasic.c41 c = getopt_long(argc, argv, "he:c:", long_opts, &optidx);
/external/libsepol/tests/
H A Dlibsepol-tests.c91 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) {

Completed in 1658 milliseconds

1234