Home
last modified time | relevance | path

Searched refs:foundp (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/dports/cad/verilator/verilator-4.216/src/
H A DV3LinkDot.cpp253 AstNode* const fnodep = foundp ? foundp->nodep() : nullptr; in checkDuplicate()
679 while (!foundp) { in findSymPrefixed()
686 return foundp; in findSymPrefixed()
1056 if (!foundp) { in visit()
1206 if (!foundp) { in visit()
1405 AstCell* const cellp = foundp ? VN_AS(foundp->nodep(), Cell) : nullptr; in visit()
1425 AstVar* const refp = foundp ? VN_AS(foundp->nodep(), Var) : nullptr; in visit()
1478 if (foundp && (VN_IS(foundp->nodep(), Class) || VN_IS(foundp->nodep(), Package))) { in visit()
1480 } else if (foundp && VN_IS(foundp->nodep(), ParamTypeDType)) { in visit()
1484 if (foundp) UINFO(1, "found nodep = " << foundp->nodep() << endl); in visit()
[all …]
/dports/databases/db5/db-5.3.28/src/btree/
H A Dbt_curadj.c179 u_int32_t *foundp;
198 u_int32_t *foundp;
221 *foundp = 1;
332 u_int32_t *foundp;
368 *foundp = 1;
490 u_int32_t *foundp;
511 *foundp = 1;
556 u_int32_t *foundp;
577 *foundp = 1;
641 u_int32_t *foundp;
[all …]
/dports/databases/db18/db-18.1.40/src/btree/
H A Dbt_curadj.c179 u_int32_t *foundp;
198 u_int32_t *foundp;
221 *foundp = 1;
332 u_int32_t *foundp;
368 *foundp = 1;
490 u_int32_t *foundp;
511 *foundp = 1;
556 u_int32_t *foundp;
577 *foundp = 1;
641 u_int32_t *foundp;
[all …]
/dports/www/elinks/elinks-0.11.7/src/intl/gettext/
H A Ddcigettext.c306 struct known_translation_t **foundp = NULL; in dcigettext__() local
334 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr) { in dcigettext__()
338 (*foundp)->translation, in dcigettext__()
339 (*foundp)->translation_length); in dcigettext__()
493 if (foundp == NULL) { in dcigettext__()
521 foundp = (struct in dcigettext__()
526 if (foundp == NULL in dcigettext__()
527 || *foundp != newp) in dcigettext__()
533 (*foundp)->counter = _nl_msg_cat_cntr; in dcigettext__()
534 (*foundp)->domain = domain; in dcigettext__()
[all …]
/dports/textproc/rxp/rxp-1.4.4/
H A Dhash.c22 int *foundp, int add);
88 int *foundp) in hash_find_or_add() argument
90 return hash_lookup(table, key, key_len, foundp, 1); in hash_find_or_add()
94 int *foundp, int add) in hash_lookup() argument
105 if(foundp) in hash_lookup()
106 *foundp = (*entry != 0); in hash_lookup()
117 return hash_lookup(table, key, key_len, foundp, add); in hash_lookup()
/dports/net-mgmt/ap-utils/ap-utils-1.4.1/intl/
H A Ddcigettext.c413 struct known_translation_t **foundp = NULL; variable
448 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
452 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
453 (*foundp)->translation_length);
455 retval = (char *) (*foundp)->translation;
622 if (foundp == NULL)
644 if (foundp == NULL
653 (*foundp)->counter = _nl_msg_cat_cntr;
654 (*foundp)->domain = domain;
655 (*foundp)->translation = retval;
[all …]
/dports/dns/mydns/mydns-1.1.0/intl/
H A Ddcigettext.c414 struct known_translation_t **foundp = NULL; variable
449 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
453 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
454 (*foundp)->translation_length);
456 retval = (char *) (*foundp)->translation;
623 if (foundp == NULL)
645 if (foundp == NULL
654 (*foundp)->counter = _nl_msg_cat_cntr;
655 (*foundp)->domain = domain;
656 (*foundp)->translation = retval;
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/sed/intl/
H A Ddcigettext.c413 struct known_translation_t **foundp = NULL; variable
448 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
452 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
453 (*foundp)->translation_length);
455 retval = (char *) (*foundp)->translation;
622 if (foundp == NULL)
644 if (foundp == NULL
653 (*foundp)->counter = _nl_msg_cat_cntr;
654 (*foundp)->domain = domain;
655 (*foundp)->translation = retval;
[all …]
/dports/sysutils/xcdroast/xcdroast-0.98alpha16/intl/
H A Ddcigettext.c414 struct known_translation_t **foundp = NULL; variable
449 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
453 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
454 (*foundp)->translation_length);
456 retval = (char *) (*foundp)->translation;
623 if (foundp == NULL)
645 if (foundp == NULL
654 (*foundp)->counter = _nl_msg_cat_cntr;
655 (*foundp)->domain = domain;
656 (*foundp)->translation = retval;
[all …]
/dports/security/steghide/steghide-0.5.1/intl/
H A Ddcigettext.c418 struct known_translation_t **foundp = NULL; variable
454 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
458 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
459 (*foundp)->translation_length);
461 retval = (char *) (*foundp)->translation;
628 if (foundp == NULL)
650 if (foundp == NULL
659 (*foundp)->counter = _nl_msg_cat_cntr;
660 (*foundp)->domain = domain;
661 (*foundp)->translation = retval;
[all …]
/dports/editors/ssed/sed-3.62/intl/
H A Ddcigettext.c413 struct known_translation_t **foundp = NULL; variable
448 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
452 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
453 (*foundp)->translation_length);
455 retval = (char *) (*foundp)->translation;
622 if (foundp == NULL)
644 if (foundp == NULL
653 (*foundp)->counter = _nl_msg_cat_cntr;
654 (*foundp)->domain = domain;
655 (*foundp)->translation = retval;
[all …]
/dports/astro/nightfall/nightfall-1.92/intl/
H A Ddcigettext.c431 struct known_translation_t **foundp = NULL; variable
467 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
471 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
472 (*foundp)->translation_length);
474 retval = (char *) (*foundp)->translation;
641 if (foundp == NULL)
663 if (foundp == NULL
672 (*foundp)->counter = _nl_msg_cat_cntr;
673 (*foundp)->domain = domain;
674 (*foundp)->translation = retval;
[all …]
/dports/games/ltris/ltris-1.2.1/intl/
H A Ddcigettext.c431 struct known_translation_t **foundp = NULL; in DCIGETTEXT() local
476 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr) in DCIGETTEXT()
480 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation, in DCIGETTEXT()
481 (*foundp)->translation_length); in DCIGETTEXT()
483 retval = (char *) (*foundp)->translation; in DCIGETTEXT()
632 if (foundp == NULL) in DCIGETTEXT()
654 if (foundp == NULL in DCIGETTEXT()
663 (*foundp)->counter = _nl_msg_cat_cntr; in DCIGETTEXT()
664 (*foundp)->domain = domain; in DCIGETTEXT()
665 (*foundp)->translation = retval; in DCIGETTEXT()
[all …]
/dports/games/lpairs/lpairs-1.0.5/intl/
H A Ddcigettext.c431 struct known_translation_t **foundp = NULL; in DCIGETTEXT() local
476 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr) in DCIGETTEXT()
480 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation, in DCIGETTEXT()
481 (*foundp)->translation_length); in DCIGETTEXT()
483 retval = (char *) (*foundp)->translation; in DCIGETTEXT()
632 if (foundp == NULL) in DCIGETTEXT()
654 if (foundp == NULL in DCIGETTEXT()
663 (*foundp)->counter = _nl_msg_cat_cntr; in DCIGETTEXT()
664 (*foundp)->domain = domain; in DCIGETTEXT()
665 (*foundp)->translation = retval; in DCIGETTEXT()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/intl/
H A Ddcigettext.c449 struct known_translation_t **foundp = NULL; variable
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)
672 if (foundp == NULL
681 (*foundp)->counter = _nl_msg_cat_cntr;
682 (*foundp)->domain = domain;
683 (*foundp)->translation = retval;
[all …]
/dports/games/lincity/lincity-1.13.1/intl/
H A Ddcigettext.c431 struct known_translation_t **foundp = NULL; variable
467 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
471 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
472 (*foundp)->translation_length);
474 retval = (char *) (*foundp)->translation;
641 if (foundp == NULL)
663 if (foundp == NULL
672 (*foundp)->counter = _nl_msg_cat_cntr;
673 (*foundp)->domain = domain;
674 (*foundp)->translation = retval;
[all …]
/dports/devel/binutils/binutils-2.37/intl/
H A Ddcigettext.c449 struct known_translation_t **foundp = NULL; variable
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)
672 if (foundp == NULL
681 (*foundp)->counter = _nl_msg_cat_cntr;
682 (*foundp)->domain = domain;
683 (*foundp)->translation = retval;
[all …]
/dports/lang/gcc8/gcc-8.5.0/intl/
H A Ddcigettext.c449 struct known_translation_t **foundp = NULL; variable
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)
672 if (foundp == NULL
681 (*foundp)->counter = _nl_msg_cat_cntr;
682 (*foundp)->domain = domain;
683 (*foundp)->translation = retval;
[all …]
/dports/lang/lafontaine/lafontaine-0.4/intl/
H A Ddcigettext.c424 struct known_translation_t **foundp = NULL; variable
453 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
457 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
458 (*foundp)->translation_length);
460 retval = (char *) (*foundp)->translation;
627 if (foundp == NULL)
649 if (foundp == NULL
658 (*foundp)->counter = _nl_msg_cat_cntr;
659 (*foundp)->domain = domain;
660 (*foundp)->translation = retval;
[all …]
/dports/games/heroes/heroes-0.21/intl/
H A Ddcigettext.c424 struct known_translation_t **foundp = NULL; variable
453 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
457 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
458 (*foundp)->translation_length);
460 retval = (char *) (*foundp)->translation;
627 if (foundp == NULL)
649 if (foundp == NULL
658 (*foundp)->counter = _nl_msg_cat_cntr;
659 (*foundp)->domain = domain;
660 (*foundp)->translation = retval;
[all …]
/dports/games/lbreakout2/lbreakout2-2.6.5/intl/
H A Ddcigettext.c431 struct known_translation_t **foundp = NULL; in DCIGETTEXT() local
476 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr) in DCIGETTEXT()
480 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation, in DCIGETTEXT()
481 (*foundp)->translation_length); in DCIGETTEXT()
483 retval = (char *) (*foundp)->translation; in DCIGETTEXT()
632 if (foundp == NULL) in DCIGETTEXT()
654 if (foundp == NULL in DCIGETTEXT()
663 (*foundp)->counter = _nl_msg_cat_cntr; in DCIGETTEXT()
664 (*foundp)->domain = domain; in DCIGETTEXT()
665 (*foundp)->translation = retval; in DCIGETTEXT()
[all …]
/dports/lang/gcc10/gcc-10.3.0/intl/
H A Ddcigettext.c449 struct known_translation_t **foundp = NULL; variable
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)
672 if (foundp == NULL
681 (*foundp)->counter = _nl_msg_cat_cntr;
682 (*foundp)->domain = domain;
683 (*foundp)->translation = retval;
[all …]
/dports/net-p2p/amule-devel/aMule-SVN-r11065/intl/
H A Ddcigettext.c431 struct known_translation_t **foundp = NULL; variable
467 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
471 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
472 (*foundp)->translation_length);
474 retval = (char *) (*foundp)->translation;
641 if (foundp == NULL)
663 if (foundp == NULL
672 (*foundp)->counter = _nl_msg_cat_cntr;
673 (*foundp)->domain = domain;
674 (*foundp)->translation = retval;
[all …]
/dports/net-p2p/amule/aMule-2.3.3/intl/
H A Ddcigettext.c431 struct known_translation_t **foundp = NULL; variable
467 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
471 retval = plural_lookup ((*foundp)->domain, n, (*foundp)->translation,
472 (*foundp)->translation_length);
474 retval = (char *) (*foundp)->translation;
641 if (foundp == NULL)
663 if (foundp == NULL
672 (*foundp)->counter = _nl_msg_cat_cntr;
673 (*foundp)->domain = domain;
674 (*foundp)->translation = retval;
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/intl/
H A Ddcigettext.c449 struct known_translation_t **foundp = NULL; variable
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)
672 if (foundp == NULL
681 (*foundp)->counter = _nl_msg_cat_cntr;
682 (*foundp)->domain = domain;
683 (*foundp)->translation = retval;
[all …]

12345678910>>...19