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

123

/haiku-fatelf/src/bin/coreutils/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 const 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 const struct option long_options[] = local
[all...]
H A Dxstrtol-error.c48 int opt_idx, char c, struct option const *long_options,
84 option = long_options[opt_idx].name;
93 int opt_idx, char c, struct option const *long_options,
96 xstrtol_error (err, opt_idx, c, long_options, arg, exit_failure);
47 xstrtol_error(enum strtol_error err, int opt_idx, char c, struct option const *long_options, char const *arg, int exit_status) argument
92 xstrtol_fatal(enum strtol_error err, int opt_idx, char c, struct option const *long_options, char const *arg) argument
H A Dlong-options.c33 static struct option const long_options[] = variable
61 && (c = getopt_long (argc, argv, "+", long_options, NULL)) != -1)
/haiku-fatelf/src/bin/findutils/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...]
H A Dxstrtol-error.c48 int opt_idx, char c, struct option const *long_options,
84 option = long_options[opt_idx].name;
93 int opt_idx, char c, struct option const *long_options,
96 xstrtol_error (err, opt_idx, c, long_options, arg, exit_failure);
47 xstrtol_error(enum strtol_error err, int opt_idx, char c, struct option const *long_options, char const *arg, int exit_status) argument
92 xstrtol_fatal(enum strtol_error err, int opt_idx, char c, struct option const *long_options, char const *arg) argument
/haiku-fatelf/src/bin/network/wget/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 const 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 const struct option long_options[] = local
[all...]
/haiku-fatelf/src/bin/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
/haiku-fatelf/src/bin/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
/haiku-fatelf/src/bin/gawk/
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
/haiku-fatelf/src/bin/gdb/libiberty/
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
/haiku-fatelf/src/bin/sharutils/lib/
H A Dgetopt1.c60 getopt_long (argc, argv, options, long_options, opt_index)
64 const struct option *long_options;
67 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
76 getopt_long_only (argc, argv, options, long_options, opt_index)
80 const struct option *long_options;
83 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);
104 static struct option long_options[] = local
/haiku-fatelf/src/system/libroot/posix/glibc/extensions/
H A Dgetopt1.c72 getopt_long (argc, argv, options, long_options, opt_index)
76 const struct option *long_options;
79 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
88 getopt_long_only (argc, argv, options, long_options, opt_index)
92 const struct option *long_options;
95 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
122 static struct option long_options[] =
134 long_options, &option_index);
141 printf ("option %s", long_options[option_index].name);
120 static struct option long_options[] = variable in typeref:struct:option
/haiku-fatelf/src/bin/playsound/
H A Dplaysound.cpp60 static struct option long_options[] = local
68 c = getopt_long (argc, argv, "lgp:", long_options, &option_index);
/haiku-fatelf/src/tools/
H A Dcreate_image.cpp44 static struct option long_options[] = { local
53 c = getopt_long(argc, argv, "+hi:cf:", long_options, NULL);
/haiku-fatelf/src/bin/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);
/haiku-fatelf/src/bin/coreutils/src/
H A Dchgrp.c59 static struct option const long_options[] = variable
193 while ((optc = getopt_long (argc, argv, "HLPRcfhv", long_options, NULL))
H A Dchown.c54 static struct option const long_options[] = variable
184 while ((optc = getopt_long (argc, argv, "HLPRcfhv", long_options, NULL))
H A Druncon.c64 static struct option const long_options[] = variable
133 int c = getopt_long (argc, argv, "+r:t:u:l:c", long_options,
H A Dtee.c45 static struct option const long_options[] = variable
97 while ((optc = getopt_long (argc, argv, "ai", long_options, NULL)) != -1)
H A Dtimeout.c81 static struct option const long_options[] = variable
234 while ((c = getopt_long (argc, argv, "+s:", long_options, NULL)) != -1)
H A Dbase64.c40 static struct option const long_options[] = variable
255 while ((opt = getopt_long (argc, argv, "diw:", long_options, NULL)) != -1)
/haiku-fatelf/src/bin/gzip/
H A Dgetopt.c677 getopt_long (argc, argv, options, long_options, opt_index)
681 const struct option *long_options;
684 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluidsynth.c232 static struct option long_options[] = { local
259 c = getopt_long(argc, argv, optchars, long_options, &option_index);
298 printf ("option %s", long_options[option_index].name);
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmain.c245 static struct option long_options[] = local
311 long_options, &option_index);
316 if (c == 0 && long_options[option_index].flag == 0)
317 c = long_options[option_index].val;
/haiku-fatelf/src/apps/pulse/
H A DPulseApp.cpp47 static struct option long_options[] = { local
58 int c = getopt_long(argc, argv, "hw:", long_options, &option_index);

Completed in 235 milliseconds

123