Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/nfs/
H A Dnfs_gss.c1525 #define DISPLAYLEN 16
1533 char *p, disbuf[3 * DISPLAYLEN + 1];
1540 for (i = 0; i < len; i += DISPLAYLEN) {
1541 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p += 3) {
H A Dnfs_subs.c118 #define DISPLAYLEN 16 macro
131 char *p, disbuf[3 * DISPLAYLEN + 1]; in hexdump()
133 for (i = 0; i < len; i += DISPLAYLEN) { in hexdump()
134 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p += 3) { in hexdump()
137 for (; j < DISPLAYLEN; j++, p += 3) { in hexdump()
141 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p++) { in hexdump()