Home
last modified time | relevance | path

Searched refs:foundp (Results 1 – 5 of 5) 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/python/cpython2/Lib/email/
Dmessage.py719 foundp = False
723 foundp = True
726 if not foundp:
/external/python/cpython3/Lib/email/
Dmessage.py852 foundp = False
856 foundp = True
859 if not foundp:
/external/f2fs-tools/tools/sg_write_buffer/include/
Dsg_lib.h311 char * buff, bool * foundp, int verbose);
/external/f2fs-tools/tools/sg_write_buffer/
Dsg_lib.c2421 bool * foundp, int verbose) in sg_get_sfs_str() argument
2428 if (foundp) in sg_get_sfs_str()
2429 *foundp = false; in sg_get_sfs_str()
2433 if (foundp) in sg_get_sfs_str()
2434 *foundp = false; in sg_get_sfs_str()
2443 if (foundp) in sg_get_sfs_str()
2444 *foundp = vnp ? true : false; in sg_get_sfs_str()