/external/toybox/lib/ |
D | args.c | 113 struct longopts { struct 114 struct longopts *next; argument 126 struct longopts *longopts; argument 188 struct longopts *lo; in gotflag() 192 for (lo = gof->longopts; lo->opt != opt; lo = lo->next); in gotflag() 273 struct longopts *lo; in parse_optflaglist() 280 lo = xmalloc(sizeof(struct longopts)); in parse_optflaglist() 281 lo->next = gof->longopts; in parse_optflaglist() 285 gof->longopts = lo; in parse_optflaglist() 411 struct longopts *lo; in get_optflags() [all …]
|
/external/e2fsprogs/include/nonunix/ |
D | getopt.h | 113 const struct option *longopts, int *longind); 116 const struct option *longopts, int *longind); 121 const struct option *longopts, int *longind,
|
/external/fio/lib/ |
D | getopt_long.c | 43 const struct option *longopts, int *longindex) in getopt_long_only() argument 86 for (lo = longopts; lo->name; lo++) { in getopt_long_only() 94 *longindex = lo-longopts; in getopt_long_only()
|
/external/bison/lib/ |
D | getopt.c | 347 const struct option *longopts, int *longind, in _getopt_internal_r() argument 458 + (longopts != NULL && argv[d->optind][1] == '-')); in _getopt_internal_r() 476 if (longopts != NULL in _getopt_internal_r() 500 for (p = longopts, option_index = 0; p->name; p++, option_index++) in _getopt_internal_r() 842 if (longopts == NULL) in _getopt_internal_r() 903 for (p = longopts, option_index = 0; p->name; p++, option_index++) in _getopt_internal_r() 1129 const struct option *longopts, int *longind, int long_only, in _getopt_internal() argument 1137 result = _getopt_internal_r (argc, argv, optstring, longopts, in _getopt_internal()
|
/external/harfbuzz_ng/util/ |
D | hb-fc-list.c | 55 const struct option longopts[] = { variable 115 while ((c = getopt_long (argc, argv, "vf:qVh", longopts, NULL)) != -1) in main()
|
/external/liblzf/ |
D | lzf.c | 68 struct option longopts[] = { variable 474 while ((optc = getopt_long (argc, argv, "cdfhvb:", longopts, 0)) != -1) in main()
|
/external/iproute2/misc/ |
D | nstat.c | 505 static const struct option longopts[] = { variable 529 longopts, NULL)) != EOF) { in main()
|
D | ifstat.c | 665 static const struct option longopts[] = { variable 690 longopts, NULL)) != EOF) { in main()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/ |
D | gflags.py | 1210 longopts = [] 1250 longopts.append(name + "=") 1256 longopts.append('undefok=') 1266 optlist, unparsed_args = getopt.gnu_getopt(args, shortopts, longopts) 1268 optlist, unparsed_args = getopt.getopt(args, shortopts, longopts)
|
/external/chromium-trace/catapult/third_party/python_gflags/ |
D | gflags.py | 1210 longopts = [] 1250 longopts.append(name + "=") 1256 longopts.append('undefok=') 1266 optlist, unparsed_args = getopt.gnu_getopt(args, shortopts, longopts) 1268 optlist, unparsed_args = getopt.getopt(args, shortopts, longopts)
|
/external/tcpdump/ |
D | tcpdump.c | 693 static const struct option longopts[] = { variable 1076 (op = getopt_long(argc, argv, SHORTOPTS, longopts, NULL)) != -1) in main()
|
/external/bison/ |
D | ChangeLog-1998 | 366 * src/getargs.c (longopts): Allow `output' as an alternative. 1004 * src/getargs.c (longopts): Add `yacc'.
|
D | ChangeLog-2012 | 20719 (longopts): Accept --trace instead of --statistics. 21019 * src/options.c (longopts): Support `--output' and `%output'. 21173 * src/getargs.c (longopts): `--debug' is `-t', not `-d'. 21361 * src/getargs.c (longopts): Declare --defines and --graph as options 21627 (getargs): Free longopts at the end of the function. 21634 * src/options.c (option_table): Create from longopts and percent_table. 21635 * src/getargs.c (longopts): Delete. 22079 (longopts): Update. 22221 (longopts): --skeleton is a new option. 22234 * src/getargs.c (longopts): Clean up.
|