Home
last modified time | relevance | path

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

/glibc-2.36/intl/
Ddcigettext.c501 struct known_translation_t **foundp = NULL; in gl_dcigettext() local
569 foundp = (struct known_translation_t **) tfind (&search, &root, transcmp); in gl_dcigettext()
573 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()
796 foundp = (struct known_translation_t **) in gl_dcigettext()
801 if (foundp == NULL in gl_dcigettext()
802 || __builtin_expect (*foundp != newp, 0)) in gl_dcigettext()
[all …]
/glibc-2.36/sysdeps/pthread/
Dsem_routines.c92 struct inuse_sem **foundp = __tfind (&fake, &sem_mappings, sem_search); in __sem_check_add_mapping() local
93 if (foundp != NULL) in __sem_check_add_mapping()
96 result = (*foundp)->sem; in __sem_check_add_mapping()
97 ++(*foundp)->refcnt; in __sem_check_add_mapping()