Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ttymon/
H A Dtmexpress.c401 static struct stat statf, statu; local
426 (stat(buf, &statu) == 0) &&
427 (statf.st_dev == statu.st_dev) &&
428 (statf.st_rdev == statu.st_rdev)) {