Searched refs:longopts (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.1-release/contrib/gcclibs/include/
H A Dgetopt.h122 const struct option *longopts, int *longind);
125 const struct option *longopts, int *longind);
130 const struct option *longopts, int *longind,
/freebsd-10.1-release/contrib/gdb/include/
H A Dgetopt.h122 const struct option *longopts, int *longind);
125 const struct option *longopts, int *longind);
130 const struct option *longopts, int *longind,
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DOptionParser.h48 const Option *longopts, int *longindex);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Host/common/
H A DOptionParser.cpp40 const Option *longopts,
43 return getopt_long_only(argc, argv, optstring, (const option*)longopts, longindex);
37 Parse(int argc, char * const argv [], const char *optstring, const Option *longopts, int *longindex) argument
/freebsd-10.1-release/usr.sbin/pkg_install/version/
H A Dmain.c42 static struct option longopts[] = { variable in typeref:struct:option
71 else while ((ch = getopt_long(argc, argv, opts, longopts, NULL)) != -1) {
/freebsd-10.1-release/contrib/gcclibs/libcpp/
H A Dmakedepend.c83 static const struct option longopts[] = { local
89 switch (getopt_long (argc, argv, "hD:U:I:J:o:V:", longopts, 0))
/freebsd-10.1-release/usr.sbin/pkg_install/create/
H A Dmain.c52 static struct option longopts[] = { variable in typeref:struct:option
77 while ((ch = getopt_long(argc, argv, opts, longopts, NULL)) != -1)
/freebsd-10.1-release/usr.sbin/pkg_install/delete/
H A Dmain.c43 static struct option longopts[] = { variable in typeref:struct:option
72 while ((ch = getopt_long(argc, argv, opts, longopts, NULL)) != -1)
/freebsd-10.1-release/contrib/binutils/ld/
H A Dldemul.c132 struct option **longopts, int nrl,
136 (*ld_emulation->add_options) (ns, shortopts, nl, longopts,
131 ldemul_add_options(int ns, char **shortopts, int nl, struct option **longopts, int nrl, struct option **really_longopts) argument
H A Dlexsup.c567 struct option *longopts; local
573 longopts = xmalloc (sizeof (*longopts) * (OPTION_COUNT + 1));
611 longopts[il] = ld_options[i].opt;
617 longopts[il].name = NULL;
620 ldemul_add_options (is, &shortopts, il, &longopts, irl, &really_longopts);
685 optc = getopt_long_only (argc, argv, shortopts, longopts, &longind);
/freebsd-10.1-release/usr.sbin/pkg_install/info/
H A Dmain.c45 static struct option longopts[] = { variable in typeref:struct:option
82 else while ((ch = getopt_long(argc, argv, opts, longopts, NULL)) != -1) {
/freebsd-10.1-release/usr.bin/ar/
H A Dar.c82 static struct option longopts[] = variable in typeref:struct:option
116 while ((opt = getopt_long(argc, argv, "tDV", longopts,
161 longopts, NULL)) != -1) {
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Dgetopt.c527 const struct option *longopts,
626 + (longopts != NULL && argv[optind][1] == '-'));
644 if (longopts != NULL
661 for (p = longopts, option_index = 0; p->name; p++, option_index++)
843 table of longopts. */
850 for (p = longopts, option_index = 0; p->name; p++, option_index++)
522 _getopt_internal(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longind, int long_only) argument
/freebsd-10.1-release/contrib/binutils/gas/
H A Das.c398 struct option *longopts;
500 longopts = xmalloc (sizeof (std_longopts) + md_longopts_size + sizeof (struct option));
501 memcpy (longopts, std_longopts, sizeof (std_longopts));
502 memcpy (((char *) longopts) + sizeof (std_longopts), md_longopts, md_longopts_size);
503 memset (((char *) longopts) + sizeof (std_longopts) + md_longopts_size,
521 int optc = getopt_long_only (old_argc, old_argv, shortopts, longopts,
894 free (longopts);
397 struct option *longopts; local
/freebsd-10.1-release/usr.sbin/pkg_install/add/
H A Dmain.c113 static struct option longopts[] = { variable in typeref:struct:option
146 while ((ch = getopt_long(argc, argv, opts, longopts, NULL)) != -1) {
/freebsd-10.1-release/usr.sbin/pkg_install/updating/
H A Dmain.c33 static struct option longopts[] = { variable in typeref:struct:option
91 while ((ch = getopt_long(argc, argv, opts, longopts, NULL)) != -1) {
/freebsd-10.1-release/usr.sbin/watchdogd/
H A Dwatchdogd.c104 static struct option longopts[] = { variable in typeref:struct:option
704 while ((c = getopt_long(argc, argv, getopt_shortopts, longopts,
745 lopt = longopts[longindex].name;
/freebsd-10.1-release/sbin/mount_fusefs/
H A Dmount_fusefs.c117 static struct option longopts[] = { local
234 } while ((ch = getopt_long(argc, argv, "AvVho:SD:O:s:m:", longopts, NULL)) != -1);
/freebsd-10.1-release/usr.bin/mkimg/
H A Dmkimg.c56 static struct option longopts[] = { variable in typeref:struct:option
438 longopts, NULL)) != -1) {
/freebsd-10.1-release/usr.bin/patch/
H A Dpatch.c465 static struct option longopts[] = { local
504 while ((ch = getopt_long(Argc, Argv, options, longopts, NULL)) != -1) {
/freebsd-10.1-release/usr.sbin/nfsd/
H A Dnfsd.c101 static struct option longopts[] = { variable in typeref:struct:option
175 while ((ch = getopt_long(argc, argv, getopt_shortopts, longopts,
212 lopt = longopts[longindex].name;
/freebsd-10.1-release/contrib/file/src/
H A Dfile.c64 int getopt_long(int argc, char * const *argv, const char *optstring, const struct option *longopts, int *longindex);
/freebsd-10.1-release/contrib/diff/src/
H A Ddiff.c189 static struct option const longopts[] =
280 while ((c = getopt_long (argc, argv, shortopts, longopts, 0)) != -1)
188 static struct option const longopts[] = variable
H A Dsdiff.c138 static struct option const longopts[] = variable
471 while ((opt = getopt_long (argc, argv, "abBdEHiI:lo:stvw:W", longopts, 0))
/freebsd-10.1-release/contrib/netcat/
H A Dnetcat.c146 struct option longopts[] = { local
164 longopts, NULL)) != -1) {

Completed in 217 milliseconds

12