Home | History | Annotate | Download | only in ls

Lines Matching refs:fts_statp

85 	if (b->fts_statp->st_mtime > a->fts_statp->st_mtime)
87 else if (b->fts_statp->st_mtime < a->fts_statp->st_mtime)
89 else if (MTIMENSEC_CMP(b->fts_statp, >, a->fts_statp))
91 else if (MTIMENSEC_CMP(b->fts_statp, <, a->fts_statp))
101 if (b->fts_statp->st_mtime > a->fts_statp->st_mtime)
103 else if (b->fts_statp->st_mtime < a->fts_statp->st_mtime)
105 else if (MTIMENSEC_CMP(b->fts_statp, >, a->fts_statp))
107 else if (MTIMENSEC_CMP(b->fts_statp, <, a->fts_statp))
117 if (b->fts_statp->st_atime > a->fts_statp->st_atime)
119 else if (b->fts_statp->st_atime < a->fts_statp->st_atime)
121 else if (ATIMENSEC_CMP(b->fts_statp, >, a->fts_statp))
123 else if (ATIMENSEC_CMP(b->fts_statp, <, a->fts_statp))
133 if (b->fts_statp->st_atime > a->fts_statp->st_atime)
135 else if (b->fts_statp->st_atime < a->fts_statp->st_atime)
137 else if (ATIMENSEC_CMP(b->fts_statp, >, a->fts_statp))
139 else if (ATIMENSEC_CMP(b->fts_statp, <, a->fts_statp))
149 if (b->fts_statp->st_ctime > a->fts_statp->st_ctime)
151 else if (b->fts_statp->st_ctime < a->fts_statp->st_ctime)
153 else if (CTIMENSEC_CMP(b->fts_statp, >, a->fts_statp))
155 else if (CTIMENSEC_CMP(b->fts_statp, <, a->fts_statp))
165 if (b->fts_statp->st_ctime > a->fts_statp->st_ctime)
167 else if (b->fts_statp->st_ctime < a->fts_statp->st_ctime)
169 else if (CTIMENSEC_CMP(b->fts_statp, >, a->fts_statp))
171 else if (CTIMENSEC_CMP(b->fts_statp, <, a->fts_statp))
181 if (b->fts_statp->st_size > a->fts_statp->st_size)
183 if (b->fts_statp->st_size < a->fts_statp->st_size)
193 if (b->fts_statp->st_size > a->fts_statp->st_size)
195 if (b->fts_statp->st_size < a->fts_statp->st_size)