Home
last modified time | relevance | path

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

1234567

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dgetopt_.h42 # undef getopt_long
52 # define getopt_long __GETOPT_ID (getopt_long) macro
209 extern int getopt_long (int ___argc, char *__getopt_argv_const *___argv,
Dgetopt1.c47 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/
Dgetopt.h120 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
133 extern int getopt_long ();
/netbsd/src/external/gpl3/gdb/dist/include/
Dgetopt.h120 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
133 extern int getopt_long ();
/netbsd/src/external/gpl3/gcc/dist/include/
Dgetopt.h120 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
133 extern int getopt_long ();
/netbsd/src/tests/lib/libc/stdlib/
Dt_getopt.sh80 atf_test_case getopt_long
135 atf_add_test_case getopt_long
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dgetopt1.c68 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/
Dgetopt1.c68 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/
Dgetopt1.c68 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/
Dgcov-tool.cc209 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/
Dgetopt.m47 # 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/
DMakefile.in372 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/
Dmygetopt.h67 int getopt_long(int, char * const *, const char *,
Dgetopt_long.c79 __weak_alias(getopt_long,_getopt_long)
362 getopt_long(nargc, nargv, options, long_options, idx) in getopt_long() function
/netbsd/src/tools/compat/
Dcompat_getopt.h10 #define getopt_long __nbcompat_getopt_long macro
/netbsd/src/include/
Dgetopt.h60 int getopt_long(int, char * const *, const char *,
/netbsd/src/external/bsd/tcpdump/dist/missing/
Dgetopt_long.h58 int getopt_long(int, char * const *, const char *,
/netbsd/src/external/bsd/libevent/dist/WIN32-Code/
Dgetopt.h28 int getopt_long(int, char**, const char*, const struct option*, int*);
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/WIN32-Code/
Dgetopt.h29 int getopt_long(int, char**, const char*, const struct option*, int*);
/netbsd/src/external/bsd/liblzf/dist/
Dconfigure.ac16 AC_CHECK_FUNCS(getopt_long)
/netbsd/src/external/public-domain/xz/dist/
DCOPYING12 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/
DMakefile.inc10 getenv.c getopt.c getopt_long.c getsubopt.c \
51 getenv.3 getopt.3 getopt_long.3 getsubopt.3 grantpt.3 \
Dgetopt_long.c70 __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/
Dgetoldopt.c65 return getopt_long(argc, argv, optstring, in getoldopt()
/netbsd/src/external/gpl3/gdb/dist/sim/rl78/
Dmain.c69 while ((o = getopt_long (argc, argv, "tvdr:D:M:", longopts, NULL)) in main()

1234567