Home
last modified time | relevance | path

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

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