Searched refs:pfound (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/lib/
H A Dgetopt.c647 const struct option *pfound = NULL;
665 pfound = p;
670 else if (pfound == NULL)
673 pfound = p;
692 if (pfound != NULL)
700 if (pfound->has_arg)
710 argv[0], pfound->name);
715 argv[0], argv[optind - 1][0], pfound->name);
719 optopt = pfound->val;
723 else if (pfound
643 const struct option *pfound = NULL; local
800 const struct option *pfound = NULL; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dgetopt.c487 const struct option *pfound = NULL;
505 pfound = p;
510 else if (pfound == NULL)
513 pfound = p;
517 || pfound->has_arg != p->has_arg
518 || pfound->flag != p->flag
519 || pfound->val != p->val)
557 if (pfound != NULL)
565 if (pfound->has_arg)
582 argv[0], pfound
483 const struct option *pfound = NULL; local
788 const struct option *pfound = NULL; local
[all...]

Completed in 17 milliseconds