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

/freebsd-12-stable/usr.sbin/fstyp/
H A Dfstyp.c170 char label[LABEL_LEN + 1], strvised[LABEL_LEN * 4 + 1]; local
254 nbytes = strsnvis(strvised, sizeof(strvised), label,
259 printf("%s %s\n", fstypes[i].name, strvised);
/freebsd-12-stable/usr.bin/showmount/
H A Dshowmount.c124 char strvised[MNTPATHLEN * 4 + 1]; local
232 nbytes = strsnvis(strvised, sizeof(strvised),
236 printf("%s\n", strvised);

Completed in 107 milliseconds