/external/grub/lib/ |
H A D | getopt.h | 111 const struct option *longopts, int *longind); 114 const struct option *longopts, int *longind); 119 const struct option *longopts, int *longind,
|
H A D | getopt.c | 519 _getopt_internal (argc, argv, optstring, longopts, longind, long_only) 523 const struct option *longopts; 623 + (longopts != NULL && argv[optind][1] == '-')); 641 if (longopts != NULL 658 for (p = longopts, option_index = 0; p->name; p++, option_index++) 839 table of longopts. */ 846 for (p = longopts, option_index = 0; p->name; p++, option_index++)
|
/external/marisa-trie/tools/ |
H A D | cmdopt.h | 34 const cmdopt_option *longopts; member in struct:cmdopt_t_ 49 const char *optstring, const cmdopt_option *longopts);
|
H A D | cmdopt.c | 125 if (h->longopts == NULL) { 129 for (i = 0; h->longopts[i].name != NULL; i++) { 130 len = cmdopt_match_len(h->longopts[i].name, h->nextchar); 183 option = h->longopts + h->longindex; 243 const char *optstring, const cmdopt_option *longopts) { 250 h->longopts = longopts; 274 h->longopts[h->longindex].name); 289 h->longopts[h->longindex].name, h->optarg); 242 cmdopt_init(cmdopt_t *h, int argc, char **argv, const char *optstring, const cmdopt_option *longopts) argument
|
/external/marisa-trie/v0_1_5/tools/ |
H A D | cmdopt.h | 34 const cmdopt_option *longopts; member in struct:cmdopt_t_ 49 const char *optstring, const cmdopt_option *longopts);
|
H A D | cmdopt.c | 125 if (h->longopts == NULL) { 129 for (i = 0; h->longopts[i].name != NULL; i++) { 130 len = cmdopt_match_len(h->longopts[i].name, h->nextchar); 183 option = h->longopts + h->longindex; 243 const char *optstring, const cmdopt_option *longopts) { 250 h->longopts = longopts; 274 h->longopts[h->longindex].name); 289 h->longopts[h->longindex].name, h->optarg); 242 cmdopt_init(cmdopt_t *h, int argc, char **argv, const char *optstring, const cmdopt_option *longopts) argument
|
/external/e2fsprogs/include/nonunix/ |
H A 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/grub/grub/ |
H A D | main.c | 70 static struct option longopts[] = variable in typeref:struct:option 151 c = getopt_long (argc, argv, OPTSTRING, longopts, 0);
|
/external/grub/util/ |
H A D | mbchk.c | 29 static struct option longopts[] = variable in typeref:struct:option 191 c = getopt_long (argc, argv, optstring, longopts, 0);
|
/external/bison/lib/ |
H A D | getopt.c | 351 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/liblzf/ |
H A D | lzf.c | 68 struct option longopts[] = { variable in typeref:struct:option 474 while ((optc = getopt_long (argc, argv, "cdfhvb:", longopts, 0)) != -1)
|
/external/iproute2/misc/ |
H A D | ifstat.c | 572 static const struct option longopts[] = { variable in typeref:struct:option 597 longopts, NULL)) != EOF) {
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
H A 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/genext2fs/ |
H A D | genext2fs.c | 2543 struct option longopts[] = { local 2567 while((c = getopt_long(argc, argv, "x:d:D:b:i:N:m:g:e:zfqUPahVv", longopts, NULL)) != EOF) {
|