Home
last modified time | relevance | path

Searched refs:getopt_long (Results 1 – 25 of 142) sorted by relevance

123456

/external/bison/darwin-lib/
Dgetopt.h59 # undef getopt_long
70 # define getopt_long __GETOPT_ID (getopt_long) macro
245 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
/external/bison/lib/
Dgetopt.in.h58 # undef getopt_long
69 # define getopt_long __GETOPT_ID (getopt_long) macro
234 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
Dgetopt1.c40 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long() function
105 c = getopt_long (argc, argv, "abc:d:0123456789", in main()
/external/e2fsprogs/include/nonunix/
Dgetopt.h112 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
125 extern int getopt_long ();
/external/tcpdump/
DMakefile.in245 getopt_long.h \
321 missing/getopt_long.c \
374 getopt_long.o: $(srcdir)/missing/getopt_long.c
375 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/getopt_long.c
Dgetopt_long.h58 int getopt_long(int, char * const *, const char *,
/external/bison/m4/
Dgetopt.m431 # options with optional arguments) and the functions getopt_long,
64 dnl Test whether the function getopt_long is available.
206 # Also, since getopt_long is a GNU extension, we require optind=0.
310 AC_CACHE_CHECK([for working GNU getopt_long function],
333 if (getopt_long (2, argv, "", long_options, &option_index) != 1003)
/external/mesa3d/src/getopt/
DSConscript12 source = ['getopt_long.c'],
Dgetopt.h61 int getopt_long(int, char * const *, const char *,
/external/liblzf/
Dconfigure.ac16 AC_CHECK_FUNCS(getopt_long)
/external/libnl/src/
Dnl-neightbl-list.c52 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx); in main()
Dgenl-ctrl-list.c55 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx); in main()
Dnl-rule-list.c62 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx); in main()
Dnl-qdisc-list.c70 c = getopt_long(argc, argv, "f:qhvd:p:H:k:", in main()
Dnl-neigh-list.c70 c = getopt_long(argc, argv, "f:hva:l:d:", long_opts, &optidx); in main()
Dnl-link-list.c86 c = getopt_long(argc, argv, "f:hvn:i:", long_opts, &optidx); in main()
Dnl-neigh-add.c80 c = getopt_long(argc, argv, "qhva:l:d:", long_opts, &optidx); in main()
/external/libnl/src/cls/
Dcgroup.c39 c = getopt_long(argc, argv, "he:c:", long_opts, &optidx); in basic_parse_argv()
Dbasic.c41 c = getopt_long(argc, argv, "he:c:", long_opts, &optidx); in basic_parse_argv()
/external/fio/os/
Dos-netbsd.h63 #define getopt_long_only getopt_long
/external/iproute2/tipc/
Dtipc.c72 i = getopt_long(argc, argv, "h", long_options, &option_index); in main()
/external/fec/
Dconfig.h.in3 /* Define if you have the getopt_long function. */
/external/vboot_reference/futility/
Dcmd_dump_kernel_config.c41 while (((i = getopt_long(argc, argv, ":", long_opts, NULL)) != -1) && in do_dump_kernel_config()
/external/selinux/libsemanage/tests/
Dlibsemanage-tests.c88 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) { in main()
/external/selinux/libsepol/tests/
Dlibsepol-tests.c91 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) { in main()

123456