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

/haiku-fatelf/src/bin/bash/lib/intl/
H A Ddcigettext.c459 struct known_translation_t **foundp = NULL; local
502 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
504 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
508 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
509 (*foundp)->translation_length);
511 retval = (char *) (*foundp)->translation;
660 if (foundp == NULL)
680 foundp
[all...]
/haiku-fatelf/src/bin/gawk/intl/
H A Ddcigettext.c449 struct known_translation_t **foundp = NULL; local
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
[all...]

Completed in 58 milliseconds