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