| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | dn.c | 789 int *matchp, in dnMatch() argument 799 assert( matchp != NULL ); in dnMatch() 815 *matchp = match; in dnMatch() 824 int *matchp, in dnRelativeMatch() argument 834 assert( matchp != NULL ); in dnRelativeMatch() 861 *matchp = match; in dnRelativeMatch() 889 *matchp = match; in dnRelativeMatch() 916 *matchp = match; in dnRelativeMatch() 927 int *matchp, in rdnMatch() argument 937 assert( matchp != NULL ); in rdnMatch() [all …]
|
| D | schema_prep.c | 111 int *matchp, in attributeTypeMatch() argument 125 *matchp = 1; in attributeTypeMatch() 138 *matchp = ( asserted != at ); in attributeTypeMatch() 144 int *matchp, in matchingRuleMatch() argument 158 *matchp = 1; in matchingRuleMatch() 171 *matchp = ( asserted != mrv ); in matchingRuleMatch() 177 int *matchp, in objectClassMatch() argument 191 *matchp = 1; in objectClassMatch() 204 *matchp = ( asserted != oc ); in objectClassMatch() 210 int *matchp, in objectSubClassMatch() argument [all …]
|
| D | component.c | 98 int *matchp, in componentFilterMatch() argument 119 *matchp = 0; in componentFilterMatch() 123 *matchp = 1; in componentFilterMatch() 133 int *matchp, in directoryComponentsMatch() argument 141 *matchp = 0; in directoryComponentsMatch() 147 int *matchp, in allComponentsMatch() argument 155 *matchp = 0; in allComponentsMatch()
|
| D | schema_init.c | 650 int *matchp, in octetStringMatch() argument 661 *matchp = d ? (sizeof(d) == sizeof(int) ? d : d < 0 ? -1 : 1) in octetStringMatch() 669 int *matchp, in octetStringOrderingMatch() argument 692 *matchp = match; in octetStringOrderingMatch() 806 int *matchp, in octetStringSubstringsMatch() argument 924 *matchp = match; in octetStringSubstringsMatch() 1537 int *matchp, in uniqueMemberMatch() argument 1589 *matchp = sizeof(d) == sizeof(int) ? d : d < 0 ? -1 : 1; in uniqueMemberMatch() 1595 *matchp = match; in uniqueMemberMatch() 1601 *matchp = match; in uniqueMemberMatch() [all …]
|
| D | proto-slap.h | 590 int *matchp, 598 int *matchp, 606 int *matchp, 966 int *matchp, 974 int *matchp, 982 int *matchp, 1750 int *matchp, 1825 int *matchp, 1832 int *matchp,
|
| D | ldapsync.c | 209 int *matchp, in sidsort_cmp() argument 217 *matchp = b1->bv_len - b2->bv_len; in sidsort_cmp()
|
| /netbsd/src/sys/arch/arm/arm/ |
| D | disassem.c | 436 int matchp; in disasm() local 448 matchp = 0; in disasm() 460 matchp = 1; in disasm() 466 if (!matchp) { in disasm()
|
| /netbsd/src/lib/libc/regex/ |
| D | engine.c | 890 const char *matchp; /* last p at which a match ended */ in walk() local 905 matchp = NULL; in walk() 928 matchp = p; in walk() 990 matchp = p; in walk() 1010 assert(matchp != NULL); in walk() 1011 m->coldp = matchp; in walk() 1018 return (matchp); in walk()
|
| /netbsd/src/sys/arch/sparc/sparc/ |
| D | db_disasm.c | 884 int matchp; in db_disasm() local 888 matchp = 0; in db_disasm() 938 matchp = 1; in db_disasm() 944 if (!matchp) { in db_disasm()
|
| /netbsd/src/sys/arch/sparc64/sparc64/ |
| D | db_disasm.c | 889 int matchp; in db_disasm() local 893 matchp = 0; in db_disasm() 943 matchp = 1; in db_disasm() 949 if (!matchp) { in db_disasm()
|
| /netbsd/src/external/lgpl3/gmp/dist/demos/ |
| D | pexpr.c | 122 int matchp (char *, char *); 673 matchp (char *s, char *str) in matchp() function 756 cnt = matchp (fns[i].spelling, str); in factor() 776 cnt = matchp (fns[i].spelling, str); in factor()
|
| /netbsd/src/external/bsd/nvi/dist/regex/ |
| D | engine.c | 816 RCHAR_T *matchp; /* last p at which a match ended */ local 823 matchp = NULL; 864 matchp = p; 878 return(matchp);
|