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

123

/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dgetopt1.c43 const struct option *long_options, int *opt_index)
45 return _getopt_internal (argc, (char **) argv, options, long_options,
51 const struct option *long_options, int *opt_index,
54 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
66 const struct option *long_options, int *opt_index)
68 return _getopt_internal (argc, (char **) argv, options, long_options,
74 const struct option *long_options, int *opt_index,
77 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
97 static struct option long_options[] =
109 long_options,
41 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
49 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
63 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
72 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
95 static struct option long_options[] = local
[all...]
/macosx-10.10.1/bc-21/bc/lib/
H A Dgetopt1.c64 getopt_long (argc, argv, options, long_options, opt_index)
68 const struct option *long_options;
71 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
80 getopt_long_only (argc, argv, options, long_options, opt_index)
84 const struct option *long_options;
87 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
110 static struct option long_options[] =
122 long_options, &option_index);
129 printf ("option %s", long_options[option_index].name);
108 static struct option long_options[] = local
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dgetopt1.c67 getopt_long (argc, argv, options, long_options, opt_index)
71 const struct option *long_options;
74 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
83 getopt_long_only (argc, argv, options, long_options, opt_index)
87 const struct option *long_options;
90 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
113 static struct option long_options[] =
125 long_options, &option_index);
132 printf ("option %s", long_options[option_index].name);
111 static struct option long_options[] = local
/macosx-10.10.1/gpatch-3/patch/
H A Dgetopt1.c67 getopt_long (argc, argv, options, long_options, opt_index)
71 const struct option *long_options;
74 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
83 getopt_long_only (argc, argv, options, long_options, opt_index)
87 const struct option *long_options;
90 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
113 static struct option long_options[] =
125 long_options, &option_index);
132 printf ("option %s", long_options[option_index].name);
111 static struct option long_options[] = local
/macosx-10.10.1/srm-7/srm/lib/
H A Dgetopt1.c68 getopt_long (argc, argv, options, long_options, opt_index)
72 const struct option *long_options;
75 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
84 getopt_long_only (argc, argv, options, long_options, opt_index)
88 const struct option *long_options;
91 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
114 static struct option long_options[] =
126 long_options, &option_index);
133 printf ("option %s", long_options[option_index].name);
112 static struct option long_options[] = local
/macosx-10.10.1/uucp-11/uucp/lib/
H A Dgetop1.c27 getopt_long (argc, argv, options, long_options, opt_index)
31 const struct option *long_options;
34 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
43 getopt_long_only (argc, argv, options, long_options, opt_index)
47 const struct option *long_options;
50 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
70 static struct option long_options[] =
82 long_options, &option_index);
89 printf ("option %s", long_options[option_index].name);
68 static struct option long_options[] = local
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dgetopt1.c46 const struct option *long_options, int *opt_index)
48 return _getopt_internal (argc, (char **) argv, options, long_options,
54 const struct option *long_options, int *opt_index,
57 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
69 const struct option *long_options, int *opt_index)
71 return _getopt_internal (argc, (char **) argv, options, long_options,
77 const struct option *long_options, int *opt_index,
80 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
100 static struct option long_options[] =
112 long_options,
44 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
52 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
66 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
75 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
98 static struct option long_options[] = local
[all...]
/macosx-10.10.1/groff-38/groff/src/libs/libgroff/
H A Dgetopt1.c46 const struct option *long_options, int *opt_index)
48 return _getopt_internal (argc, (char **) argv, options, long_options,
54 const struct option *long_options, int *opt_index,
57 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
69 const struct option *long_options, int *opt_index)
71 return _getopt_internal (argc, (char **) argv, options, long_options,
77 const struct option *long_options, int *opt_index,
80 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
100 static struct option long_options[] =
112 long_options,
44 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
52 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
66 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
75 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
98 static struct option long_options[] = local
[all...]
/macosx-10.10.1/text_cmds-88/sort/
H A Dgetopt1.c46 const struct option *long_options, int *opt_index)
48 return _getopt_internal (argc, (char **) argv, options, long_options,
54 const struct option *long_options, int *opt_index,
57 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
69 const struct option *long_options, int *opt_index)
71 return _getopt_internal (argc, (char **) argv, options, long_options,
77 const struct option *long_options, int *opt_index,
80 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
100 static struct option long_options[] =
112 long_options,
44 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
52 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
66 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
75 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
98 static struct option long_options[] = local
[all...]
H A Dlong-options.c36 static struct option const long_options[] = variable
64 && (c = getopt_long (argc, argv, "+", long_options, NULL)) != -1)
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dgetopt1.c71 const struct option *long_options, int *opt_index)
73 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
83 const struct option *long_options, int *opt_index)
85 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
106 static struct option long_options[] =
118 long_options, &option_index);
125 printf ("option %s", long_options[option_index].name);
69 getopt_long(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
81 getopt_long_only(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
104 static struct option long_options[] = local
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Dgetopt_long.c196 * Returns -1 if short_too is set and the option does not match long_options.
200 const struct option *long_options, int *idx, int short_too, int flags)
239 for (i = 0; long_options[i].name; i++) {
241 if (strncmp(current_argv, long_options[i].name,
245 if (strlen(long_options[i].name) == current_argv_len) {
261 long_options[i].has_arg !=
262 long_options[match].has_arg ||
263 long_options[i].flag != long_options[match].flag ||
264 long_options[
199 parse_long_options(char * const *nargv, const char *options, const struct option *long_options, int *idx, int short_too, int flags) argument
364 getopt_internal(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx, int flags) argument
606 getopt_long(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx) argument
619 getopt_long_only(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx) argument
[all...]
/macosx-10.10.1/file-46/file/src/
H A Dgetopt_long.c356 getopt_long(nargc, nargv, options, long_options, idx)
360 const struct option *long_options;
366 (long_options[(_x)].has_arg == long_options[(_y)].has_arg && \
367 long_options[(_x)].flag == long_options[(_y)].flag && \
368 long_options[(_x)].val == long_options[(_y)].val)
372 _DIAGASSERT(long_options != NULL);
408 for (i = 0; long_options[
[all...]
/macosx-10.10.1/groff-38/groff/src/utils/lkbib/
H A Dlkbib.cpp50 static const struct option long_options[] = { local
55 while ((opt = getopt_long(argc, argv, "nvVi:t:p:", long_options, NULL))
/macosx-10.10.1/groff-38/groff/src/utils/lookbib/
H A Dlookbib.cpp55 static const struct option long_options[] = { local
60 while ((opt = getopt_long(argc, argv, "vVi:t:", long_options, NULL)) != EOF)
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dcxxfilt.c36 static const struct option long_options[] = variable in typeref:struct:option
181 while ((c = getopt_long (argc, argv, "_hinps:tv", long_options, (int *) 0)) != EOF)
H A Daddr2line.c52 static struct option long_options[] = variable in typeref:struct:option
350 while ((c = getopt_long (argc, argv, "b:Ce:sfHhij:Vv", long_options, (int *) 0))
/macosx-10.10.1/bc-21/bc/bc/
H A Dmain.c45 static struct option long_options[] = variable in typeref:struct:option
89 optch = getopt_long (argc, argv, "chilqswv", long_options, &long_index);
/macosx-10.10.1/groff-38/groff/src/preproc/soelim/
H A Dsoelim.cpp55 static const struct option long_options[] = { local
60 while ((opt = getopt_long(argc, argv, "CI:rtv", long_options, NULL)) != EOF)
/macosx-10.10.1/groff-38/groff/src/utils/pfbtops/
H A Dpfbtops.c169 static const struct option long_options[] = { local
177 while ((opt = getopt_long(argc, argv, "v", long_options, NULL)) != EOF) {
/macosx-10.10.1/rsync-45/rsync/
H A Dwildtest.c44 static struct poptOption long_options[] = { variable in typeref:struct:poptOption
116 long_options, 0);
/macosx-10.10.1/SmartCardServices-55111/src/PCSC/
H A Dpcscdaemon.c311 static struct option long_options[] = { local
357 while ((opt = getopt_long (argc, argv, OPT_STRING, long_options, &option_index)) != -1) {
364 if (strcmp(long_options[option_index].name,
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Dzkt-conf.c75 static struct option long_options[] = { variable in typeref:struct:option
135 while ( (c = getopt_long (argc, argv, short_options, long_options, &opt_index)) != -1 )
/macosx-10.10.1/groff-38/groff/src/preproc/eqn/
H A Dmain.cpp263 static const struct option long_options[] = { local
268 while ((opt = getopt_long(argc, argv, "DCRvd:f:p:s:m:T:M:rN", long_options,
/macosx-10.10.1/groff-38/groff/src/utils/xtotroff/
H A Dxtotroff.c229 static const struct option long_options[] = { local
237 while ((opt = getopt_long(argc, argv, "gr:s:v", long_options,

Completed in 174 milliseconds

123