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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgetopt.h107 const struct option *longopts, int *longind);
110 const struct option *longopts, int *longind);
115 const struct option *longopts, int *longind,
H A Dgetopt.c316 _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
320 const struct option *longopts;
375 && (longopts == NULL
418 && (longopts == NULL
433 + (longopts != NULL && argv[optind][1] == '-'));
436 if (longopts != NULL
455 for (p = longopts, option_index = 0; p->name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/share/
H A Dgetopt.h156 const struct share__option *longopts, int *longind);
159 const struct share__option *longopts, int *longind);
164 const struct share__option *longopts, int *longind,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dgetopt.h111 const struct option *longopts, int *longind);
114 const struct option *longopts, int *longind);
119 const struct option *longopts, int *longind,
H A Dgetopt.c519 _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
523 const struct option *longopts;
623 + (longopts != NULL && argv[optind][1] == '-'));
641 if (longopts != NULL
658 for (p = longopts, option_index = 0; p->name; p++, option_index++)
840 table of longopts. */
847 for (p = longopts, option_index = 0; p->name; p++, option_index++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dgetopt.c141 * optstr must contain the short options, and longopts the long options.
145 #define generate_output(argv,argc,optstr,longopts) generate_output(argv,argc,optstr)
147 static int generate_output(char **argv, int argc, const char *optstr, const struct option *longopts) argument
164 getopt_long_only(argc, argv, optstr, longopts, &longindex) :
165 getopt_long(argc, argv, optstr, longopts, &longindex);
176 printf(" --%s", longopts[longindex].name);
177 if (longopts[longindex].has_arg)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_main.c38 struct option longopts[] = variable in typeref:struct:option
202 opt = getopt_long (argc, argv, "df:hp:A:P:rnv", longopts, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_main.c55 struct option longopts[] = variable in typeref:struct:option
202 opt = getopt_long (argc, argv, "dlf:hA:P:v", longopts, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Drip_main.c37 static struct option longopts[] = variable in typeref:struct:option
204 opt = getopt_long (argc, argv, "df:hA:P:rv", longopts, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A Dripng_main.c42 struct option longopts[] = variable in typeref:struct:option
179 opt = getopt_long (argc, argv, "dlf:hA:P:v", longopts, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/vtysh/
H A Dvtysh_main.c162 struct option longopts[] =
211 opt = getopt_long (argc, argv, "be:h", longopts, 0);
159 struct option longopts[] = variable in typeref:struct:option
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/getopt/
H A Dgetopt.c530 share___getopt_internal (argc, argv, optstring, longopts, longind, long_only)
534 const struct share__option *longopts;
634 + (longopts != NULL && argv[share__optind][1] == '-'));
652 if (longopts != NULL
669 for (p = longopts, option_index = 0; p->name; p++, option_index++)
851 table of longopts. */
858 for (p = longopts, option_index = 0; p->name; p++, option_index++)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_main.c47 struct option longopts[] = variable in typeref:struct:option
236 opt = getopt_long (argc, argv, "df:hp:A:P:v", longopts, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dmain.c57 struct option longopts[] = variable in typeref:struct:option
209 opt = getopt_long (argc, argv, "bdklf:hA:P:rvm", longopts, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgetopt.c356 const struct option *longopts, int *longind,
465 + (longopts != NULL && argv[d->optind][1] == '-'));
483 if (longopts != NULL
501 for (p = longopts, option_index = 0; p->name; p++, option_index++)
864 table of longopts. */
872 for (p = longopts, option_index = 0; p->name; p++, option_index++)
1092 const struct option *longopts, int *longind,
1100 result = _getopt_internal_r (argc, argv, optstring, longopts, longind,
351 _getopt_internal_r(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct, struct _getopt_data *d) argument
1087 _getopt_internal(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetopt.c356 const struct option *longopts, int *longind,
465 + (longopts != NULL && argv[d->optind][1] == '-'));
483 if (longopts != NULL
501 for (p = longopts, option_index = 0; p->name; p++, option_index++)
864 table of longopts. */
872 for (p = longopts, option_index = 0; p->name; p++, option_index++)
1092 const struct option *longopts, int *longind,
1100 result = _getopt_internal_r (argc, argv, optstring, longopts, longind,
351 _getopt_internal_r(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct, struct _getopt_data *d) argument
1087 _getopt_internal(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dmount.cifs.c613 static struct option longopts[] = { variable in typeref:struct:option
692 longopts, NULL)) != -1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Difstat.c572 static const struct option longopts[] = { variable in typeref:struct:option
597 longopts, NULL)) != EOF) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/networking/
H A Difenslave.c173 struct option longopts[] = { variable in typeref:struct:option
251 while ((c = getopt_long(argc, argv, "acdfhuvV", longopts, 0)) != EOF) {

Completed in 191 milliseconds