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

/netbsd-current/bin/ls/
H A Dcmp.c56 #define CTIMENSEC_CMP(x, op, y) ((x)->st_ctimensec op (y)->st_ctimensec) macro
61 #define CTIMENSEC_CMP(x, op, y) \ macro
153 else if (CTIMENSEC_CMP(b->fts_statp, >, a->fts_statp))
155 else if (CTIMENSEC_CMP(b->fts_statp, <, a->fts_statp))
169 else if (CTIMENSEC_CMP(b->fts_statp, >, a->fts_statp))
171 else if (CTIMENSEC_CMP(b->fts_statp, <, a->fts_statp))

Completed in 69 milliseconds