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

/external/e2fsprogs/include/nonunix/
H A Dgetopt.h113 const struct option *longopts, int *longind);
116 const struct option *longopts, int *longind);
121 const struct option *longopts, int *longind,
/external/syslinux/gpxe/src/hci/commands/
H A Droute_cmd.c53 static struct option longopts[] = { local
61 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
H A Dgdbstub_cmd.c53 static struct option longopts[] = { local
62 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
H A Dsanboot_cmd.c30 static struct option longopts[] = { local
39 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
H A Ddhcp_cmd.c62 static struct option longopts[] = { local
72 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
128 static struct option longopts[] = { local
141 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
H A Dimage_cmd.c108 static struct option longopts[] = { local
122 longopts, NULL ) ) >= 0 ) {
263 static struct option longopts[] = { local
273 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
326 static struct option longopts[] = { local
336 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
389 static struct option longopts[] = { local
399 while ( ( c = getopt_long ( argc, argv, "h", longopts, NULL ) ) >= 0 ){
463 static struct option longopts[] = { local
471 while ( ( c = getopt_long ( argc, argv, "h", longopts, NUL
516 static struct option longopts[] = { local
[all...]
/external/fio/lib/
H A Dgetopt_long.c43 const struct option *longopts, int *longindex)
86 for (lo = longopts; lo->name; lo++) {
94 *longindex = lo-longopts;
42 getopt_long_only(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longindex) argument
/external/syslinux/com32/lib/
H A Dgetopt_long.c39 const struct option *longopts, int *longindex)
80 for (lo = longopts; lo->name; lo++) {
88 *longindex = lo-longopts;
38 getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longindex) argument
/external/syslinux/libinstaller/getopt/
H A Dgetopt_long.c39 const struct option *longopts, int *longindex)
80 for (lo = longopts; lo->name; lo++) {
88 *longindex = lo-longopts;
38 getopt_long(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longindex) argument
/external/syslinux/gpxe/src/include/
H A Dgetopt.h58 const struct option *longopts, int *longindex );
/external/toybox/lib/
H A Dargs.c113 struct longopts { struct
114 struct longopts *next;
126 struct longopts *longopts; member in struct:getoptflagstate
188 struct longopts *lo;
192 for (lo = gof->longopts; lo->opt != opt; lo = lo->next);
270 // longopts only come at the start of the string.)
273 struct longopts *lo;
279 // init a new struct longopts
280 lo = xmalloc(sizeof(struct longopts));
[all...]
/external/syslinux/gpxe/src/core/
H A Dgetopt.c216 * @v longopts Long option specification table
225 const struct option *longopts, int *longindex ) {
242 for ( longopt = longopts ; longopt->name ; longopt++ ) {
247 *longindex = ( longopt - longopts );
224 getopt_long( int argc, char * const argv[], const char *optstring, const struct option *longopts, int *longindex ) argument
/external/libusb/examples/getopt/
H A Dgetopt.c515 _getopt_internal (argc, argv, optstring, longopts, longind, long_only)
519 const struct option *longopts;
626 + (longopts != NULL && argv[optind][1] == '-'));
644 if (longopts != NULL
661 for (p = longopts, option_index = 0; p->name; p++, option_index++)
846 table of longopts. */
853 for (p = longopts, option_index = 0; p != NULL && p->name; p++, option_index++)
/external/harfbuzz_ng/util/
H A Dhb-fc-list.c55 const struct option longopts[] = { variable in typeref:struct:option
115 while ((c = getopt_long (argc, argv, "vf:qVh", longopts, NULL)) != -1)
/external/bison/lib/
H A Dgetopt.c351 const struct option *longopts, int *longind,
462 + (longopts != NULL && argv[d->optind][1] == '-'));
480 if (longopts != NULL
504 for (p = longopts, option_index = 0; p->name; p++, option_index++)
846 if (longopts == NULL)
899 table of longopts. */
907 for (p = longopts, option_index = 0; p->name; p++, option_index++)
1133 const struct option *longopts, int *longind, int long_only,
1141 result = _getopt_internal_r (argc, argv, optstring, longopts,
346 _getopt_internal_r(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, struct _getopt_data *d, int posixly_correct) argument
1128 _getopt_internal(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct) argument
/external/ltp/testcases/realtime/perf/latency/
H A Dpthread_cond_many.c285 struct option longopts[] = { local
293 rt_init_long("ahi:n:r", longopts, parse_args, argc, argv);
/external/ltp/testcases/realtime/include/
H A Dlibrttest.h195 * longopts: a pointer to the first element of an array of struct option, the
225 int rt_init_long(const char *options, const struct option *longopts,
/external/liblzf/
H A Dlzf.c68 struct option longopts[] = { variable in typeref:struct:option
474 while ((optc = getopt_long (argc, argv, "cdfhvb:", longopts, 0)) != -1)
/external/ltp/testcases/realtime/lib/
H A Dlibrttest.c104 int rt_init_long(const char *options, const struct option *longopts, argument
141 cur_opt = longopts;
168 while ((c = getopt_long(argc, argv, all_options, longopts, NULL)) != -1) {
/external/iproute2/misc/
H A Dnstat.c505 static const struct option longopts[] = { variable in typeref:struct:option
529 longopts, NULL)) != EOF) {
H A Difstat.c665 static const struct option longopts[] = { variable in typeref:struct:option
690 longopts, NULL)) != EOF) {
/external/tcpdump/
H A Dtcpdump.c693 static const struct option longopts[] = { variable in typeref:struct:option
1076 (op = getopt_long(argc, argv, SHORTOPTS, longopts, NULL)) != -1)
/external/syslinux/lzo/src/
H A Dlzo_supp.h1282 const lzo_getopt_longopt_p longopts,
2428 const lzo_getopt_longopt_p longopts,
2477 for (o = longopts; l && o && o->name; ++o)
2520 *longind = (int) (o - longopts);
H A Dminiacc.h4051 const acc_getopt_longopt_p longopts,

Completed in 549 milliseconds