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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getpath.c 384 int pfound, efound; /* 1 if found; -1 if found build directory */ local
513 if (!(pfound = search_for_prefix(argv0_path, home))) {
525 if (pfound > 0) { /* Use the reduced prefix returned by Py_GetPrefix() */
545 if ((!pfound || !efound) && !Py_FrozenFlag)
637 if (pfound > 0) {
  /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...]
  /external/libusb/examples/getopt/
getopt.c 650 const struct option *pfound = NULL;
668 pfound = p;
673 else if (pfound == NULL)
676 pfound = p;
680 || pfound->has_arg != p->has_arg
681 || pfound->flag != p->flag
682 || pfound->val != p->val)
698 if (pfound != NULL)
706 if (pfound->has_arg)
716 argv[0], pfound->name)
646 const struct option *pfound = NULL; local
807 const struct option *pfound = NULL; local
    [all...]
  /external/python/cpython2/Modules/
getpath.c 376 int pfound, efound; /* 1 if found; -1 if found build directory */ local
505 if (!(pfound = search_for_prefix(argv0_path, home))) {
517 if (pfound > 0) { /* Use the reduced prefix returned by Py_GetPrefix() */
537 if ((!pfound || !efound) && !Py_FrozenFlag)
632 if (pfound > 0) {
  /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 417 milliseconds