Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/nfs/
H A Dnfs_subs.c150 #define DISPLAYLEN 16 macro
163 char *p, disbuf[3 * DISPLAYLEN + 1]; in hexdump()
165 for (i = 0; i < len; i += DISPLAYLEN) { in hexdump()
166 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p += 3) { in hexdump()
169 for (; j < DISPLAYLEN; j++, p += 3) { in hexdump()
173 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p++) { in hexdump()
H A Dnfs_gss.c4020 #define DISPLAYLEN 16
4028 char *p, disbuf[3 * DISPLAYLEN + 1];
4035 for (i = 0; i < len; i += DISPLAYLEN) {
4036 for (p = disbuf, j = 0; (j + i) < len && j < DISPLAYLEN; j++, p += 3) {