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

/macosx-10.10/bash-94.1.2/bash-3.2/lib/intl/
H A Ddcigettext.c457 struct known_translation_t **foundp = NULL; local
500 foundp = (struct known_translation_t **) tfind (search, &root, transcmp);
502 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
506 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
507 (*foundp)->translation_length);
509 retval = (char *) (*foundp)->translation;
658 if (foundp == NULL)
678 foundp
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/intl/
H A Ddcigettext.c449 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
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_resource.c156 int * foundp; member in struct:puser_nice_args
166 int * foundp; member in struct:ppgrp_nice_args
308 if (pun->foundp != NULL) {
309 n = *pun->foundp;
310 *pun->foundp = n+1;
329 if (pun->foundp!= NULL) {
330 n = *pun->foundp;
331 *pun->foundp = n+1;
388 ppgrp.foundp = &found;
406 punice.foundp
[all...]
/macosx-10.10/BerkeleyDB-21/db/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;
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dpcomplete.c1347 programmable_completions (cmd, word, start, end, foundp)
1350 int start, end, *foundp;
1367 if (foundp)
1368 *foundp = 0;
1376 if (foundp)
1377 *foundp = 1|cs->options;
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dvhdl-mode.el5631 (let (foundp)
5632 (while (and (not foundp)
5639 (setq foundp t))))
5933 (let (foundp)
5934 (while (and (not foundp)
5939 (setq foundp t)))
5951 (let (foundp)
5952 (while (and (not foundp)
5962 (setq foundp 'begin))
5967 (setq foundp 'en
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dconstraint.c551 int *foundp = op->o_callback->sc_private; local
553 *foundp = 1;

Completed in 164 milliseconds