longopts          397 libglibc/getopt.c 		    const struct option *longopts, int *longind,
longopts          505 libglibc/getopt.c 		  + (longopts != NULL && argv[d->optind][1] == '-'));
longopts          523 libglibc/getopt.c   if (longopts != NULL
longopts          541 libglibc/getopt.c       for (p = longopts, option_index = 0; p->name; p++, option_index++)
longopts          899 libglibc/getopt.c 	for (p = longopts, option_index = 0; p->name; p++, option_index++)
longopts         1118 libglibc/getopt.c 		  const struct option *longopts, int *longind, int long_only)
longopts         1125 libglibc/getopt.c   result = _getopt_internal_r (argc, argv, optstring, longopts,