Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/nfs/
H A Dnfs_gss.c1523 #define DISPLAYLEN 16
1531 char *p, disbuf[3 * DISPLAYLEN + 1];
1538 for (i = 0; i < len; i += DISPLAYLEN) {
1539 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p += 3) {
H A Dnfs_subs.c116 #define DISPLAYLEN 16 macro
129 char *p, disbuf[3 * DISPLAYLEN + 1]; in hexdump()
131 for (i = 0; i < len; i += DISPLAYLEN) { in hexdump()
132 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p += 3) { in hexdump()
135 for (; j < DISPLAYLEN; j++, p += 3) { in hexdump()
139 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p++) { in hexdump()