Home
last modified time | relevance | path

Searched refs:pfound (Results 1 - 2 of 2) sorted by relevance

/third_party/backends/lib/
H A Dgetopt.c655 const struct option *pfound = NULL;
673 pfound = p;
678 else if (pfound == NULL)
681 pfound = p;
685 || pfound->has_arg != p->has_arg
686 || pfound->flag != p->flag
687 || pfound->val != p->val)
721 if (pfound != NULL)
729 if (pfound->has_arg)
746 argv[0], pfound
651 const struct option *pfound = NULL; global() local
942 const struct option *pfound = NULL; global() local
[all...]
/third_party/skia/third_party/externals/expat/expat/tests/
H A Druntests.c3290 int *pfound = (int *)userData; in cr_cdata_handler() local
3296 *pfound = 1; in cr_cdata_handler()
3405 int *pfound = (int *)userData; in rsqb_handler() local
3408 *pfound = 1; in rsqb_handler()

Completed in 17 milliseconds