Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c103 struct stat statbuf1, in putprinter() local
140 if (Stat(path, &statbuf1) == 0) { in putprinter()
141 if (!S_ISDIR(statbuf1.st_mode)) { in putprinter()
165 if (Stat(prbufp->interface, &statbuf1) == -1) in putprinter()
171 || statbuf1.st_dev != statbuf2.st_dev in putprinter()
172 || statbuf1.st_ino != statbuf2.st_ino in putprinter()