HomeSort by relevance Sort by last modified time
    Searched defs:pfound (Results 1 - 6 of 6) 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/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 435 int pfound, efound; /* 1 if found; -1 if found build directory */ local
562 if (!(pfound = search_for_prefix(argv0_path, home))) {
574 if (pfound > 0) { /* Use the reduced prefix returned by Py_GetPrefix() */
594 if ((!pfound || !efound) && !Py_FrozenFlag)
689 if (pfound > 0) {
  /toolchain/binutils/binutils-2.27/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...]
  /external/python/cpython3/Modules/
getpath.c 474 int pfound, efound; /* 1 if found; -1 if found build directory */ local
667 pfound = search_for_prefix(argv0_path, home, _prefix, lib_python);
668 if (!pfound) {
680 if (pfound > 0) { /* Use the reduced prefix returned by Py_GetPrefix() */
702 if ((!pfound || !efound) && !Py_FrozenFlag)
796 if (pfound > 0) {
  /external/expat/tests/
runtests.c 3543 int *pfound = (int *)userData; local
3662 int *pfound = (int *)userData; local
    [all...]

Completed in 989 milliseconds