Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/nfs/
H A Dnfs_gss.c1528 #define DISPLAYLEN 16
1536 char *p, disbuf[3 * DISPLAYLEN + 1];
1543 for (i = 0; i < len; i += DISPLAYLEN) {
1544 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p += 3) {
H A Dnfs_subs.c119 #define DISPLAYLEN 16 macro
132 char *p, disbuf[3 * DISPLAYLEN + 1]; in hexdump()
134 for (i = 0; i < len; i += DISPLAYLEN) { in hexdump()
135 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p += 3) { in hexdump()
138 for (; j < DISPLAYLEN; j++, p += 3) { in hexdump()
142 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p++) { in hexdump()