strvisx
strvisx(visbuf, buf, len, VIS_CSTYLE | VIS_NL);
int strvisx(char *, const char *, size_t, int);
(void)strvisx(buf, (const char *)(const void *)utx, sizeof(*utx),
__weak_alias(strvisx,_strvisx)
(void)strvisx(hostaddrbuf, (const char *)(const void *)fromp,
(void)strvisx(buf, (const char *)(const void *)&from, sizeof(from),
jr = strvisx(jd, s, sizeof(s), VIS_WHITE | VIS_NOLOCALE);
cr = strvisx(cd, s, sizeof(s), VIS_WHITE);
return (strvisx(buf, data, len, visflags));
strvisx(visbuf, buf, error, flag_vis);
strvisx(dst, context, len, VIS_WHITE|VIS_CSTYLE);
(void)strvisx(buf, key->data, key->size, 0);