Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/common_source/
H A Dctlinfo.c705 struct stat tfstat; in ctl_renametf() local
707 tfstat.st_size = 1; /* certainly invalid value */ in ctl_renametf()
708 res = stat(tfname, &tfstat); in ctl_renametf()
709 size1 = tfstat.st_size; in ctl_renametf()
710 tfstat.st_size = 2; /* certainly invalid value */ in ctl_renametf()
711 res = stat(tfname2, &tfstat); in ctl_renametf()
720 if (size1 != tfstat.st_size) { in ctl_renametf()