Searched refs:tfstat (Results 1 – 1 of 1) sorted by relevance
705 struct stat tfstat; in ctl_renametf() local707 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()