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

12345

/freebsd-10.0-release/contrib/file/
H A Dmygetopt.h45 * Gnu like getopt_long() and BSD4.4 getsubopt()/optreset extensions
65 int getopt_long(int, char * const *, const char *,
/freebsd-10.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-10.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-10.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 *,
/freebsd-10.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-10.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-10.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-10.0-release/lib/libc/stdlib/
H A DMakefile.inc8 bsearch.c div.c exit.c getenv.c getopt.c getopt_long.c \
23 div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \
35 MLINKS+=getopt_long.3 getopt_long_only.3
H A DSymbol.map28 getopt_long;
/freebsd-10.0-release/usr.sbin/pkg_install/version/
H A Dmain.c71 else while ((ch = getopt_long(argc, argv, opts, longopts, NULL)) != -1) {
/freebsd-10.0-release/contrib/groff/src/utils/lkbib/
H A Dlkbib.cpp55 while ((opt = getopt_long(argc, argv, "nvVi:t:p:", long_options, NULL))
/freebsd-10.0-release/contrib/groff/src/utils/lookbib/
H A Dlookbib.cpp60 while ((opt = getopt_long(argc, argv, "vVi:t:", long_options, NULL)) != EOF)
/freebsd-10.0-release/usr.bin/dc/
H A Ddc.c87 while ((ch = getopt_long(argc, argv, "e:f:hVx", long_options, NULL)) != -1) {
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dcxxfilt.c183 while ((c = getopt_long (argc, argv, "_hinps:tv", long_options, (int *) 0)) != EOF)
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dmakedepend.c89 switch (getopt_long (argc, argv, "hD:U:I:J:o:V:", longopts, 0))
/freebsd-10.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);
H A Dibaddr.c150 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL);
/freebsd-10.0-release/usr.sbin/pkg_install/create/
H A Dmain.c77 while ((ch = getopt_long(argc, argv, opts, longopts, NULL)) != -1)
/freebsd-10.0-release/usr.sbin/pkg_install/delete/
H A Dmain.c72 while ((ch = getopt_long(argc, argv, opts, longopts, NULL)) != -1)
/freebsd-10.0-release/usr.bin/ar/
H A Dar.c116 while ((opt = getopt_long(argc, argv, "tDV", longopts,
160 while ((opt = getopt_long(argc, argv, "abCcdDfijlMmopqrSsTtuVvxz",
/freebsd-10.0-release/contrib/groff/src/preproc/soelim/
H A Dsoelim.cpp60 while ((opt = getopt_long(argc, argv, "CI:rtv", long_options, NULL)) != EOF)
/freebsd-10.0-release/contrib/groff/src/utils/pfbtops/
H A Dpfbtops.c177 while ((opt = getopt_long(argc, argv, "v", long_options, NULL)) != EOF) {
/freebsd-10.0-release/contrib/xz/src/lzmainfo/
H A Dlzmainfo.c72 while ((c = getopt_long(argc, argv, "", long_opts, NULL)) != -1) {
/freebsd-10.0-release/contrib/xz/src/xzdec/
H A Dxzdec.c114 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))

Completed in 404 milliseconds

12345