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

  /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...]
  /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...]
  /toolchain/binutils/binutils-2.27/binutils/
rddbg.c 99 void *dhandle, bfd_boolean *pfound)
115 *pfound = FALSE;
159 *pfound = TRUE;
274 void *dhandle, bfd_boolean *pfound)
299 *pfound = TRUE;
349 read_ieee_debugging_info (bfd *abfd, void *dhandle, bfd_boolean *pfound)
372 *pfound = TRUE;
  /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/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) {
  /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) {
  /toolchain/binutils/binutils-2.27/bfd/
syms.c 852 location. This is used by COFF and ELF targets. It sets *pfound
928 bfd_boolean *pfound,
944 *pfound = FALSE;
    [all...]
  /external/expat/tests/
runtests.c 3543 int *pfound = (int *)userData; local
3662 int *pfound = (int *)userData; local
    [all...]

Completed in 381 milliseconds