Home
last modified time | relevance | path

Searched refs:matchp (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Ddn.c789 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 …]
Dschema_prep.c111 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 …]
Dcomponent.c98 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()
Dschema_init.c650 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 …]
Dproto-slap.h590 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,
Dldapsync.c209 int *matchp, in sidsort_cmp() argument
217 *matchp = b1->bv_len - b2->bv_len; in sidsort_cmp()
/netbsd/src/sys/arch/arm/arm/
Ddisassem.c436 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/
Dengine.c890 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/
Ddb_disasm.c884 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/
Ddb_disasm.c889 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/
Dpexpr.c122 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/
Dengine.c816 RCHAR_T *matchp; /* last p at which a match ended */ local
823 matchp = NULL;
864 matchp = p;
878 return(matchp);