Searched refs:long_options (Results 1 - 25 of 62) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgetopt1.c42 const struct option *long_options, int *opt_index)
44 return _getopt_internal (argc, (char **) argv, options, long_options,
50 const struct option *long_options, int *opt_index,
53 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
65 const struct option *long_options, int *opt_index)
67 return _getopt_internal (argc, (char **) argv, options, long_options,
73 const struct option *long_options, int *opt_index,
76 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
96 static struct option long_options[] =
108 long_options,
40 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
48 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
62 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
71 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
94 static struct option long_options[] = local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetopt1.c42 const struct option *long_options, int *opt_index)
44 return _getopt_internal (argc, (char **) argv, options, long_options,
50 const struct option *long_options, int *opt_index,
53 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
65 const struct option *long_options, int *opt_index)
67 return _getopt_internal (argc, (char **) argv, options, long_options,
73 const struct option *long_options, int *opt_index,
76 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
96 static struct option long_options[] =
108 long_options,
40 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
48 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
62 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
71 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
94 static struct option long_options[] = local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/getopt/
H A Dgetopt1.c84 share__getopt_long (argc, argv, options, long_options, opt_index)
88 const struct share__option *long_options;
91 return share___getopt_internal (argc, argv, options, long_options, opt_index, 0);
100 share__getopt_long_only (argc, argv, options, long_options, opt_index)
104 const struct share__option *long_options;
107 return share___getopt_internal (argc, argv, options, long_options, opt_index, 1);
130 static struct share__option long_options[] =
142 long_options, &option_index);
149 printf ("option %s", long_options[option_index].name);
128 static struct share__option long_options[] = local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dgetopt1.c70 getopt_long (argc, argv, options, long_options, opt_index)
74 const struct option *long_options;
77 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
86 getopt_long_only (argc, argv, options, long_options, opt_index)
90 const struct option *long_options;
93 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
116 static struct option long_options[] =
128 long_options, &option_index);
135 printf ("option %s", long_options[option_index].name);
114 static struct option long_options[] = local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dgetopt.c209 static struct option *add_long_options(struct option *long_options, char *options) argument
215 if (long_options)
216 while (long_options[long_nr].name)
234 long_options = xrealloc(long_options,
235 sizeof(long_options[0]) * (long_nr+2));
236 long_options[long_nr].has_arg = arg_opt;
237 long_options[long_nr].flag = NULL;
238 long_options[long_nr].val = LONG_OPT;
239 long_options[long_n
291 struct option *long_options = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dgetopt32.c52 struct option *long_options = (struct option *) &bb_null_long_options; local
103 long_options = alloca(count * sizeof(*long_options));
104 memset(long_options, 0, count * sizeof(*long_options));
108 long_options[i].name = optstr;
110 long_options[i].has_arg = (unsigned char)(*optstr++);
111 /* long_options[i].flag = NULL; */
112 long_options[i].val = (unsigned char)(*optstr++);
115 for (l_o = long_options; l_
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/utils/
H A Dsmbget.c451 int readrcfile(const char *name, const struct poptOption long_options[]) argument
472 for(i = 0; long_options[i].shortName; i++) {
473 if(!long_options[i].longName)continue;
474 if(strcmp(long_options[i].longName, var)) continue;
475 if(!long_options[i].arg)continue;
477 switch(long_options[i].argInfo) {
479 intdata = (int *)long_options[i].arg;
485 intdata = (int *)long_options[i].arg;
489 stringdata = (char **)long_options[i].arg;
516 struct poptOption long_options[] local
554 readrcfile(poptGetOptArg(pc), long_options); local
[all...]
H A Dsmbtree.c194 struct poptOption long_options[] = { local
213 pc = poptGetContext("smbtree", argc, (const char **)argv, long_options,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dtstngettext.c44 static const struct option long_options[] = variable in typeref:struct:option
92 while ((optchar = getopt_long (argc, argv, "+d:hV", long_options, NULL))
H A Dtstgettext.c54 static const struct option long_options[] = variable in typeref:struct:option
104 while ((optchar = getopt_long (argc, argv, "+d:eEhnsV", long_options, NULL))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dsmbiconv.c182 struct poptOption long_options[] = { local
195 long_options, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/libsmbclient/
H A Dtestacl.c86 struct poptOption long_options[] = local
132 pc = poptGetContext("smbcacls", argc, argv, long_options, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/src/
H A Dgettext.c49 static const struct option long_options[] = variable in typeref:struct:option
97 while ((optchar = getopt_long (argc, argv, "+d:eEhnsV", long_options, NULL))
H A Dngettext.c45 static const struct option long_options[] = variable in typeref:struct:option
93 while ((optchar = getopt_long (argc, argv, "+d:eEhV", long_options, NULL))
H A Denvsubst.c45 static const struct option long_options[] = variable in typeref:struct:option
89 while ((opt = getopt_long (argc, argv, "hvV", long_options, NULL)) != EOF)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgconv.c60 static const struct option long_options[] = variable in typeref:struct:option
131 while ((opt = getopt_long (argc, argv, "D:eEFhio:pPst:Vw:", long_options,
H A Dmsgen.c56 static const struct option long_options[] = variable in typeref:struct:option
124 while ((opt = getopt_long (argc, argv, "D:eEFhio:pPsVw:", long_options, NULL))
H A Dhostname.c98 static const struct option long_options[] = variable in typeref:struct:option
147 while ((optchar = getopt_long (argc, argv, "fhisV", long_options, NULL))
H A Dmsgcat.c62 static const struct option long_options[] = variable in typeref:struct:option
146 long_options, NULL)) != EOF)
H A Dmsgcmp.c60 static const struct option long_options[] = variable in typeref:struct:option
112 while ((optchar = getopt_long (argc, argv, "D:hmPV", long_options, NULL))
H A Dmsgcomm.c63 static const struct option long_options[] = variable in typeref:struct:option
142 long_options, NULL)) != EOF)
H A Dmsgexec.c76 static const struct option long_options[] = variable in typeref:struct:option
132 while ((opt = getopt_long (argc, argv, "+D:hi:PV", long_options, NULL))
H A Dmsgunfmt.c78 static const struct option long_options[] = variable in typeref:struct:option
142 long_options, NULL))
H A Dmsguniq.c60 static const struct option long_options[] = variable in typeref:struct:option
139 long_options, NULL)) != EOF)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-utils/
H A Davahi-set-host-name.c85 static const struct option long_options[] = { local
97 while ((o = getopt_long(argc, argv, "hVv", long_options, NULL)) >= 0) {

Completed in 131 milliseconds

123