Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/ldapd/
Dbtree.c310 static int memncmp(const void *s1, size_t n1,
316 memncmp(const void *s1, size_t n1, const void *s2, size_t n2) in memncmp() function
441 return memncmp((char *)key1->data + pfx->len, key1->size - pfx->len, in bt_cmp()