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

/external/e2fsprogs/intl/
H A Ddcigettext.c445 struct known_translation_t **foundp = NULL; local
488 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
490 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
494 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
495 (*foundp)->translation_length);
497 retval = (char *) (*foundp)->translation;
646 if (foundp == NULL)
666 foundp
[all...]
/external/f2fs-tools/tools/sg_write_buffer/
H A Dsg_lib.c2408 * on both 'sfs_code' and 'peri_type' is required. If 'foundp' is not NULL
2421 bool * foundp, int verbose)
2428 if (foundp)
2429 *foundp = false;
2433 if (foundp)
2434 *foundp = false;
2443 if (foundp)
2444 *foundp = vnp ? true : false;
2420 sg_get_sfs_str(uint16_t sfs_code, int peri_type, int buff_len, char * buff, bool * foundp, int verbose) argument

Completed in 217 milliseconds