HomeSort by relevance Sort by last modified time
    Searched defs:pfound (Results 1 - 3 of 3) sorted by null

  /external/bison/lib/
getopt.c 488 const struct option *pfound = NULL;
510 pfound = p;
515 else if (pfound == NULL)
518 pfound = p;
522 || pfound->has_arg != p->has_arg
523 || pfound->flag != p->flag
524 || pfound->val != p->val)
539 first.p = pfound;
605 if (pfound != NULL)
613 if (pfound->has_arg
484 const struct option *pfound = NULL; local
836 const struct option *pfound = NULL; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
getopt.c 629 const struct option *pfound = NULL;
647 pfound = p;
652 else if (pfound == NULL)
655 pfound = p;
674 if (pfound != NULL)
682 if (pfound->has_arg)
691 argv[0], pfound->name);
696 argv[0], argv[optind - 1][0], pfound->name);
700 optopt = pfound->val;
704 else if (pfound->has_arg == 1
626 const struct option *pfound = NULL; local
782 const struct option *pfound = NULL; local
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
getopt.c 650 const struct option *pfound = NULL;
668 pfound = p;
673 else if (pfound == NULL)
676 pfound = p;
695 if (pfound != NULL)
703 if (pfound->has_arg)
713 argv[0], pfound->name);
718 argv[0], argv[optind - 1][0], pfound->name);
722 optopt = pfound->val;
727 else if (pfound->has_arg == 1
646 const struct option *pfound = NULL; local
804 const struct option *pfound = NULL; local
    [all...]

Completed in 117 milliseconds