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

  /src/sbin/fsck/
fsutil.c 187 struct stat stslash, stblock, stchar; local in function:blockcheck
220 if (stat(raw, &stchar) < 0) {
224 if (S_ISCHR(stchar.st_mode)) {
fsutil.c 187 struct stat stslash, stblock, stchar; local in function:blockcheck
220 if (stat(raw, &stchar) < 0) {
224 if (S_ISCHR(stchar.st_mode)) {

Completed in 21 milliseconds