Lines Matching refs:foundp
449 struct known_translation_t **foundp = NULL; variable
492 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
494 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
498 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
499 (*foundp)->translation_length);
501 retval = (char *) (*foundp)->translation;
650 if (foundp == NULL)
670 foundp = (struct known_translation_t **)
672 if (foundp == NULL
673 || __builtin_expect (*foundp != newp, 0))
681 (*foundp)->counter = _nl_msg_cat_cntr;
682 (*foundp)->domain = domain;
683 (*foundp)->translation = retval;
684 (*foundp)->translation_length = retlen;