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

/netbsd-current/bin/ls/
H A Dcmp.c57 #define MTIMENSEC_CMP(x, op, y) ((x)->st_mtimensec op (y)->st_mtimensec) macro
63 #define MTIMENSEC_CMP(x, op, y) \ macro
89 else if (MTIMENSEC_CMP(b->fts_statp, >, a->fts_statp))
91 else if (MTIMENSEC_CMP(b->fts_statp, <, a->fts_statp))
105 else if (MTIMENSEC_CMP(b->fts_statp, >, a->fts_statp))
107 else if (MTIMENSEC_CMP(b->fts_statp, <, a->fts_statp))

Completed in 176 milliseconds