Home | History | Annotate | Download | only in larn

Lines Matching defs:zzz

177 static time_t   zzz = 0;
226 time(&zzz);
227 lprint((long) (zzz - initialtime));
228 lwrite((char *) &zzz, sizeof(long));
310 time(&zzz);
311 initialtime = zzz - larn_lrint();
314 lrfill((char *) &zzz, sizeof(long));
315 zzz += 6;
316 if (filetimes.st_ctime > zzz)
318 else if (filetimes.st_mtime > zzz)