Lines Matching refs:Fl
342 static struct stat Fl, Tf; variable
799 if (stat(file, &Fl) < 0) { in commands()
803 fstat(io, &Fl); in commands()
804 Fl.st_mtime = 0; in commands()
805 lFl = Fl; in commands()
831 if (c == 'w' && Fl.st_nlink == 1 && ISREG(lFl)) { in commands()
844 if ((io = creat(funny, FMODE(Fl))) >= 0) { in commands()
845 chown(funny, Fl.st_uid, Fl.st_gid); in commands()
846 chmod(funny, FMODE(Fl)); in commands()
2754 if (stat(file, &Fl) < 0) in getime()
2757 savtime = Fl.st_mtime; in getime()
2764 if (savtime != 0 && Fl.st_mtime != 0) { in chktime()
2765 if (savtime != Fl.st_mtime) in chktime()
2774 stat(file, &Fl); in newtime()
2775 savtime = Fl.st_mtime; in newtime()