Searched refs:foundp (Results 1 – 1 of 1) sorted by relevance
449 struct known_translation_t **foundp = NULL; variable492 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 == NULL673 || __builtin_expect (*foundp != newp, 0))[all …]