Searched defs:longopts (Results 1 - 6 of 6) sorted by relevance

/external/grub/util/
H A Dmbchk.c29 static struct option longopts[] = variable in typeref:struct:option
191 c = getopt_long (argc, argv, optstring, longopts, 0);
/external/grub/grub/
H A Dmain.c70 static struct option longopts[] = variable in typeref:struct:option
151 c = getopt_long (argc, argv, OPTSTRING, longopts, 0);
/external/bison/lib/
H A Dgetopt.c357 const struct option *longopts, int *longind,
466 + (longopts != NULL && argv[d->optind][1] == '-'));
484 if (longopts != NULL
502 for (p = longopts, option_index = 0; p->name; p++, option_index++)
865 table of longopts. */
873 for (p = longopts, option_index = 0; p->name; p++, option_index++)
1093 const struct option *longopts, int *longind,
1101 result = _getopt_internal_r (argc, argv, optstring, longopts, longind,
352 _getopt_internal_r(int argc, char **argv, const char *optstring, const struct option *longopts, int *longind, int long_only, int posixly_correct, struct _getopt_data *d) argument
1088 _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 Dlzf.c68 struct option longopts[] = { variable in typeref:struct:option
474 while ((optc = getopt_long (argc, argv, "cdfhvb:", longopts, 0)) != -1)
/external/iproute2/misc/
H A Difstat.c572 static const struct option longopts[] = { variable in typeref:struct:option
597 longopts, NULL)) != EOF) {
/external/genext2fs/
H A Dgenext2fs.c2542 struct option longopts[] = { local
2566 while((c = getopt_long(argc, argv, "x:d:D:b:i:N:m:g:e:zfqUPahVv", longopts, NULL)) != EOF) {

Completed in 480 milliseconds