/src/usr.sbin/fstyp/ |
fstyp.c | 191 char label[LABEL_LEN + 1], strvised[LABEL_LEN * 4 + 1]; local in function:main 287 nbytes = strsnvis(strvised, sizeof(strvised), label, 292 printf("%s %s\n", name, strvised);
|
fstyp.c | 191 char label[LABEL_LEN + 1], strvised[LABEL_LEN * 4 + 1]; local in function:main 287 nbytes = strsnvis(strvised, sizeof(strvised), label, 292 printf("%s %s\n", name, strvised);
|
fstyp.c | 191 char label[LABEL_LEN + 1], strvised[LABEL_LEN * 4 + 1]; local in function:main 287 nbytes = strsnvis(strvised, sizeof(strvised), label, 292 printf("%s %s\n", name, strvised);
|
/src/usr.bin/showmount/ |
showmount.c | 118 char strvised[1024 * 4 + 1]; local in function:main 220 nbytes = strnvis(strvised, sizeof(strvised), 224 printf("%s\n", strvised);
|
showmount.c | 118 char strvised[1024 * 4 + 1]; local in function:main 220 nbytes = strnvis(strvised, sizeof(strvised), 224 printf("%s\n", strvised);
|
showmount.c | 118 char strvised[1024 * 4 + 1]; local in function:main 220 nbytes = strnvis(strvised, sizeof(strvised), 224 printf("%s\n", strvised);
|