Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dputprinter.c102 statbuf2; in putprinter() local
168 Stat(path, &statbuf2) == -1 in putprinter()
169 || statbuf1.st_dev != statbuf2.st_dev in putprinter()
170 || statbuf1.st_ino != statbuf2.st_ino in putprinter()