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

/bind-9.11.3/lib/isc/
H A Dpk11.c37 #ifndef PINLEN
38 #define PINLEN 256 macro
74 char pin[PINLEN + 1];
411 if (strlen(pin) > PINLEN)
1165 char pin[PINLEN + 1];
1273 memset(pin, 0, PINLEN + 1);
1274 ret = isc_stdio_read(pin, 1, PINLEN + 1, stream, &l);
1277 if (l > PINLEN)
1306 memmove(token->pin, pin, PINLEN + 1);

Completed in 14 milliseconds