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

/bind-9.11.3/lib/isc/
H A Dpk11.c95 static isc_boolean_t pk11strcmp(const char *x, size_t lenx,
1111 pk11strcmp(const char *x, size_t lenx, const char *y, size_t leny) { argument
1117 if (lenx > leny)
1118 lenx = leny;
1119 memmove(buf, x, lenx);

Completed in 14 milliseconds