/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/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/tcpdump/win32/Include/ |
D | getopt.h | 115 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 128 extern int getopt_long ();
|
/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/mesa3d/src/getopt/ |
D | SConscript | 12 source = ['getopt_long.c'],
|
D | getopt.h | 61 int getopt_long(int, char * const *, const char *,
|
/external/chromium_org/third_party/mesa/src/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/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/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()
|
D | nl-qdisc-delete.c | 93 c = getopt_long(argc, argv, "iqhvd:p:H:k:", long_opts, &optidx); in main()
|
D | nl-link-stats.c | 101 c = getopt_long(argc, argv, "lhvn:i:", long_opts, &optidx); in main()
|
D | nl-addr-add.c | 88 c = getopt_long(argc, argv, "qhva: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/libsepol/tests/ |
D | libsepol-tests.c | 91 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) { in main()
|