Searched refs:getopt_long_only (Results 1 - 16 of 16) sorted by relevance
/external/fio/lib/ |
H A D | getopt.h | 23 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
|
H A D | getopt_long.c | 42 int getopt_long_only(int argc, char *const *argv, const char *optstring, function
|
/external/tcpdump/ |
H A D | 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 *,
|
/external/mesa3d/src/getopt/ |
H A D | getopt.h | 63 int getopt_long_only(int, char * const *, const char *,
|
H A D | 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/ |
H A D | 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/bison/darwin-lib/ |
H A D | getopt.h | 60 # undef getopt_long_only macro 71 # define getopt_long_only __GETOPT_ID (getopt_long_only) macro 81 getopt_long_only; they declare "char **argv". libc uses prototypes 83 getopt_long_only can permute argv; this is required for backward 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 249 extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv,
|
/external/bison/lib/ |
H A D | getopt.in.h | 59 # undef getopt_long_only macro 70 # define getopt_long_only __GETOPT_ID (getopt_long_only) macro 80 getopt_long_only; they declare "char **argv". libc uses prototypes 82 getopt_long_only can permute argv; this is required for backward 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 238 extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv,
|
H A D | getopt1.c | 1 /* getopt_long and getopt_long_only entry points for GNU getopt. 63 getopt_long_only (int argc, char *__getopt_argv_const *argv, 62 getopt_long_only (int argc, char *__getopt_argv_const *argv, function
|
/external/fio/os/ |
H A D | os-netbsd.h | 62 /* XXX NetBSD doesn't have getopt_long_only */ 63 #define getopt_long_only getopt_long macro
|
/external/rootdev/ |
H A D | main.c | 70 c = getopt_long_only(argc, argv, "", long_options, &option_index);
|
/external/fio/ |
H A D | configure | 931 # getopt_long_only() probe 932 getopt_long_only="no" 939 int c = getopt_long_only(argc, argv, NULL, NULL, NULL); 943 if compile_prog "" "" "getopt_long_only"; then 944 getopt_long_only="yes" 946 echo "getopt_long_only() $getopt_long_only" 1486 if test "$getopt_long_only" = "yes" ; then
|
H A D | init.c | 1954 while ((c = getopt_long_only(argc, argv, ostr, l_opts, &lidx)) != -1) {
|
/external/tcpdump/missing/ |
H A D | 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/ltrace/etc/ |
H A D | libc.so.conf | 94 int getopt_long_only(int,addr,string,addr,addr);
|
/external/bison/ |
H A D | configure | 13529 for ac_func in getopt_long_only 13531 ac_fn_c_check_func "$LINENO" "getopt_long_only" "ac_cv_func_getopt_long_only"
|
Completed in 618 milliseconds