Searched refs:foundp (Results 1 – 1 of 1) sorted by relevance
501 struct known_translation_t **foundp = NULL; in gl_dcigettext() local573 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr) in gl_dcigettext()577 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation, in gl_dcigettext()578 (*foundp)->translation_length); in gl_dcigettext()580 retval = (char *) (*foundp)->translation; in gl_dcigettext()751 if (foundp == NULL) in gl_dcigettext()801 if (foundp == NULL in gl_dcigettext()810 (*foundp)->counter = _nl_msg_cat_cntr; in gl_dcigettext()811 (*foundp)->domain = domain; in gl_dcigettext()812 (*foundp)->translation = retval; in gl_dcigettext()[all …]
Completed in 5 milliseconds