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

12

/freebsd-9.3-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-9.3-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-9.3-release/contrib/cvs/lib/
H A Dgetopt.h127 const struct option *longopts, int *longind);
130 const struct option *longopts, int *longind);
135 const struct option *longopts, int *longind,
H A Dgetopt.c378 _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
382 const struct option *longopts;
459 + (longopts != NULL && argv[optind][1] == '-'));
477 if (longopts != NULL
494 for (p = longopts, option_index = 0; p->name; p++, option_index++)
/freebsd-9.3-release/usr.sbin/pkg_install/version/
H A Dmain.c42 static struct option longopts[] = { variable in typeref:struct:option
70 else while ((ch = getopt_long(argc, argv, opts, longopts, NULL)) != -1) {
/freebsd-9.3-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-9.3-release/usr.sbin/pkg_install/create/
H A Dmain.c52 static struct option longopts[] = { variable in typeref:struct:option
76 while ((ch = getopt_long(argc, argv, opts, longopts, NULL)) != -1)
/freebsd-9.3-release/usr.sbin/pkg_install/delete/
H A Dmain.c43 static struct option longopts[] = { variable in typeref:struct:option
71 while ((ch = getopt_long(argc, argv, opts, longopts, NULL)) != -1)
/freebsd-9.3-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-9.3-release/usr.sbin/pkg_install/info/
H A Dmain.c45 static struct option longopts[] = { variable in typeref:struct:option
81 else while ((ch = getopt_long(argc, argv, opts, longopts, NULL)) != -1) {
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/usr.sbin/pkg_install/updating/
H A Dmain.c33 static struct option longopts[] = { variable in typeref:struct:option
90 while ((ch = getopt_long(argc, argv, opts, longopts, NULL)) != -1) {
/freebsd-9.3-release/contrib/cvs/src/
H A Ddiff.c171 static struct option const longopts[] = variable
269 called diff, they would have the meanings mentioned in "longopts".
343 longopts, &option_index)) != -1)
372 add_diff_args (0, longopts[option_index].name,
373 longopts[option_index].has_arg ? optarg : NULL);
/freebsd-9.3-release/contrib/cvs/diff/
H A Ddiff.c185 static struct option const longopts[] =
277 longopts, 0)) != EOF)
182 static struct option const longopts[] = variable
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dpatch.c460 static struct option longopts[] = variable in typeref:struct:option
502 while ((optc = getopt_long (Argc, Argv, shortopts, longopts, (int *) 0))
/freebsd-9.3-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-9.3-release/contrib/diff/src/
H A Ddiff.c189 static struct option const longopts[] =
279 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-9.3-release/contrib/netcat/
H A Dnetcat.c146 struct option longopts[] = { local
164 longopts, NULL)) != -1) {
/freebsd-9.3-release/contrib/texinfo/util/
H A Dinstall-info.c124 struct option longopts[] =
1197 int opt = getopt_long (argc, argv, "i:d:e:s:hHr", longopts, 0);
122 struct option longopts[] = variable in typeref:struct:option
/freebsd-9.3-release/usr.bin/fetch/
H A Dfetch.c118 static struct option longopts[] = variable in typeref:struct:option
878 longopts, NULL)) != -1)

Completed in 151 milliseconds

12