Searched refs:fmtime (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c55 time_t fmtime; /* time (modify or access or create) */ member in struct:afile
495 fp->fmtime = stb.st_atime;
497 fp->fmtime = stb.st_ctime;
499 fp->fmtime = stb.st_mtime;
572 if (f2->fmtime == f1->fmtime)
574 if (f2->fmtime > f1->fmtime)
710 char *cp = ctime(&p->fmtime);
711 if ((p->fmtime < sixmonthsag
[all...]

Completed in 56 milliseconds