/external/bison/darwin-lib/ |
D | getopt.h | 59 # 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/ |
D | getopt.in.h | 58 # undef getopt_long 69 # define getopt_long __GETOPT_ID (getopt_long) macro 234 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
|
D | getopt1.c | 40 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/ |
D | getopt.h | 112 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 125 extern int getopt_long ();
|
/external/tcpdump/ |
D | Makefile.in | 245 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
|
D | getopt_long.h | 58 int getopt_long(int, char * const *, const char *,
|
/external/bison/m4/ |
D | getopt.m4 | 31 # 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/ |
D | SConscript | 12 source = ['getopt_long.c'],
|
D | getopt.h | 61 int getopt_long(int, char * const *, const char *,
|
/external/liblzf/ |
D | configure.ac | 16 AC_CHECK_FUNCS(getopt_long)
|
/external/libnl/src/ |
D | nl-neightbl-list.c | 52 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx); in main()
|
D | genl-ctrl-list.c | 55 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx); in main()
|
D | nl-rule-list.c | 62 c = getopt_long(argc, argv, "f:hv", long_opts, &optidx); in main()
|
D | nl-qdisc-list.c | 70 c = getopt_long(argc, argv, "f:qhvd:p:H:k:", in main()
|
D | nl-neigh-list.c | 70 c = getopt_long(argc, argv, "f:hva:l:d:", long_opts, &optidx); in main()
|
D | nl-link-list.c | 86 c = getopt_long(argc, argv, "f:hvn:i:", long_opts, &optidx); in main()
|
D | nl-neigh-add.c | 80 c = getopt_long(argc, argv, "qhva:l:d:", long_opts, &optidx); in main()
|
/external/libnl/src/cls/ |
D | cgroup.c | 39 c = getopt_long(argc, argv, "he:c:", long_opts, &optidx); in basic_parse_argv()
|
D | basic.c | 41 c = getopt_long(argc, argv, "he:c:", long_opts, &optidx); in basic_parse_argv()
|
/external/fio/os/ |
D | os-netbsd.h | 63 #define getopt_long_only getopt_long
|
/external/iproute2/tipc/ |
D | tipc.c | 72 i = getopt_long(argc, argv, "h", long_options, &option_index); in main()
|
/external/fec/ |
D | config.h.in | 3 /* Define if you have the getopt_long function. */
|
/external/vboot_reference/futility/ |
D | cmd_dump_kernel_config.c | 41 while (((i = getopt_long(argc, argv, ":", long_opts, NULL)) != -1) && in do_dump_kernel_config()
|
/external/selinux/libsemanage/tests/ |
D | libsemanage-tests.c | 88 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) { in main()
|
/external/selinux/libsepol/tests/ |
D | libsepol-tests.c | 91 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) { in main()
|