pfound            489 libglibc/getopt.c       const struct option *pfound = NULL;
pfound            506 libglibc/getopt.c 		pfound = p;
pfound            511 libglibc/getopt.c 	    else if (pfound == NULL)
pfound            514 libglibc/getopt.c 		pfound = p;
pfound            532 libglibc/getopt.c       if (pfound != NULL)
pfound            540 libglibc/getopt.c 	      if (pfound->has_arg) {
pfound            549 libglibc/getopt.c 		     argv[0], pfound->name);
pfound            554 libglibc/getopt.c 		     argv[0], argv[optind - 1][0], pfound->name);
pfound            560 libglibc/getopt.c 	  else if (pfound->has_arg == 1)
pfound            577 libglibc/getopt.c 	  if (pfound->flag)
pfound            579 libglibc/getopt.c 	      *(pfound->flag) = pfound->val;
pfound            582 libglibc/getopt.c 	  return pfound->val;