Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck/
H A Dfsutil.c187 struct stat stslash, stblock, stchar; in blockcheck() local
220 if (stat(raw, &stchar) < 0) { in blockcheck()
224 if (S_ISCHR(stchar.st_mode)) { in blockcheck()