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

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

Completed in 101 milliseconds