Searched defs:Fl (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ed/
H A Ded.c342 static struct stat Fl, Tf; variable in typeref:struct:stat
799 if (stat(file, &Fl) < 0) {
803 fstat(io, &Fl);
804 Fl.st_mtime = 0;
805 lFl = Fl;
831 if (c == 'w' && Fl.st_nlink == 1 && ISREG(lFl)) {
844 if ((io = creat(funny, FMODE(Fl))) >= 0) {
845 chown(funny, Fl.st_uid, Fl.st_gid);
846 chmod(funny, FMODE(Fl));
[all...]

Completed in 63 milliseconds