HomeSort by: relevance | last modified time | path
    Searched defs:strvised (Results 1 - 2 of 2) sorted by relevancy

  /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);
  /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);

Completed in 12 milliseconds