Searched defs:leny (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dpk11.c96 const char *y, size_t leny);
1111 pk11strcmp(const char *x, size_t lenx, const char *y, size_t leny) { argument
1114 INSIST((leny == 32) || (leny == 16));
1117 if (lenx > leny)
1118 lenx = leny;
1120 return (ISC_TF(memcmp(buf, y, leny) == 0));

Completed in 33 milliseconds