Searched refs:visbp (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sbin/dmesg/
H A Ddmesg.c81 char *bp, *ep, *memf, *nextp, *nlistf, *p, *q, *visbp; local
173 if ((visbp = malloc(4 * buflen + 1)) == NULL)
208 (void)strvisx(visbp, p, nextp - p, 0);
209 (void)printf("%s", visbp);

Completed in 55 milliseconds