Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/svr4pkg/libinst/
H A Docfile.c201 struct stat64 statb, statl; in ocfile() local
284 if (stat64(logfile, &statl) == -1) in ocfile()
287 log_blocks = nblk(statl.st_size, svfsb.f_bsize, svfsb.f_frsize); in ocfile()