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

/macosx-10.10/file_cmds-242/ls/
H A Dcmp.c59 #define MTIMENSEC_CMP(x, op, y) ((x)->st_mtimensec op (y)->st_mtimensec) macro
66 #define MTIMENSEC_CMP(x, op, y) \ macro
91 else if (MTIMENSEC_CMP(b->fts_statp, >, a->fts_statp))
93 else if (MTIMENSEC_CMP(b->fts_statp, <, a->fts_statp))
106 else if (MTIMENSEC_CMP(b->fts_statp, >, a->fts_statp))
108 else if (MTIMENSEC_CMP(b->fts_statp, <, a->fts_statp))

Completed in 116 milliseconds