Searched refs:getopt_long (Results 1 - 25 of 131) sorted by relevance

123456

/freebsd-11.0-release/contrib/file/src/
H A Dmygetopt.h45 * Gnu like getopt_long() and BSD4.4 getsubopt()/optreset extensions
65 int getopt_long(int, char * const *, const char *,
/freebsd-11.0-release/contrib/tcpdump/
H A Dgetopt_long.h2 /* $FreeBSD: releng/11.0/contrib/tcpdump/getopt_long.h 276788 2015-01-07 19:55:18Z delphij $ */
37 * GNU-like getopt_long()/getopt_long_only() with 4.4BSD optreset extension.
58 int getopt_long(int, char * const *, const char *,
H A 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
/freebsd-11.0-release/contrib/gcclibs/include/
H A Dgetopt.h62 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
121 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
134 extern int getopt_long ();
/freebsd-11.0-release/contrib/gdb/include/
H A Dgetopt.h62 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
121 extern int getopt_long (int argc, char *const *argv, const char *shortopts,
134 extern int getopt_long ();
/freebsd-11.0-release/include/
H A Dgetopt.h39 * GNU-like getopt_long()/getopt_long_only() with 4.4BSD optreset extension.
61 int getopt_long(int, char * const *, const char *,
/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dgetopt.h37 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions
57 int getopt_long(int, char * const *, const char *,
H A DMakefile.in19 OPENBSD=base64.o basename.o bcrypt_pbkdf.o bindresvport.o blowfish.o daemon.o dirname.o fmt_scaled.o getcwd.o getgrouplist.o getopt_long.o getrrsetbyname.o glob.o inet_aton.o inet_ntoa.o inet_ntop.o mktemp.o pwcache.o readpassphrase.o reallocarray.o realpath.o rresvport.o setenv.o setproctitle.o sha1.o sha2.o rmd160.o md5.o sigact.o strlcat.o strlcpy.o strmode.o strnlen.o strptime.o strsep.o strtonum.o strtoll.o strtoul.o strtoull.o timingsafe_bcmp.o vis.o blowfish.o bcrypt_pbkdf.o explicit_bzero.o
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_getopt.sh68 atf_test_case getopt_long
71 atf_set "descr" "Checks getopt_long(3)"
122 atf_add_test_case getopt_long
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DGetOptInc.h46 int getopt_long
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dgetopt1.c0 /* getopt_long and getopt_long_only entry points for GNU getopt.
70 getopt_long (int argc, char *const *argv, const char *options,
76 /* Like getopt_long, but '-' as well as '--' can indicate a long option.
117 c = getopt_long (argc, argv, "abc:d:0123456789",
69 getopt_long (int argc, char *const *argv, const char *options, function
/freebsd-11.0-release/contrib/diff/lib/
H A Dgetopt.h85 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
158 extern int getopt_long (int ___argc, char *const *___argv,
/freebsd-11.0-release/lib/libc/stdlib/
H A DMakefile.inc8 bsearch.c cxa_thread_atexit.c div.c exit.c getenv.c getopt.c getopt_long.c \
26 div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \
38 MLINKS+=getopt_long.3 getopt_long_only.3
/freebsd-11.0-release/contrib/dtc/
H A Dutil.h220 * Call getopt_long() with standard options
224 #define util_getopt_long() getopt_long(argc, argv, usage_short_opts, \
/freebsd-11.0-release/contrib/groff/src/utils/lkbib/
H A Dlkbib.cpp55 while ((opt = getopt_long(argc, argv, "nvVi:t:p:", long_options, NULL))
/freebsd-11.0-release/contrib/groff/src/utils/lookbib/
H A Dlookbib.cpp60 while ((opt = getopt_long(argc, argv, "vVi:t:", long_options, NULL)) != EOF)
/freebsd-11.0-release/usr.bin/dc/
H A Ddc.c87 while ((ch = getopt_long(argc, argv, "e:f:hVx", long_options, NULL)) != -1) {
/freebsd-11.0-release/contrib/ofed/management/infiniband-diags/src/
H A Dibsendtrap.c147 while ((ch = getopt_long(argc, argv, str_opts, long_opts, NULL)) != -1) {
H A Dsminfo.c121 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
/freebsd-11.0-release/contrib/gcclibs/libcpp/
H A Dmakedepend.c89 switch (getopt_long (argc, argv, "hD:U:I:J:o:V:", longopts, 0))
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dcxxfilt.c183 while ((c = getopt_long (argc, argv, "_hinps:tv", long_options, (int *) 0)) != EOF)
/freebsd-11.0-release/contrib/elftoolchain/cxxfilt/
H A Dcxxfilt.c138 while ((opt = getopt_long(argc, argv, "_nps:V", longopts, NULL)) !=
/freebsd-11.0-release/contrib/elftoolchain/ar/
H A Dar.c126 while ((opt = getopt_long(argc, argv, "tDUV", longopts,
175 while ((opt = getopt_long(argc, argv, "abCcdDfF:ijlMmopqrSsTtUuVvxz",
/freebsd-11.0-release/usr.bin/ar/
H A Dar.c118 while ((opt = getopt_long(argc, argv, "tDUV", longopts,
170 while ((opt = getopt_long(argc, argv, "abCcdDfijlMmopqrSsTtUuVvxz",
/freebsd-11.0-release/contrib/xz/src/lzmainfo/
H A Dlzmainfo.c72 while ((c = getopt_long(argc, argv, "", long_opts, NULL)) != -1) {

Completed in 384 milliseconds

123456