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

1234

/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/lib/
H A Dgetopt1.c48 const struct option *long_options, int *opt_index)
50 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
55 const struct option *long_options, int *opt_index,
58 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, argv, options, long_options, opt_index, 1);
76 const struct option *long_options, int *opt_index,
79 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
99 static struct option long_options[] =
111 long_options,
46 getopt_long(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
53 _getopt_long_r(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
67 getopt_long_only(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
74 _getopt_long_only_r(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
97 static struct option long_options[] = local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
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
/netbsd-6-1-5-RELEASE/gnu/dist/grep/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
/netbsd-6-1-5-RELEASE/gnu/dist/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
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dgetopt1.c69 getopt_long (argc, argv, options, long_options, opt_index)
73 const struct option *long_options;
76 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
85 getopt_long_only (argc, argv, options, long_options, opt_index)
89 const struct option *long_options;
92 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
115 static struct option long_options[] =
127 long_options, &option_index);
134 printf ("option %s", long_options[option_index].name);
113 static struct option long_options[] = local
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
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...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/libs/libgroff/
H A Dgetopt1.c48 const struct option *long_options, int *opt_index)
50 return _getopt_internal (argc, (char **) argv, options, long_options,
56 const struct option *long_options, int *opt_index,
59 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
71 const struct option *long_options, int *opt_index)
73 return _getopt_internal (argc, (char **) argv, options, long_options,
79 const struct option *long_options, int *opt_index,
82 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
102 static struct option long_options[] =
114 long_options,
46 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
54 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
68 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
77 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
100 static struct option long_options[] = local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/lib/
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...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/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
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/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
/netbsd-6-1-5-RELEASE/external/bsd/file/dist/src/
H A Dgetopt_long.c362 getopt_long(nargc, nargv, options, long_options, idx)
366 const struct option *long_options;
372 (long_options[(_x)].has_arg == long_options[(_y)].has_arg && \
373 long_options[(_x)].flag == long_options[(_y)].flag && \
374 long_options[(_x)].val == long_options[(_y)].val)
378 _DIAGASSERT(long_options != NULL);
414 for (i = 0; long_options[
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/stdlib/
H A Dgetopt_long.c345 const struct option *long_options, int *idx)
350 (long_options[(_x)].has_arg == long_options[(_y)].has_arg && \
351 long_options[(_x)].flag == long_options[(_y)].flag && \
352 long_options[(_x)].val == long_options[(_y)].val)
356 _DIAGASSERT(long_options != NULL);
392 for (i = 0; long_options[i].name; i++) {
394 if (strncmp(current_argv, long_options[
344 getopt_long(int nargc, char * const *nargv, const char *options, const struct option *long_options, int *idx) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/lkbib/
H A Dlkbib.cpp52 static const struct option long_options[] = { local
57 while ((opt = getopt_long(argc, argv, "nvVi:t:p:", long_options, NULL))
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/lookbib/
H A Dlookbib.cpp57 static const struct option long_options[] = { local
62 while ((opt = getopt_long(argc, argv, "vVi:t:", long_options, NULL)) != EOF)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dcxxfilt.c36 static const struct option long_options[] = variable in typeref:struct:option
183 while ((c = getopt_long (argc, argv, "_hinps:tv", long_options, (int *) 0)) != EOF)
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dtstngettext.c45 static const struct option long_options[] = variable in typeref:struct:option
93 while ((optchar = getopt_long (argc, argv, "+d:hV", long_options, NULL))
H A Dtstgettext.c55 static const struct option long_options[] = variable in typeref:struct:option
105 while ((optchar = getopt_long (argc, argv, "+d:eEhnsV", long_options, NULL))
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/info/
H A Dinfo.c104 static struct option long_options[] = { variable in typeref:struct:option
175 (argc, argv, short_options, long_options, &getopt_long_index);
182 if (option_character == 0 && long_options[getopt_long_index].flag == 0)
183 option_character = long_options[getopt_long_index].val;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/soelim/
H A Dsoelim.cpp57 static const struct option long_options[] = { local
62 while ((opt = getopt_long(argc, argv, "CI:rtv", long_options, NULL)) != EOF)
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/utils/pfbtops/
H A Dpfbtops.c171 static const struct option long_options[] = { local
179 while ((opt = getopt_long(argc, argv, "v", long_options, NULL)) != EOF) {
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dmsgconv.c55 static const struct option long_options[] = variable in typeref:struct:option
124 while ((opt = getopt_long (argc, argv, "D:eEFhio:pPst:Vw:", long_options,
H A Dmsgen.c51 static const struct option long_options[] = variable in typeref:struct:option
116 while ((opt = getopt_long (argc, argv, "D:eEFhio:pPsVw:", long_options, NULL))
H A Dmsguniq.c55 static const struct option long_options[] = variable in typeref:struct:option
131 long_options, NULL)) != EOF)

Completed in 308 milliseconds

1234