Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/intl/
Ddcigettext.c449 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))
[all …]