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

/netbsd-current/bin/ls/
H A Dcmp.c55 #define ATIMENSEC_CMP(x, op, y) ((x)->st_atimensec op (y)->st_atimensec) macro
59 #define ATIMENSEC_CMP(x, op, y) \ macro
121 else if (ATIMENSEC_CMP(b->fts_statp, >, a->fts_statp))
123 else if (ATIMENSEC_CMP(b->fts_statp, <, a->fts_statp))
137 else if (ATIMENSEC_CMP(b->fts_statp, >, a->fts_statp))
139 else if (ATIMENSEC_CMP(b->fts_statp, <, a->fts_statp))

Completed in 69 milliseconds