Searched refs:foundp (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Ddcigettext.c505 struct known_translation_t **foundp = NULL; local
583 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
588 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
592 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
593 (*foundp)->translation_length);
595 retval = (char *) (*foundp)->translation;
773 if (foundp == NULL)
815 foundp
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_curadj.c108 __ram_ca_delete(dbp, root_pgno, foundp)
111 int *foundp;
139 *foundp = found;
H A Dbt_recno.c739 __ram_ca(dbc_arg, op, foundp)
742 int *foundp;
871 if (foundp != NULL)
872 *foundp = found;

Completed in 49 milliseconds