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

/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Dctlinfo.c707 struct stat tfstat; local
709 tfstat.st_size = 1; /* certainly invalid value */
710 res = stat(tfname, &tfstat);
711 size1 = tfstat.st_size;
712 tfstat.st_size = 2; /* certainly invalid value */
713 res = stat(tfname2, &tfstat);
722 if (size1 != tfstat.st_size) {

Completed in 162 milliseconds