Home
last modified time | relevance | path

Searched refs:pfound (Results 1 – 3 of 3) sorted by relevance

/external/libusb/examples/getopt/
Dgetopt.c646 const struct option *pfound = NULL; local
664 pfound = p;
669 else if (pfound == NULL)
672 pfound = p;
676 || pfound->has_arg != p->has_arg
677 || pfound->flag != p->flag
678 || pfound->val != p->val)
694 if (pfound != NULL)
702 if (pfound->has_arg)
712 argv[0], pfound->name);
[all …]
/external/python/cpython2/Modules/
Dgetpath.c380 int pfound, efound; /* 1 if found; -1 if found build directory */ in calculate_path() local
509 if (!(pfound = search_for_prefix(argv0_path, home))) { in calculate_path()
521 if (pfound > 0) { /* Use the reduced prefix returned by Py_GetPrefix() */ in calculate_path()
541 if ((!pfound || !efound) && !Py_FrozenFlag) in calculate_path()
644 if (pfound > 0) { in calculate_path()
/external/expat/tests/
Druntests.c3555 int *pfound = (int *)userData; in cr_cdata_handler() local
3561 *pfound = 1; in cr_cdata_handler()
3674 int *pfound = (int *)userData; in rsqb_handler() local
3677 *pfound = 1; in rsqb_handler()