Home
last modified time | relevance | path

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

/openbsd/sbin/fsck/
H A Dfsutil.c196 struct stat stblock, stchar; in blockcheck() local
211 if (stat(raw, &stchar) == -1) { in blockcheck()
216 if (S_ISCHR(stchar.st_mode)) { in blockcheck()