Searched refs:LS_CTIME (Results 1 – 6 of 6) sorted by relevance
58 #define LS_CTIME (1<<2) /* list st_ctime */ macro
67 #define LS_CTIME (1<<2) /* list st_ctime */ macro
87 tm = (flags & LS_ATIME) ? st->st_atime : (flags & LS_CTIME) ? st->st_ctime : st->st_mtime; in fmtls()