Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/fstyp/
H A Dfstyp.c191 char label[LABEL_LEN + 1], strvised[LABEL_LEN * 4 + 1]; in main() local
287 nbytes = strsnvis(strvised, sizeof(strvised), label, in main()
292 printf("%s %s\n", name, strvised); in main()
/netbsd-src/usr.bin/showmount/
H A Dshowmount.c119 char strvised[1024 * 4 + 1]; in main() local
223 nbytes = strnvis(strvised, sizeof(strvised), in main()
227 printf("%s\n", strvised); in main()