pfound            530 libglibc/getopt.c       const struct option *pfound = NULL;
pfound            548 libglibc/getopt.c 		pfound = p;
pfound            553 libglibc/getopt.c 	    else if (pfound == NULL)
pfound            556 libglibc/getopt.c 		pfound = p;
pfound            560 libglibc/getopt.c 		     || pfound->has_arg != p->has_arg
pfound            561 libglibc/getopt.c 		     || pfound->flag != p->flag
pfound            562 libglibc/getopt.c 		     || pfound->val != p->val)
pfound            600 libglibc/getopt.c       if (pfound != NULL)
pfound            608 libglibc/getopt.c 	      if (pfound->has_arg)
pfound            625 libglibc/getopt.c 					  argv[0], pfound->name);
pfound            629 libglibc/getopt.c 				   argv[0], pfound->name);
pfound            639 libglibc/getopt.c 					  pfound->name);
pfound            644 libglibc/getopt.c 				   pfound->name);
pfound            669 libglibc/getopt.c 		  d->optopt = pfound->val;
pfound            673 libglibc/getopt.c 	  else if (pfound->has_arg == 1)
pfound            708 libglibc/getopt.c 		  d->optopt = pfound->val;
pfound            715 libglibc/getopt.c 	  if (pfound->flag)
pfound            717 libglibc/getopt.c 	      *(pfound->flag) = pfound->val;
pfound            720 libglibc/getopt.c 	  return pfound->val;
pfound            835 libglibc/getopt.c 	const struct option *pfound = NULL;
pfound            905 libglibc/getopt.c 		  pfound = p;
pfound            910 libglibc/getopt.c 	      else if (pfound == NULL)
pfound            913 libglibc/getopt.c 		  pfound = p;
pfound            951 libglibc/getopt.c 	if (pfound != NULL)
pfound            958 libglibc/getopt.c 		if (pfound->has_arg)
pfound            969 libglibc/getopt.c 					argv[0], pfound->name) >= 0)
pfound            987 libglibc/getopt.c 				 argv[0], pfound->name);
pfound            995 libglibc/getopt.c 	    else if (pfound->has_arg == 1)
pfound           1036 libglibc/getopt.c 	    if (pfound->flag)
pfound           1038 libglibc/getopt.c 		*(pfound->flag) = pfound->val;
pfound           1041 libglibc/getopt.c 	    return pfound->val;