Searched defs:fsname_buf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c186 static char fsname_buf[FSTYPSZ + 1]; local
201 (len > 0) && (len < sizeof (fsname_buf))) {
202 (void) strlcpy(fsname_buf, p,
203 sizeof (fsname_buf));
204 fsname = fsname_buf;

Completed in 58 milliseconds