| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | getopt_.h | 42 # undef getopt_long 52 # define getopt_long __GETOPT_ID (getopt_long) macro 209 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
|
| D | getopt1.c | 47 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, in getopt_long() function 112 c = getopt_long (argc, argv, "abc:d:0123456789", in main()
|
| /netbsd/src/external/gpl3/binutils/dist/include/ |
| D | getopt.h | 120 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 133 extern int getopt_long ();
|
| /netbsd/src/external/gpl3/gdb/dist/include/ |
| D | getopt.h | 120 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 133 extern int getopt_long ();
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | getopt.h | 120 extern int getopt_long (int argc, char *const *argv, const char *shortopts, 133 extern int getopt_long ();
|
| /netbsd/src/tests/lib/libc/stdlib/ |
| D | t_getopt.sh | 80 atf_test_case getopt_long 135 atf_add_test_case getopt_long
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | getopt1.c | 68 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function 114 c = getopt_long (argc, argv, "abc:d:0123456789", in main()
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | getopt1.c | 68 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function 114 c = getopt_long (argc, argv, "abc:d:0123456789", in main()
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | getopt1.c | 68 getopt_long (int argc, char *const *argv, const char *options, in getopt_long() function 114 c = getopt_long (argc, argv, "abc:d:0123456789", in main()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gcov-tool.cc | 209 while ((opt = getopt_long (argc, argv, "vo:w:", merge_options, NULL)) != -1) in do_merge() 310 while ((opt = getopt_long (argc, argv, "vo:s:n:", rewrite_options, NULL)) != -1) in do_rewrite() 464 while ((opt = getopt_long (argc, argv, "vfFoht:", overlap_options, NULL)) != -1) in do_overlap() 550 while ((opt = getopt_long (argc, argv, "+hv", options, NULL)) != -1) in process_args()
|
| /netbsd/src/external/gpl2/xcvs/dist/m4/ |
| D | getopt.m4 | 7 # The getopt module assume you want GNU getopt, with getopt_long etc, 38 dnl BSD getopt_long uses an incompatible method to reset option processing,
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | Makefile.in | 372 missing/getopt_long.c \ 373 missing/getopt_long.h \ 410 getopt_long.o: $(srcdir)/missing/getopt_long.c 411 $(CC) $(FULL_CFLAGS) -o $@ -c $(srcdir)/missing/getopt_long.c
|
| /netbsd/src/external/bsd/file/dist/src/ |
| D | mygetopt.h | 67 int getopt_long(int, char * const *, const char *,
|
| D | getopt_long.c | 79 __weak_alias(getopt_long,_getopt_long) 362 getopt_long(nargc, nargv, options, long_options, idx) in getopt_long() function
|
| /netbsd/src/tools/compat/ |
| D | compat_getopt.h | 10 #define getopt_long __nbcompat_getopt_long macro
|
| /netbsd/src/include/ |
| D | getopt.h | 60 int getopt_long(int, char * const *, const char *,
|
| /netbsd/src/external/bsd/tcpdump/dist/missing/ |
| D | getopt_long.h | 58 int getopt_long(int, char * const *, const char *,
|
| /netbsd/src/external/bsd/libevent/dist/WIN32-Code/ |
| D | getopt.h | 28 int getopt_long(int, char**, const char*, const struct option*, int*);
|
| /netbsd/src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/ |
| D | getopt.h | 29 int getopt_long(int, char**, const char*, const struct option*, int*);
|
| /netbsd/src/external/bsd/liblzf/dist/ |
| D | configure.ac | 16 AC_CHECK_FUNCS(getopt_long)
|
| /netbsd/src/external/public-domain/xz/dist/ |
| D | COPYING | 12 domain unless GNU getopt_long had to be compiled and linked 13 in from the lib directory. The getopt_long code is under
|
| /netbsd/src/lib/libc/stdlib/ |
| D | Makefile.inc | 10 getenv.c getopt.c getopt_long.c getsubopt.c \ 51 getenv.3 getopt.3 getopt_long.3 getsubopt.3 grantpt.3 \
|
| D | getopt_long.c | 70 __weak_alias(getopt_long,_getopt_long) 341 getopt_long(int nargc, char * const *nargv, const char *options, in getopt_long() function
|
| /netbsd/src/bin/pax/ |
| D | getoldopt.c | 65 return getopt_long(argc, argv, optstring, in getoldopt()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/rl78/ |
| D | main.c | 69 while ((o = getopt_long (argc, argv, "tvdr:D:M:", longopts, NULL)) in main()
|