Home | History | Annotate | Download | only in e2p

Lines Matching defs:tm

228 	time_t	tm;
315 tm = sb->s_mkfs_time;
316 fprintf(f, "Filesystem created: %s", ctime(&tm));
318 tm = sb->s_mtime;
320 sb->s_mtime ? ctime(&tm) : "n/a\n");
321 tm = sb->s_wtime;
322 fprintf(f, "Last write time: %s", ctime(&tm));
325 tm = sb->s_lastcheck;
326 fprintf(f, "Last checked: %s", ctime(&tm));
420 tm = sb->s_first_error_time;
421 fprintf(f, "First error time: %s", ctime(&tm));
434 tm = sb->s_last_error_time;
435 fprintf(f, "Last error time: %s", ctime(&tm));