HomeSort by: relevance | last modified time | path
    Searched defs:foundp (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/overlays/
constraint.c 596 int *foundp = op->o_callback->sc_private; local
598 *foundp = 1;
  /src/external/gpl2/grep/dist/intl/
dcigettext.c 415 struct known_translation_t **foundp = NULL; variable in typeref:struct:known_translation_t
449 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
450 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
454 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
455 (*foundp)->translation_length);
457 retval = (char *) (*foundp)->translation;
624 if (foundp == NULL)
644 foundp = (struct known_translation_t **
    [all...]
  /src/external/gpl2/texinfo/dist/intl/
dcigettext.c 444 struct known_translation_t **foundp = NULL; local
487 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
489 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
493 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
494 (*foundp)->translation_length);
496 retval = (char *) (*foundp)->translation;
645 if (foundp == NULL)
665 foundp = (struct known_translation_t **
    [all...]
  /src/external/gpl3/gcc.old/dist/intl/
dcigettext.c 449 struct known_translation_t **foundp = NULL; local
492 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
494 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
498 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
499 (*foundp)->translation_length);
501 retval = (char *) (*foundp)->translation;
650 if (foundp == NULL)
670 foundp = (struct known_translation_t **
    [all...]
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
dcigettext.c 506 struct known_translation_t **foundp = NULL; local
584 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
589 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
593 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
594 (*foundp)->translation_length);
596 retval = (char *) (*foundp)->translation;
777 if (foundp == NULL)
818 foundp = (struct known_translation_t **
    [all...]

Completed in 29 milliseconds