Home
last modified time | relevance | path

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

/external/e2fsprogs/intl/
Ddcigettext.c445 struct known_translation_t **foundp = NULL; in DCIGETTEXT() local
488 foundp = (struct known_translation_t **) tfind (search, &root, transcmp); in DCIGETTEXT()
490 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr) in DCIGETTEXT()
494 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation, in DCIGETTEXT()
495 (*foundp)->translation_length); in DCIGETTEXT()
497 retval = (char *) (*foundp)->translation; in DCIGETTEXT()
646 if (foundp == NULL) in DCIGETTEXT()
666 foundp = (struct known_translation_t **) in DCIGETTEXT()
668 if (foundp == NULL in DCIGETTEXT()
669 || __builtin_expect (*foundp != newp, 0)) in DCIGETTEXT()
[all …]
/external/ltrace/
Ddict.c216 int *foundp, int *should_rehash, size_t *pi) in find_slot() argument
223 *foundp = 0; in find_slot()
243 *foundp = 1; in find_slot()
248 if (!*foundp && pos0 != (size_t)-1) in find_slot()