Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/crle/common/
H A Dcrle.c120 struct stat ostatus, nstatus; in main() local
366 if (stat(crle.c_confil, &ostatus) != 0) { in main()
392 if (fstat(fd, &ostatus) != 0) { in main()
493 if (ostatus.st_dev != nstatus.st_dev) in main()
/titanic_41/usr/src/cmd/pack/
H A Dpack.c53 struct stat status, ostatus; variable
454 if (stat(filename, &ostatus) != -1) { in main()